summaryrefslogtreecommitdiffstats
path: root/run_tests.sh
diff options
context:
space:
mode:
authorMatthewLi <matthew.lijun@huawei.com>2016-04-14 02:24:48 -0400
committerMatthewLi <matthew.lijun@huawei.com>2016-04-14 02:24:48 -0400
commit43c038ddf45d5343f23cc0dbdd39c1eb8890f073 (patch)
tree6a6e6928d015ceb30d75e9a85e3c2645ff3716c2 /run_tests.sh
parenta270ce8532bff390a08169786c39363f70ee0c1d (diff)
bugfix: docker ci workflow bugfix
Change-Id: I1215c6ecc9642bb2e4d433276fc3f6941e775e0b Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index e6e90846..1171b7ce 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -79,7 +79,7 @@ function run_test(){
#adjust config parameters, different test suite has different methods, take rubbos as an example
#run test case, different test suite has different methods
file={$BASEDIR}/testsuites/rubbos/testcase_cfg/{$i}.yaml
- python ${BOTTLENECK_TOP_DIR}/testsuites/rubbos/run_rubbos.py -c $file
+ python /home/opnfv/bottlenecks/testsuites/rubbos/run_rubbos.py -c $file
done
;;
"vstf")