Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Go to file
Roman Safronov 69169975c0 Add test_dvr_ovn.py
Moved downstream tests with some changes
- Changed setup() to work properly even on environments where
  routers can be scheduled on compute nodes.
- Adjusted paths and references to fit the whitebox plugin
- Adjusted uuids to a new unique ones
- Added skip for a single-node environment
- Added necessary config options and base functions

Also:
- Extended tcpdump capture code to support toolbox on coreos.
- Added external bridge and tcpdump capture interface name
  discovering to support environments where different nodes
  have different interface names.

Note: some of tests still need to be adapted for podified
environment so for now they will be skipped.

Change-Id: I1497862f35ac3c8182a668db87bc608193c6727f
2024-04-14 17:46:19 +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 Add test_dvr_ovn.py 2024-04-14 17:46:19 +03:00
zuul.d Add MTU tests 2024-04-10 18:48:52 +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

Whitebox Neutron Tempest Plugin

Tempest plugin with TripleO oriented whitebox tests for Neutron project.