diff options
author | Dan Radez <dradez@redhat.com> | 2017-04-13 16:25:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-13 16:25:38 +0000 |
commit | 79b0248d53c066a4631879332299118277381a76 (patch) | |
tree | 596b4f432d1e2cfbc855c5126fbf013810019675 /tests | |
parent | df58098027d081e99cdcce863ef24a992d8a7adb (diff) | |
parent | 915dcf01be2c2998615c33816c2c280ea32b799b (diff) |
Merge "Renamed SNAPS-OO test runner filename and changed arguments."
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/smoke_tests/execute_smoke_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/smoke_tests/execute_smoke_tests.sh b/tests/smoke_tests/execute_smoke_tests.sh index a9a7b740..27f95251 100755 --- a/tests/smoke_tests/execute_smoke_tests.sh +++ b/tests/smoke_tests/execute_smoke_tests.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -python ~/snaps/snaps/unit_test_suite.py -e ~stack/overcloudrc -n external -k -l INFO &> ~stack/smoke-tests.out
\ No newline at end of file +python ~/snaps/snaps/test_runner.py -e ~stack/overcloudrc -n external -c -a -i -f -k -l INFO &> ~stack/smoke-tests.out
\ No newline at end of file |