neutron/neutron/tests/fullstack
elajkat 9736e446dc Rehome api tests for propagate_uplink_status
Since [0] was merged propagate_uplink_status value is True,
tempest (and neutron-tempest-plugin) is branchless, so
test_create_port_without_propagate_uplink_status and
test_create_port_with_propagate_uplink_status can be moved to
fullstack tests to keep the coverage.

Issues:
- On ussuri the default value for propagate_uplink_status was False, so
the test_create_port_without_propagate_uplink_status test asserts False.
see [1]
- On train there is no dhcp_scheduler_class attribute for
EnvironmentDescription
- On stein EnvironmentDescription has no has_placement & placement_port
attributes, and the related logic.

[0]: https://review.opendev.org/744208
[1]: https://review.opendev.org/744210

Change-Id: I8dfe76e75aa932e587d91f475317b7bac1f02ed9
Related-Bug: #1890842
(cherry picked from commit d2f8a2bea8)
(cherry picked from commit 5ac50b220e)
2020-11-17 14:03:51 +01:00
..
agents Import "oslo_config.cfg" before "eventlet" 2020-10-09 09:54:46 +00:00
resources Rehome api tests for propagate_uplink_status 2020-11-17 14:03:51 +01: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 Randomize BaseFullStackTestCase._find_available_ips 2020-01-31 12:52:22 +00:00
test_agent_bandwidth_report.py sriov-agent: fullstack test resource info report 2018-10-26 08:14:46 +00:00
test_connectivity.py Disable IPv6 forwarding by default on HA routers 2018-05-31 20:19:21 +00:00
test_dhcp_agent.py Increase waiting time for network rescheduling 2020-04-07 20:18:59 +00:00
test_firewall.py fullstack: Migration from iptables_hybrid to openvswitch 2018-04-26 16:44:24 +00:00
test_l3_agent.py Check the namespace is ready in test_mtu_update tests 2019-09-13 09:35:01 +00:00
test_logging.py Follow-up: add fullstack test for logging 2018-09-06 14:59:10 +07:00
test_mtu.py Check mtu on network update 2020-01-07 14:31:31 +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-17 14:03:51 +01:00
test_ports_rebind.py Make port binding attempt after agent is revived 2018-10-22 18:43:33 +02:00
test_qos.py TestMinBwQoSOvs must call the correct methods 2019-11-13 17:35:01 +00:00
test_securitygroup.py Check "security_group_rule" quota during security group creation 2020-04-24 11:45:27 +02:00
test_trunk.py Fullstack: init trunk agent's driver only when necessary 2017-11-03 16:49:12 +00:00
utils.py fullstack: Remove ovsdb_interface config opt 2017-09-27 07:03:17 +00:00

README

Please see neutron/TESTING.rst.