blob: 517837c9a0b2d8ef1070b6c64b4e6942af813eb0 [file] [log] [blame]
Leonardo Bellini4dfc5ca2018-03-01 10:56:57 -06001#!/bin/bash
2#
3# Copyright 2016-2017 Huawei Technologies Co., Ltd.
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11# Unless required by applicable law or agreed to in writing, software
12# distributed under the License is distributed on an "AS IS" BASIS,
13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14# See the License for the specific language governing permissions and
15# limitations under the License.
16#
17
18#
19# add here eventual scripts needed for music
20#
21echo "##########################################################";
22echo "#";
23echo "# music scripts calling";
24echo "#";
25echo "##########################################################";
26source ${WORKSPACE}/test/csit/scripts/music/music-scripts/music_script.sh
27
28#
29# add here below the start of all docker containers needed for music CSIT testing
30#
31echo "##########################################################";
32echo "#";
33echo "# music scripts docker containers spinoff";
34echo "#";
35echo "##########################################################";
36
37#
38# add here all the configuration steps eventually needed to be carried out for music CSIT testing
39#
40echo "##########################################################";
41echo "#";
42echo "# music configuration step";
43echo "#";
44echo "##########################################################";
45
46
47#
48# add here all ROBOT_VARIABLES settings
49#
50echo "##########################################################";
51echo "#";
52echo "# music robot variables settings";
53echo "#";
54echo "##########################################################";
55ROBOT_VARIABLES="-v MUSIC_HOSTNAME:http://localhost -v MUSIC_PORT:8080 -v COND_HOSTNAME:http://localhost -v COND_PORT:8091"
56
57echo ${ROBOT_VARIABLES}
58
59
60