diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-06-01 03:42:56 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-06-01 03:42:56 -0400 |
commit | 3e8bf0c0b273324d52970c7127d2be5e294e3aff (patch) | |
tree | 85c51648e125684d5cbe611639b264ec468735e1 | |
parent | 03fc400990ea9fcb1d44d3b1ecc2fc83d4ef5d3c (diff) |
bugfix for vstf path name
Change-Id: Id91a4d743f7e94b962db4cc50b125700049e311a
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
-rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index 19312935..d5c30592 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -84,7 +84,7 @@ function run_test(){ ;; "vstf") info "Running vstf test suite" - test_file="/home/opnfv/bottlenecks/testsuite/vstf/testsuite_story/vstf_story1" + test_file="/home/opnfv/bottlenecks/testsuites/vstf/testsuite_story/vstf_story1" if [[ -f $test_file ]]; then testcases=($(cat $test_file)) else |