Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Go to file
Roman Safronov 0222b13376 Use max port per router as a constant
The patch [1] set value of ovn_max_controller_gw_ports_per_router
to 1 which is not alighed with default ovn config.
This caused AZ tests behave not correctly.
We can use the value as a constant set to 5 which is alighed
with default ovn setting.

[1] https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/912348

Change-Id: I51a9a7bf1bc9ad56fa80b735401fbe210fff879a
2024-05-06 17:24:58 +03:00
devstack Add MTU tests 2024-04-10 18:48:52 +03:00
playbooks Implement node discovery 2024-03-05 17:18:02 +02:00
whitebox_neutron_tempest_plugin Use max port per router as a constant 2024-05-06 17:24:58 +03:00
zuul.d Set openvswitch job as non-voting 2024-04-30 15:43:12 +03:00
.gitignore Add gitignore file to the new repo 2022-08-22 12:18:50 +02:00
.gitreview Added .gitreview 2022-08-08 12:03:41 +00:00
.stestr.conf Adds .stestr.conf configuration file 2023-01-17 12:50:01 +02:00
LICENSE Add LICENSE and README.rst files 2022-11-09 07:24:40 +00:00
README.rst Add LICENSE and README.rst files 2022-11-09 07:24:40 +00:00
requirements.txt Exclude test_vrrp from OVS job 2024-03-14 11:05:30 +02:00
setup.cfg Add base plugin class and setup module 2022-08-22 12:19:14 +02:00
setup.py Add base plugin class and setup module 2022-08-22 12:19:14 +02:00
test-requirements.txt Add requirements and base pep8 job 2022-08-22 12:19:28 +02:00
tox.ini Add extra dhcp options tests 2023-12-21 16:21:32 +02:00

README.rst

Whitebox Neutron Tempest Plugin

Tempest plugin with TripleO oriented whitebox tests for Neutron project.