neutron/neutron/tests/fullstack
Jakub Libosvar 8ccbbb2292 [quota] Enable ``DbQuotaDriverNull`` as a production driver
Enabled ``DbQuotaDriverNull`` as a productio quota database
quota driver. This driver does not enforce any quota nor have access
to the database. When using this quota driver, the API will return
the default empty values expected from the ``QuotaDriverAPI`` class.

Closes-bug: #1960032

Change-Id: Iafa24753e657746a8b8165b5a63c17de9a9ba791
Signed-off-by: Jakub Libosvar <libosvar@redhat.com>
Co-Authored-By: Rodolfo Alonso Hernandez <ralonsoh@redhat.com>
2022-04-05 10:10:46 +00:00
..
agents Clean duplicated QoS bandwidth related methods in ovs_lib module 2022-03-08 16:44:52 +01:00
resources [quota] Enable ``DbQuotaDriverNull`` as a production driver 2022-04-05 10:10:46 +00:00
schedulers HA race condition test for DHCP scheduling 2019-11-18 14:09:32 +01:00
servers Remove "six" library 2020-07-28 16:55:52 +00:00
README Moved fullstack test doc content to TESTING.rst 2015-12-03 17:02:54 -05:00
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py [Fullstack] Remove dhcp agent in tests where it isn't necessary 2022-03-23 16:52:48 +01:00
test_agent_bandwidth_report.py Enhance agent's resources_synced check 2020-02-11 15:09:24 +01:00
test_connectivity.py [Fullstack] Remove dhcp agent in tests where it isn't necessary 2022-03-23 16:52:48 +01:00
test_dhcp_agent.py [Fullstack] Remove dhcp agent in tests where it isn't necessary 2022-03-23 16:52:48 +01:00
test_firewall.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_l3_agent.py Merge "Revert "[Fullstack] Mark TestHAL3Agent fip_qos test as unstable"" 2021-11-09 16:06:08 +00:00
test_local_ip.py [fullstack] use noop fw driver for Local IP conntrack test 2022-02-17 11:25:31 +03:00
test_logging.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_mtu.py Check mtu on network update 2019-12-16 15:04:47 +00:00
test_ovs_dhcp_extension.py [Fullstack] Remove dhcp agent in tests where it isn't necessary 2022-03-23 16:52:48 +01:00
test_port_shut_down.py [OVS] Shut down the port on changing the admin-state to false 2018-01-04 01:44:01 -05:00
test_ports_api.py Rehome api tests for propagate_uplink_status 2020-10-13 10:57:57 +00:00
test_ports_binding.py [Follow Up] Add Smart NIC representor port to integration bridge 2019-06-24 06:58:18 +00:00
test_ports_rebind.py Add "bound_drivers" information to port "vif_details" 2022-01-27 04:16:45 +00:00
test_qos.py Fix ingress bandwidth limit in the openvswitch agent 2022-03-15 20:54:03 +01:00
test_quota.py [quota] Enable ``DbQuotaDriverNull`` as a production driver 2022-04-05 10:10:46 +00:00
test_securitygroup.py [Fullstack] Remove dhcp agent in tests where it isn't necessary 2022-03-23 16:52:48 +01:00
test_segmentation_id.py [Fullstack] Add segmentation_id update test 2021-04-27 07:41:34 +00:00
test_subnet.py Ensure gateway is set for prefix delegated subnets 2022-03-03 11:10:54 +05:30
test_trunk.py Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00

README

Please see neutron/TESTING.rst.