diff options
author | yuyang <Gabriel.yuyang@huawei.com> | 2017-03-28 10:40:35 +0800 |
---|---|---|
committer | yuyang <Gabriel.yuyang@huawei.com> | 2017-03-28 11:28:00 +0800 |
commit | 1760c89637ac71b877a17896e5768640a20360c3 (patch) | |
tree | 6f7965fc23c53049d99b4e49cbd1e6ce7c3e2407 /run_tests.sh | |
parent | fe83578bd2fe1a09f8334f85e30a0afbb68cc5cc (diff) |
bugfix: fix bugs for running 'teststory run'
JIRA: BOTTLENECK-144
utils/parser.py:56 has incorrect var:cls which cause pass more
var to testcase_read function.
Change-Id: I2d4b93f95d19a205e537515529746f6d9e13fe2c
Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/run_tests.sh b/run_tests.sh index 97cbf28c..eb788242 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -143,8 +143,6 @@ bash ${BASEDIR}/docker/docker_cleanup.sh -d kibana --debug bash ${BASEDIR}/docker/docker_cleanup.sh -d elasticsearch --debug bash ${BASEDIR}/docker/docker_cleanup.sh -d influxdb --debug -exit 0 - #run tests if [ "${teststory}" != "" ]; then test_level="teststory" |