Tempest Plugin for tap-as-a-service project
Go to file
Roman Popelka 383c58fdae Remove _get_network_by_name, _disassociate_floating_ip methods
As tempest.scenario.manager was announced stable interface in Tempest 27.0.0[1] it can be now reused in plugins.

Replaced methods:
	* _get_network_by_name
	* _disassociate_floating_ip

Etherpad concerning this effort:
https://etherpad.opendev.org/p/tempest-scenario-manager-cleanup

[1] https://docs.openstack.org/releasenotes/tempest/v27.0.0.html#release-notes-27-0-0

Change-Id: Id5d9b1f74e2d9df56a320587b9ceb8b12f91963b
2022-03-10 09:37:01 +00:00
neutron_taas_tempest_plugin Remove _get_network_by_name, _disassociate_floating_ip methods 2022-03-10 09:37:01 +00:00
.gitignore Add release notes 2018-03-01 10:45:31 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:15 +00:00
.mailmap Initial Cookiecutter Commit. 2015-07-24 16:09:56 +02:00
.zuul.yaml Switch tap-as-a-service-tempest-plugin to ML2/OVS 2021-08-09 10:16:39 +02:00
CONTRIBUTING.rst Update the documentation link for doc migration 2017-07-27 10:03:08 +08:00
LICENSE Initial Cookiecutter Commit. 2015-07-24 16:09:56 +02:00
README.rst Remove stuff not necessary for the tempest plugin 2019-03-27 18:00:41 +09:00
requirements.txt Fix taas-tempest-plugin gate 2020-09-17 14:16:52 +02:00
setup.cfg Rename the entry point to be different from tap-as-a-service 2019-04-04 16:47:19 +09:00
setup.py [Fix gate]Update test requirement 2017-03-03 10:29:50 +09:00
test-requirements.txt Fix taas-tempest-plugin gate 2020-09-17 14:16:52 +02:00
tox.ini Fix taas-tempest-plugin gate 2020-09-17 14:16:52 +02:00

README.rst

Tempest plugin for Tap as a Service

This repository contains tempest plugin for tap-as-a-service.