blob: 41d7aff2c9402a7281eb01f511b80190e20f505a [file] [log] [blame]
Leonardo Bellinid4521922018-03-01 08:48:10 -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#
20# add here below the killing of all docker containers used for optf/has CSIT testing
21#
Leonardo Bellini3a275ec2018-03-08 11:48:47 -060022
Leonardo Bellini50ee9d62018-03-15 04:39:25 -050023#
Leonardo Bellini39334cc2018-03-20 11:59:34 -050024# optf/has scripts docker containers killing";
Leonardo Bellini50ee9d62018-03-15 04:39:25 -050025#
Leonardo Bellini39334cc2018-03-20 11:59:34 -050026echo "# optf/has has scripts calling";
Leonardo Bellini50ee9d62018-03-15 04:39:25 -050027source ${WORKSPACE}/test/csit/scripts/optf-has/has/has_teardown_script.sh
28
Leonardo Bellini39334cc2018-03-20 11:59:34 -050029echo "# optf/has simulator scripts calling";
30source ${WORKSPACE}/test/csit/scripts/optf-has/has/simulator_teardown_script.sh
Leonardo Bellini50ee9d62018-03-15 04:39:25 -050031
Leonardo Bellini39334cc2018-03-20 11:59:34 -050032echo "# optf/has music scripts calling";
Leonardo Bellini50ee9d62018-03-15 04:39:25 -050033source ${WORKSPACE}/test/csit/scripts/optf-has/has/music_teardown_script.sh
Leonardo Bellinid4521922018-03-01 08:48:10 -060034