neutron/neutron/tests/common/agents
Slawek Kaplonski 458fd224db [Fullstack] Fix waiting for packet with DSCP mark in test
In test_dscp_marking_packets, sender vm is sending ICMP packets to the
receiver_vm.
Before this patch even if first ICMP packet wasn't send properly, test
failed due to exception raised in execute method.

It can happend sometimes that first packet will fail to be send as there
can be e.g. some configuration on agent's side not done yet. So we
should try to ping receiver_vm for 60 seconds instead of failing on
first attempt.
This patch changes that behaviour in test.

Change-Id: Ic84e1ef507f017516d47a6b66e646e7e7b5ded8d
Closes-Bug: #1852724
2019-11-15 11:26:27 +01:00
..
__init__.py Append @randtoken to L3 agent namespaces in full stack tests 2015-05-12 20:32:54 +00:00
l2_extensions.py [Fullstack] Fix waiting for packet with DSCP mark in test 2019-11-15 11:26:27 +01:00
l3_agent.py remove neutron.common.constants 2019-04-04 14:10:26 -06:00
ovs_agent.py Adopt hacking 1.1.0 2018-07-05 11:31:40 +09:00