neutron/neutron/tests/fullstack
Slawek Kaplonski f8628b5c04 [Fullstack] Consolidate segmentation_id update tests into single test
There were 3 tests which were testing update of the segmentation_id for
the network with:
* no ports
* unbound or binding failed ports,
* bound ports.

Due to the nature of the fullstack tests, each of tests required to
spawn neutron server, neutron ovs agent, etc.
Now all of those tests are consolidated into one test end execution time
of test cases from that class went down from about 125 seconds to around
45 seconds.

Change-Id: I4c0444700bff734cf1947f0e0a3e44ea0e11a155
(cherry picked from commit 8935b7a133)
2024-01-29 03:27:44 +00:00
..
agents [Fullstack] Remove unnecessary tests 2024-01-29 03:27:16 +00:00
resources Fullstack: Wait placement process fixtrue to really stop 2023-01-25 14:00:49 +01:00
schedulers HA race condition test for DHCP scheduling 2019-11-18 14:09:32 +01:00
servers Don't register config options on imports 2022-04-13 05:49:15 +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] Double check that agent is dead when it should be dead 2023-12-07 07:47:16 +00:00
test_agent_bandwidth_report.py [Fullstack] Drop all linuxbridge scenarios from fullstack tests 2023-11-11 17:45:20 +00:00
test_connectivity.py [Fullstack] Remove unnecessary tests 2024-01-29 03:27:16 +00:00
test_dhcp_agent.py [Fullstack] Remove unnecessary tests 2024-01-29 03:27:16 +00:00
test_firewall.py Drop of_interface option 2019-05-24 10:33:48 +02:00
test_l3_agent.py [Fullstack] Remove unnecessary tests 2024-01-29 03:27:16 +00:00
test_local_ip.py Switch fullstack/functional fips jobs to 9-stream 2023-09-13 16:19:17 +00:00
test_logging.py Use ovs constants from neutron-lib 2022-06-17 10:36:44 +05:30
test_mtu.py Check mtu on network update 2019-12-16 15:04:47 +00:00
test_multisegs.py Mark fullstack TestMultiSegs.test_multi_segs_network as unstable 2023-02-23 08:10:12 +01: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_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 [Fullstack] Drop all linuxbridge scenarios from fullstack tests 2023-11-11 17:45:20 +00:00
test_qos.py [Fullstack] Remove unnecessary tests 2024-01-29 03:27:16 +00:00
test_quota.py [quota] Enable ``DbQuotaDriverNull`` as a production driver 2022-04-05 10:10:46 +00:00
test_securitygroup.py [Fullstack] Remove SecurityGroupRulesTest.test_normalized_cidr_in_rule test 2024-01-29 03:27:36 +00:00
test_segmentation_id.py [Fullstack] Consolidate segmentation_id update tests into single test 2024-01-29 03:27:44 +00:00
test_subnet.py [Fullstack] Remove unnecessary tests 2024-01-29 03:27:16 +00:00

README

Please see neutron/TESTING.rst.