From 58a016ca7078deae8260b81969f6cf04045bd2fb Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Tue, 21 Mar 2017 20:07:03 +0000 Subject: [PATCH] Configure tempest.conf via test-config phase tempest is configured in test-config phase, and it removes existing config before doing it, rendering all our settings ineffective. This change moves tempest.conf related hook code to test-config that happens after tempest is configured, and after it removes the initial config file. Related-Bug: #1646391 Change-Id: Id30caccfccd73b804dbd3e36639b4b3e95a256ee --- neutron/tests/contrib/hooks/mtu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/tests/contrib/hooks/mtu b/neutron/tests/contrib/hooks/mtu index f72a86573eb..f3e9f0ce964 100644 --- a/neutron/tests/contrib/hooks/mtu +++ b/neutron/tests/contrib/hooks/mtu @@ -1,4 +1,4 @@ -[[post-extra|$TEMPEST_CONFIG]] +[[test-config|$TEMPEST_CONFIG]] [neutron_plugin_options] available_type_drivers=flat,geneve,vlan,gre,local,vxlan