Merge "Renamed SNAPS-OO test runner filename and changed arguments."
authorDan Radez <dradez@redhat.com>
Thu, 13 Apr 2017 16:25:38 +0000 (16:25 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 13 Apr 2017 16:25:38 +0000 (16:25 +0000)
tests/smoke_tests/execute_smoke_tests.sh

index a9a7b74..27f9525 100755 (executable)
@@ -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