vmware-nsx/vmware_nsx/tests/unit/nsx_p
Salvatore Orlando e70cf0e5d1 Improve security group rule add performance and reliability
This change leverages a new NSX client method, patch_entries.
This method does not require all rules to be in the request body.
We can therefore save a DB operation, and submit a much smaller
payload. NSX responses are also much faster.

In addition, this routine ensure the DB record for a security
group rule is removed if the creation of the same rule fails at
the NSX backend.

Change-Id: I5c97c3042f8f740cac211314e11ce01e03beaa7e
2021-10-25 13:21:00 -07:00
..
__init__.py NSX|P: Policy pluging initial SG support 2018-10-11 12:08:53 +00:00
test_api_replay.py api_replay for migration into the policy plugin 2019-07-10 15:32:02 +00:00
test_availability_zones.py NSX|P: Support policy DHCP 2020-02-13 07:26:35 +00:00
test_dhcp_metadata.py Removing dependency on the "mock" package 2020-05-10 17:21:14 +02:00
test_fwaas_v2_driver.py Removing dependency on the "mock" package 2020-05-10 17:21:14 +02:00
test_plugin.py Improve security group rule add performance and reliability 2021-10-25 13:21:00 -07:00
test_policy_dhcp_metadata.py Removing dependency on the "mock" package 2020-05-10 17:21:14 +02:00