neutron-tempest-plugin/neutron_tempest_plugin
Kailun Qin ce246d0b48 Add api test for DVR coverting back to centralized
This patch adds a test case for DVR routers which converts a centralized
router to distributed firstly, followed by making a transition back to
centralized. It checks whether the attributes are updated or retained as
expected.

Related-Bug: #1780094
Change-Id: Ida6e75d0215283c15b7a1c0ce0f473169afe8a66
2019-04-25 21:09:01 +08:00
..
api Add api test for DVR coverting back to centralized 2019-04-25 21:09:01 +08:00
common Add ip command tool for manually manage devices on VM. 2018-12-17 15:45:54 +00:00
scenario Add additional config option "default_image_is_advanced" 2019-04-15 07:47:12 +00:00
services Remove unnecessary entries in resource prefix map 2018-12-12 22:41:53 +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 Add additional config option "default_image_is_advanced" 2019-04-15 07:47:12 +00: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

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.