neutron/neutron/tests/unit/agent/l2/extensions/dhcp
zhouhenglc cfc0678caf [ovn]support read chassis update time from nb_cfg_timestamp
nb_cfg_timestamp: The timestamp when ovn-controller finishes
processing the change corresponding to nb_cfg[1]. it can better
reflect the status of chassis.

This patch updated some unit tests. ensure mock 'time.time' is
stopped after test. if not stop, may affect "timeutils.utcnow_ts"
to obtain the real time, cause test case
'test_agent_with_nb_cfg_timestamp_not_timeout' failure.

Partial-bug: #1938478
[1] https://www.ovn.org/support/dist-docs/ovn-sb.5.html

Conflicts:
  neutron/plugins/ml2/drivers/ovn/agent/neutron_agent.py
  neutron/tests/unit/plugins/ml2/drivers/ovn/mech_driver/test_mech_driver.py

Change-Id: Ia74a9404411862dc88b48c4a198d5c53f5f52704
(cherry picked from commit 9e263dcf00)
2022-06-29 13:29:26 +00:00
..
__init__.py Add the base class DHCPResponder 2021-03-10 10:33:39 +08:00
test_base.py Add agent extension 'dhcp' for ovs agent 2021-06-24 08:38:38 +08:00
test_extension.py Add agent extension 'dhcp' for ovs agent 2021-06-24 08:38:38 +08:00
test_ipv4.py Add the DHCPReponder for IPv4 2021-03-30 17:25:59 +08:00
test_ipv6.py [ovn]support read chassis update time from nb_cfg_timestamp 2022-06-29 13:29:26 +00:00