neutron/neutron/tests/functional/agent/l3
Yang JianFeng 9b27020a65 [Agent Side] L3 router support ndp proxy
The agent side codes need consider three scenarios:
1. Non-dvr router. The all related rules are applied in
   qrouter-namespace
2. Dvr router with the local agent mode is dvr_no_external.
   The all related rules are applied in snat-namespace.
3. Dvr router with the local agent mode is dvr. In this scenario,
   The all related rules are applied in fip-namespace.

Change-Id: Ie8729586d318be4a673858021a0116e09e193522
Partial-Bug: #1877301
2022-02-25 12:42:13 +08:00
..
bin Replace "ip monitor" command with Pyroute2 implementation 2019-12-08 22:38:45 +00:00
extensions [Agent Side] L3 router support ndp proxy 2022-02-25 12:42:13 +08:00
__init__.py Replace keepalived notifier bash script with Python ip monitor 2015-03-18 18:59:33 -04:00
framework.py Make sure "dead vlan" ports cannot transmit packets 2022-02-04 16:43:03 +03:00
test_dvr_router.py [Agent Side] L3 router support ndp proxy 2022-02-25 12:42:13 +08:00
test_ha_router.py [Functional] Add extra logs to the L3 HA router transitions 2022-01-11 09:59:37 +01:00
test_keepalived_state_change.py Read keepalived initial state in parallel to interface monitoring 2021-03-30 16:47:34 +00:00
test_legacy_router.py Add functional tests for ECMP routes 2021-11-08 13:47:51 +01:00
test_metadata_proxy.py Use metadata constants from n-lib 2020-09-04 15:08:30 +00:00
test_namespace_manager.py Complete removal of dependency on the "mock" package 2020-05-01 12:05:34 -04:00