Add note in L3 agent test

Note: Sleep(30 sec) to make sure the L3 agent has time
to fully provision all the resources.

test: test_metadata_haproxy_during_stop_L3_agent
Change-Id: Icc0f0401e9d0f2be1d61fb80a82c28c586261aae
This commit is contained in:
Fiorella Yanac 2023-10-16 11:41:10 +02:00
parent 5d04e37ab0
commit 17c0262329

View File

@ -460,7 +460,7 @@ class L3AgentTest(BaseAgentTest):
return active_agent
# FIXME- Sleep(30 sec) temporarly to make sure the L3 agent had time
# Note- Sleep(30 sec) to make sure the L3 agent has time to
# fully provision all the resources - rhbz#2133743
def start_agent(self, hosts: typing.Optional[typing.List[str]] = None):
super(L3AgentTest, self).start_agent(hosts)