diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-26 10:00:10 +0100 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-01-26 10:00:10 +0100 |
commit | 4753bf597ebc953c4a381990f570e78dc542bbf0 (patch) | |
tree | cdc7ab0eea5e182a2f1132f4e1a6ada64475fe9c /docker/run_tests.sh | |
parent | 17195cd6cfd4f378f5c0c0e4640a1ca620cba205 (diff) |
Use rally cert script
Change-Id: Ia550e3ca7742db596dd3817841ed31a101adef27
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 3440a4552..50a1296c1 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -121,7 +121,7 @@ function run_test(){ "rally") info "Running Rally benchmark suite..." cinder type-create volume-test #provisional - python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally.py \ + python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/run_rally-cert.py \ --debug all ${report} cinder type-delete $(cinder type-list|grep test|awk '{print $2}') clean_openstack |