~canonical-platform-qa/qa-jenkins-jobs/app-launch-tests-trigger

« back to all changes in this revision

Viewing changes to scripts/performance/performance_config/030-applaunch-02.sh

  • Committer: Sergio Cazzolato
  • Date: 2016-06-21 19:55:26 UTC
  • Revision ID: sergio.cazzolato@canonical.com-20160621195526-g4egtzs8e2649v70
Adding scripts for performance tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
# QA Jenkins Jobs
 
4
# Copyright 2016 Canonical Ltd.
 
5
#
 
6
# This program is free software: you can redistribute it and/or modify it
 
7
# under the terms of the GNU General Public License version 3, as published
 
8
# by the Free Software Foundation.
 
9
#
 
10
# This program is distributed in the hope that it will be useful, but
 
11
# WITHOUT ANY WARRANTY; without even the implied warranties of
 
12
# MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
13
# PURPOSE.  See the GNU General Public License for more details.
 
14
#
 
15
# You should have received a copy of the GNU General Public License along
 
16
# with this program.  If not, see <http://www.gnu.org/licenses/>.
 
17
 
 
18
sed -i 's/^NAMES =/NAMES = app_launch_simple_mir_app/g' $QAKIT_CONFIG
 
19
sed -i 's/^TYPES =/TYPES = fresh/g' $QAKIT_CONFIG
 
20
sed -i 's/^TITLES =/TITLES = Fresh launch/g' $QAKIT_CONFIG
 
21
sed -i 's/^COLORS =/COLORS = 3366FF/g' $QAKIT_CONFIG
 
22
sed -i 's/^ECOLORS =/ECOLORS = FF1A00/g' $QAKIT_CONFIG
 
23
sed -i 's/^SUBSECTION =/SUBSECTION = applaunch/g' $QAKIT_CONFIG
 
24
sed -i 's/^PREFIX_TITLE =/PREFIX_TITLE = Times/g' $QAKIT_CONFIG
 
25
sed -i 's/^PLOT_TYPE =/PLOT_TYPE = bars/g' $QAKIT_CONFIG