summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorspisarski <s.pisarski@cablelabs.com>2017-04-13 07:54:10 -0600
committerspisarski <s.pisarski@cablelabs.com>2017-04-13 07:54:10 -0600
commit915dcf01be2c2998615c33816c2c280ea32b799b (patch)
tree9ed34e20464ad7bc542661c6e208cd1bd88aec3b /tests
parent1447fa43970aac807d2490ce8e77a065fb1dbd5d (diff)
Renamed SNAPS-OO test runner filename and changed arguments.
JIRA: SNAPS-10 Change-Id: Ice08276f683445c6eebcd28e2badc25135545fd4 Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/smoke_tests/execute_smoke_tests.sh2
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