4 Commits

Author SHA1 Message Date
Slawek Kaplonski
9aec7b695e Add test for the validate auto_allocated_topology API
This new test calls neutron API to check requirements for the auto
allocated topology and to make sure that it don't returns 404 for
example.

Depends-On: https://review.opendev.org/c/openstack/neutron/+/920360
Depends-On: https://review.opendev.org/c/openstack/neutron/+/920481
Depends-On: https://review.opendev.org/c/openstack/neutron/+/920482

Related-bug: #2066369
Change-Id: I9b46699cdf9361a49e558130b336722599419f0f
2024-06-21 14:38:00 +00:00
Brian Haley
ae328b923a Fix flake8 H404 errors
Fix H404 error and start enforcing it.

Trivialfix

Change-Id: I0c062733660031faf43838798a697daf6674ef14
2018-10-09 19:51:54 -04:00
Hongbin Lu
468e4d3401 Remove incorrect filter on listing subnets
The test case uses 'admin_state_up' as a filter parameter on listing
subnets, but this is an invalid filter since the subnet resource
doesn't have this attribute. This patch removes this filter.

Change-Id: I3f2e6e861adaeef81a1a5819a57b28f5c6281d80
Related-Bug: #1749820
2018-06-14 15:15:41 +00:00
Chandan Kumar
667d3d3260 Refactored Neutron tempest plugin directory structure
* switch from neutron.tests.tempest to neutron_tempest_plugin
* Cleaned up README.rst and setup.cfg
* Use neutron_tempest_plugin as a tempest plugin package
* Fixed gitreview
* Keeping flake8 Ignores in tox.ini as tempest plugin is
  imported from neutron codebase.

Change-Id: I42d389836e72813fdeebc797a577f4a8ac2ee603
2017-11-13 09:19:11 +05:30