neutron-tempest-plugin/neutron_tempest_plugin
Federico Ressi bf877c84b3 Deprecate BaseTempestTestCase.create_and_associate_floatingip method
Add new 'debtcollector' dependency with the purpose of deprecating methods
that are going to be removed.

Mark BaseTempestTestCase.create_and_associate_floatingip for removal.

Replace create_and_associate_floatingip with create_floatingip in
BaseTempestTestCase class.

Change-Id: I5c5fd143a5cb4e138c46d13445f8225444bd2f58
2018-08-24 09:00:42 +02:00
..
api Create floating IPs with additional parameters. 2018-08-24 09:00:42 +02:00
common Add test tools for executing socat on guest images. 2018-08-16 06:11:54 +00:00
scenario Deprecate BaseTempestTestCase.create_and_associate_floatingip method 2018-08-24 09:00:42 +02:00
services Add create_trunk and delete_trunk methods. 2018-08-16 06:08:04 +00:00
README.rst Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Allow to connect to SSH server using an intermediate SSH server 2018-07-10 06:24:13 +00:00
exceptions.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
plugin.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30

README.rst

WARNING

Some files under this path were copied from tempest as part of the move of the api tests, and they will be removed as required over time to minimize the dependency on the tempest testing framework. While it exists, only neutron_tempest_plugin.* should be importing files from this path. neutron_tempest_plugin.config uses the global cfg.CONF instance and importing it outside of the api tests has the potential to break Neutron's use of cfg.CONF.