From a0bcbd7c4a7b202d9797168f8115de228064b563 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 24 Mar 2022 19:37:54 +0000 Subject: [PATCH] Update git submodules * Update neutron from branch 'master' to 1473adca5d9fb5832c29694a3a93c5b5e9262b0b - Merge "[Fullstack] Remove dhcp agent in tests where it isn't necessary" - [Fullstack] Remove dhcp agent in tests where it isn't necessary In fullstack tests like test_connectivity or test_securitygroup using dhcp agent isn't really needed. We are testing dhcp agents and configuration of the IP addresses using DHCP in the tests from the test_dhcp_agent module. So this patch disables usage of the dhcp agent where it's not really needed to save some resources (less agents running during tests) and to minimize potential failures in the tests. Additionally this patch also adds method block_until_all_dhcp_config_done() to the FakeFullstackMachinesList class and uses it in tests when fake VMs are using DHCP. That will hopefully help better understand where the issue is in case of failures like described in the related bug. Related-Bug: #1962854 Change-Id: Ib6ca18b5a0ae101ad6424637abff3d992737f6f4 --- neutron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron b/neutron index f3179a25d2..1473adca5d 160000 --- a/neutron +++ b/neutron @@ -1 +1 @@ -Subproject commit f3179a25d282068cfeb63d0cbf7e6b6e21302ac8 +Subproject commit 1473adca5d9fb5832c29694a3a93c5b5e9262b0b