neutron/neutron/tests/common
LIU Yulong c50bdf2329 Give some HA router case specific resources
1. give each HA failover case an independent vrrp_id
2. give each HA port an independent IP address, so the
interface IPs for router HA ports will be:
    169.254.192.100 and 169.254.192.101
    169.254.192.102 and 169.254.192.103
    169.254.192.104 and 169.254.192.105
    169.254.192.106 and 169.254.192.107
VIP of each case will be:
    169.254.0.10/24
    169.254.0.11/24
    169.254.0.12/24
    169.254.0.13/24
    169.254.0.14/24

Conflicts:
    neutron/tests/common/l3_test_common.py

Closes-Bug: #1819160
Change-Id: I1216d96af40449ec16a852cc1f6c4f15c85f4546
(cherry picked from commit c69a87405a)
(cherry picked from commit 2c5957f56d)
2019-04-17 13:08:10 +02:00
..
agents Fix fullstack test_dscp_marking_packets test 2019-03-19 12:44:23 +00:00
exclusive_resources use synchronized lock decorator from neutron-lib 2017-10-04 13:57:42 -06:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Forbid importing neutron.tests.* from outside tests subtree 2016-09-15 18:42:45 +00:00
config_fixtures.py fullstack: Migration from iptables_hybrid to openvswitch 2018-04-26 16:44:24 +00:00
conn_testers.py ovs-fw: Apply openflow rules immediately during update 2018-04-23 14:49:16 +00:00
helpers.py Remove usage of TestCase.skip() method 2018-03-21 22:14:53 +01:00
l3_test_common.py Give some HA router case specific resources 2019-04-17 13:08:10 +02:00
machine_fixtures.py Merge "fullstack: test for IPv6 north-south traffic" 2016-11-09 12:02:45 +00:00
net_helpers.py Avoid agents adding ports as trunk by default. 2018-05-09 14:07:27 +02:00