diff options
author | Tim Rozet <trozet@redhat.com> | 2017-01-13 20:34:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-13 20:34:22 +0000 |
commit | c055fcef6a23ed15ae42dd6c68005d48ed3c0a96 (patch) | |
tree | 820885f12b4f6c746bbcb4bf8d6f1cf64bb17c40 /tests/smoke_tests | |
parent | 7cd3e80f8d34cb998d1cae1af58afdda406d5a3b (diff) | |
parent | 4ff43caffd5acea6b7db3a4b48eadeb0e4a944af (diff) |
Merge "Adding installation of ansible and dependencies to host attempting to execute <apex>/ci/run_smoke_tests.sh. Also fixed the filename that contains the test stdout/stderr output from snoke-tests.out to smoke-tests.out"
Diffstat (limited to 'tests/smoke_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 5ebbf3a4..a9a7b740 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 -l INFO &> ~stack/snoke-tests.out
\ No newline at end of file +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 |