neutron/neutron/tests/fullstack
Nurmatov Mamatisa 9539db17dc Add minimum bw qos rule validation for network
Minimum bandwidth QoS rule is only applicable for the network which is
backed by physical networks.
It will raise exception when you want to set Minimum bandwidth QoS rule
or update rule on network without ports.

Closes-Bug: #1913180

Conflicts:
    neutron/services/qos/drivers/manager.py
    neutron/services/qos/qos_plugin.py

Change-Id: I6ab945086b13730ad60957760bbc2eb5c321aca2
(cherry picked from commit 26f3de0f78)
(cherry picked from commit a21f30ca64)
2021-03-09 10:09:10 +00:00
..
agents Import "oslo_config.cfg" before "eventlet" 2020-10-09 09:53:55 +00:00
resources Add minimum bw qos rule validation for network 2021-03-09 10:09:10 +00:00
schedulers HA race condition test for DHCP scheduling 2019-11-18 14:09:32 +01:00
servers Fullstack test for placement sync 2019-05-17 17:56:45 +02: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] find ip based on allocation_pool 2019-11-12 14:56:34 +01:00
test_agent_bandwidth_report.py Enhance agent's resources_synced check 2020-02-11 15:09:24 +01:00
test_connectivity.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_dhcp_agent.py Limit usage of resources in the fullstack tests job 2021-01-11 11:37:52 +00:00
test_firewall.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_l3_agent.py Assign local variable before being referred 2020-01-22 08:25:10 +00: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_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-11-10 17:36:04 +01: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 Make port binding attempt after agent is revived 2018-10-22 18:43:33 +02:00
test_qos.py Add minimum bw qos rule validation for network 2021-03-09 10:09:10 +00:00
test_securitygroup.py Add fullstack tests for stateless security groups 2020-04-06 05:33:49 +00:00
test_segmentation_id.py Add fullstack tests for update network's segmentation_id 2019-07-11 16:20:15 +02:00
test_subnet.py Subnet gateway should be a valid IP 2019-12-23 10:13:23 +00:00
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.