neutron-tempest-plugin/neutron_tempest_plugin
Hongbin Lu db2e6c90f9 Test floatingip pools service plugin
Add a test case to list floating IP pools and create a floating
IP from a pool. Assert the floating IP is created successfully.

Neutron patch: Iaa995630645042520df67d95271e14f11ffcff8c

Change-Id: I4f269c2cf5e3f67b766d9ccb45fd145640de68f3
Related-Bug: #1653932
2018-12-04 20:50:05 +00:00
..
api Test floatingip pools service plugin 2018-12-04 20:50:05 +00:00
common Merge "Improve security groups management." 2018-12-03 23:43:32 +00:00
scenario Improve security groups management. 2018-11-14 13:03:09 +01:00
services Merge "Add connectivity test via 2 routers and tenant networks" 2018-11-08 11:55:55 +00:00
__init__.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
config.py Use advanced image only when it's necessary 2018-10-15 23:03:25 +02:00
exceptions.py Create wrapper tool for both local and remote shell command execution. 2018-11-14 14:51:40 +01:00
plugin.py Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30
README.rst Refactored Neutron tempest plugin directory structure 2017-11-13 09:19:11 +05:30

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.