fs030: disable tempest

Promotion jobs fail to run Tempest on fs030, OVN fails to create a
floating-IP.

Change-Id: I3b48cae7b5e199a93d31372e893fadcbfc4ab18e
Related-Bug: #1740698
This commit is contained in:
Emilien Macchi 2017-12-31 09:42:14 -08:00
parent 6c96e5def7
commit 2f14e6d3ad
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ extra_args: >-
# run them.
tempest_config: true
test_ping: false
run_tempest: true
# Re-enable Tempest when https://bugs.launchpad.net/tripleo/+bug/1740698 is solved
run_tempest: false
test_regex: ''
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'