Only run tempest on the minimal config

When we enabled tempest, we did not disable the ping test. We do
not need to run both, and we run the ping test on the ha config.

Change-Id: I804b200ec6239954b0245d4449b3b1e23ab9d6c8
This commit is contained in:
John Trowbridge 2016-07-27 15:41:21 -04:00
parent 705c527bca
commit b9552e547c
1 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ network_isolation: true
# If `test_tempest` is `true`, run tempests tests, otherwise do not
# run them.
prepare_tempest: true
# test_ping: false
test_ping: false
test_tempest: true