Turn off tempest's multitenant network tests

This disables the multitenant networking tests that come from tempest's
tree, but not the ones in ironic's tempest plugin.

Change-Id: I62cc4ae3e9fe7dc63ec4373535fe6ae07084a381
(cherry picked from commit 0da98dee34)
This commit is contained in:
Jim Rollenhagen 2016-11-15 09:37:02 -05:00
parent e8d93a420b
commit 8d65611030
1 changed files with 4 additions and 0 deletions

View File

@ -1514,6 +1514,10 @@ function ironic_configure_tempest {
iniset $TEMPEST_CONFIG compute image_ref_alt $image_uuid
iniset $TEMPEST_CONFIG auth create_isolated_networks False
# NOTE(jroll) this disables multitenant network tests from tempest's
# tree, but not from our tree. This is a bit inconsistent, we should
# fix it.
iniset $TEMPEST_CONFIG network shared_physical_network True
iniset $TEMPEST_CONFIG network-feature-enabled port_admin_state_change False
}