diff options
Diffstat (limited to 'tests/smoke_tests/execute_smoke_tests.sh')
-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 245ccc53..6f9e17f3 100755 --- a/tests/smoke_tests/execute_smoke_tests.sh +++ b/tests/smoke_tests/execute_smoke_tests.sh @@ -3,4 +3,4 @@ cd ~/provisioning/python export PYTHONPATH=$PYTHONPATH:$(pwd) -python unit_test_suite.py ~stack/overcloudrc
\ No newline at end of file +python unit_test_suite.py -e ~stack/overcloudrc -n external -l INFO
\ No newline at end of file |