neutron/neutron/tests/functional/pecan_wsgi
Nate Johnston 88c7be55c2 Fix bulk port functioning with requested security groups
When bulk ports are created with a security group supplied, the
resulting port(s) should only have that security group assigned. But the
resulting ports are getting both the requested security group as well as
the tenant default security group assigned.  This fixes that condition.

In order to ensure that bulk port creation results in the proper
assignment of security groups, add some testing.

Change-Id: I65aca7cd14447cc988e4bc4ab62bc7b9279e7522
Fixes-Bug: #1842666
2019-09-11 02:31:42 +00:00
..
__init__.py Fix flake8 H404 errors 2018-10-05 21:48:41 +00:00
config.py Rename 'newapi' to 'pecan_wsgi' 2015-09-02 15:53:34 +00:00
test_controllers.py Fix bulk port functioning with requested security groups 2019-09-11 02:31:42 +00:00
test_functional.py Add logging for functional tests 2018-12-17 12:47:48 +01:00
test_hooks.py fix a typo: s/paramater/parameter 2018-06-04 07:35:10 +00:00
utils.py Use constant IP_VERSION_4/6 in functional tests 2018-08-27 21:45:56 +00:00