2021-05-21 12:18:02.959 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:18:02.959 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:18:02.960 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-21 12:18:06.305 8 ERROR rally.cli.cliutils 2021-05-21 12:18:08.193 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:18:08.194 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:18:08.194 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:18:12.883 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:18:12.883 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:18:12.883 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:18:18.031 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:18:18.032 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:18:18.032 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:18:19.718 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:18:19.719 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:18:19.719 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-21 12:18:22.614 18 ERROR rally.cli.cliutils 2021-05-21 12:18:24.440 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:18:24.440 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:18:24.440 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:18:27.234 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-21 12:18:27.275 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-41f77d98-9298-4042-bd2c-7dbb3ebc93b9/repo. 2021-05-21 12:18:27.716 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-41f77d98-9298-4042-bd2c-7dbb3ebc93b9/repo'... done. Note: switching to '3d323585972d5cc2f85cd9ffd653524acd47d995'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-05-21 12:18:27.733 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g3d3235859 ' 2021-05-21 12:18:27.743 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '3d323585972d5cc2f85cd9ffd653524acd47d995 ' 2021-05-21 12:18:27.756 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-21 12:18:27.835 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-21 12:18:28.762 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=41f77d98-9298-4042-bd2c-7dbb3ebc93b9) has been successfully created! 2021-05-21 12:18:30.553 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:18:30.553 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:18:30.554 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:18:35.738 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:18:35.739 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:18:35.739 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:18:38.377 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=41f77d98-9298-4042-bd2c-7dbb3ebc93b9) for deployment 'opnfv-rally' (UUID=7d29fe07-af18-4d31-b3d6-24074ed2cd10). 2021-05-21 12:18:38.815 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=41f77d98-9298-4042-bd2c-7dbb3ebc93b9) has been successfully configured for deployment 'opnfv-rally' (UUID=7d29fe07-af18-4d31-b3d6-24074ed2cd10)! 2021-05-21 12:19:00.594 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:19:00.595 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:19:00.595 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:19:03.472 38 INFO rally.api [-] Starting verification (UUID=f460b50c-3fd3-43e7-abc0-609727315cbc) for deployment 'opnfv-rally' (UUID=7d29fe07-af18-4d31-b3d6-24074ed2cd10) by verifier 'opnfv-tempest' (UUID=41f77d98-9298-4042-bd2c-7dbb3ebc93b9). 2021-05-21 12:19:04.097 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-21 12:19:04.097 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-41f77d98-9298-4042-bd2c-7dbb3ebc93b9/for-deployment-7d29fe07-af18-4d31-b3d6-24074ed2cd10/tempest.log' to option 'log_file'. 2021-05-21 12:19:04.098 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-41f77d98-9298-4042-bd2c-7dbb3ebc93b9/for-deployment-7d29fe07-af18-4d31-b3d6-24074ed2cd10/tempest.log 2021-05-21 12:19:04.098 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-21 12:19:04.098 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-41f77d98-9298-4042-bd2c-7dbb3ebc93b9/for-deployment-7d29fe07-af18-4d31-b3d6-24074ed2cd10/lock_files' to option 'lock_path'. 2021-05-21 12:19:04.098 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-41f77d98-9298-4042-bd2c-7dbb3ebc93b9/for-deployment-7d29fe07-af18-4d31-b3d6-24074ed2cd10/lock_files 2021-05-21 12:19:04.099 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-05-21 12:19:04.099 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-41f77d98-9298-4042-bd2c-7dbb3ebc93b9/for-deployment-7d29fe07-af18-4d31-b3d6-24074ed2cd10' to option 'img_dir'. 2021-05-21 12:19:04.099 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-41f77d98-9298-4042-bd2c-7dbb3ebc93b9/for-deployment-7d29fe07-af18-4d31-b3d6-24074ed2cd10 2021-05-21 12:19:04.099 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-05-21 12:19:04.099 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 89cc5866-3d3d-4e2e-87d6-7de2390b5ab7 2021-05-21 12:19:04.100 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = dccc917d-0822-4eb4-8e44-c4c52cface55 2021-05-21 12:19:04.100 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ec159187-63aa-4b4a-9abd-2c494b63544a 2021-05-21 12:19:04.100 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8050d099-9a13-4832-ac47-b4d919f56050 2021-05-21 12:19:04.326 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-21 12:19:04.326 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_neutron_cntt-net_03567a37-6bd0-4430-88b6-d294f05d2da9 2021-05-21 12:19:04.327 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-21 12:19:04.407 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-21 12:19:04.447 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8f690a7c_BlN4xIpd'. Using flavor 'rally_verify_8f690a7c_BlN4xIpd' (ID = 3ce1245c-7872-4dad-b9d7-5cb9e1fbc2c2) for the tests. 2021-05-21 12:19:04.447 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3ce1245c-7872-4dad-b9d7-5cb9e1fbc2c2' to option 'instance_type'. 2021-05-21 12:19:04.448 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3ce1245c-7872-4dad-b9d7-5cb9e1fbc2c2 2021-05-21 12:19:04.450 38 INFO rally.task.context [-] Verification 41f77d98-9298-4042-bd2c-7dbb3ebc93b9 | Context tempest@default setup() finished in 0.78 sec 2021-05-21 12:19:04.451 38 INFO rally.task.context [-] Verification 41f77d98-9298-4042-bd2c-7dbb3ebc93b9 | Context testr@default setup() finished in 1.00 msec 2021-05-21 12:19:04.452 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c27172a9-dff4-482d-8bb1-af297d203f1d'. 2021-05-21 12:19:12.116 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.036s] 2021-05-21 12:19:12.135 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.018s] 2021-05-21 12:19:12.323 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.188s] 2021-05-21 12:19:12.336 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.013s] 2021-05-21 12:19:12.452 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.114s] 2021-05-21 12:19:12.485 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.034s] 2021-05-21 12:19:13.944 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_extension_driver_port_security_admin.PortSecurityAdminTests.test_create_port_security_false_on_shared_network ... success [2.093s] 2021-05-21 12:19:15.424 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_update_mac_address ... success [2.505s] 2021-05-21 12:19:16.962 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_floatingip_when_quotas_is_full ... success [1.650s] 2021-05-21 12:19:18.050 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_network_when_quotas_is_full ... success [1.087s] 2021-05-21 12:19:20.777 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_detail_quotas ... success [2.534s] 2021-05-21 12:19:21.195 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_quotas ... success [0.419s] 2021-05-21 12:19:21.281 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net ... success [9.384s] 2021-05-21 12:19:21.385 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_port_when_quotas_is_full ... success [3.334s] 2021-05-21 12:19:21.938 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_create_with_address_pair_blocked_on_other_network ... success [0.597s] 2021-05-21 12:19:22.140 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_router_when_quotas_is_full ... success [0.755s] 2021-05-21 12:19:22.785 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_update_with_address_pair_blocked_on_other_network ... success [0.848s] 2021-05-21 12:19:22.906 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_rule_when_quotas_is_full ... success [0.758s] 2021-05-21 12:19:22.922 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_one_policy_delete ... success [1.642s] 2021-05-21 12:19:23.774 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_when_quotas_is_full ... success [0.873s] 2021-05-21 12:19:24.367 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_create ... success [1.444s] 2021-05-21 12:19:25.734 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_subnet_when_quotas_is_full ... success [1.961s] 2021-05-21 12:19:26.092 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_delete ... success [1.725s] 2021-05-21 12:19:26.564 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_bulk_shared_network ... success [1.012s] 2021-05-21 12:19:27.706 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_port_shared_network_as_non_admin_tenant ... success [1.140s] 2021-05-21 12:19:27.849 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_network_on_shared_policy_delete ... success [1.756s] 2021-05-21 12:19:28.214 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_update_shared_network ... success [0.508s] 2021-05-21 12:19:29.544 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks ... success [1.327s] 2021-05-21 12:19:31.098 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags ... success [0.757s] 2021-05-21 12:19:31.770 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_update_policy_from_wildcard_to_specific_tenant ... success [3.920s] 2021-05-21 12:19:31.930 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets ... success [2.384s] 2021-05-21 12:19:32.223 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_list_shared_networks ... success [0.293s] 2021-05-21 12:19:32.503 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_show_shared_networks_attribute ... success [0.281s] 2021-05-21 12:19:35.597 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_security_groups.SecGroupAdminTest.test_security_group_recreated_on_port_update ... success [3.977s] 2021-05-21 12:19:35.942 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_allocate_floatingip ... success [4.170s] 2021-05-21 12:19:41.701 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_attach_ext_gw ... success [5.758s] 2021-05-21 12:19:42.267 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_blocked_from_creating_external_wild_policies ... success [0.566s] 2021-05-21 12:19:42.852 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON.test_filter_trunk_tags ... success [0.262s] 2021-05-21 12:19:43.515 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none ... success [2.947s] 2021-05-21 12:19:44.252 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags ... success [0.689s] 2021-05-21 12:19:45.712 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_shares_with_another ... success [3.444s] 2021-05-21 12:19:46.398 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_too_long_id ... success [2.882s] 2021-05-21 12:19:47.702 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_created_from_external_network_api ... success [1.989s] 2021-05-21 12:19:48.283 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_delete_blocked_on_default_ext ... success [0.581s] 2021-05-21 12:19:49.333 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_delete_self_share_rule ... success [2.933s] 2021-05-21 12:19:52.792 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags ... success [0.256s] 2021-05-21 12:19:53.196 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error ... success [3.864s] 2021-05-21 12:19:53.903 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_fields ... success [0.707s] 2021-05-21 12:19:54.264 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags ... success [1.342s] 2021-05-21 12:19:55.020 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_policies ... success [1.114s] 2021-05-21 12:19:57.804 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags ... success [0.600s] 2021-05-21 12:19:58.736 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filtering_works_with_rbac_records_present ... success [3.712s] 2021-05-21 12:19:59.857 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags ... success [2.505s] 2021-05-21 12:20:01.394 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target ... success [2.660s] 2021-05-21 12:20:02.724 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_associate_floating_ip_with_port_from_another_project ... success [3.186s] 2021-05-21 12:20:03.094 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags ... success [1.627s] 2021-05-21 12:20:03.922 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_show ... success [2.527s] 2021-05-21 12:20:03.976 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address ... success [1.253s] 2021-05-21 12:20:04.782 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags ... success [0.723s] 2021-05-21 12:20:06.798 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_target_update ... success [2.876s] 2021-05-21 12:20:08.494 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_filter_fields ... success [0.770s] 2021-05-21 12:20:08.776 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_filter_rbac_policies ... success [0.283s] 2021-05-21 12:20:09.019 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON.test_trunk_tags ... success [0.631s] 2021-05-21 12:20:09.397 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_policy_target_update ... success [0.621s] 2021-05-21 12:20:09.725 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_rbac_policy_show ... success [0.326s] 2021-05-21 12:20:10.007 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.280s] 2021-05-21 12:20:10.483 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_blocked_from_updating_shared_address_group ... success [0.475s] 2021-05-21 12:20:10.842 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_shares_to_another_regular_client ... success [0.357s] 2021-05-21 12:20:11.837 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_secgrprule_presence_prevents_policy_rbac_policy_deletion ... success [0.995s] 2021-05-21 12:20:12.540 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_port_presence_prevents_network_rbac_policy_deletion ... success [5.740s] 2021-05-21 12:20:13.244 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_create_shared_address_scope ... success [0.220s] 2021-05-21 12:20:13.329 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_update_shared_address_scope ... success [0.085s] 2021-05-21 12:20:13.672 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_delete_address_scope ... success [0.342s] 2021-05-21 12:20:13.723 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope ... success [0.052s] 2021-05-21 12:20:13.836 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope_project_id ... success [0.112s] 2021-05-21 12:20:13.929 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_create_list_address_scope ... success [0.092s] 2021-05-21 12:20:14.022 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_update_address_scope ... success [0.092s] 2021-05-21 12:20:14.661 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_availability_zones.ListAvailableZonesTest.test_list_available_zones ... success [0.088s] 2021-05-21 12:20:16.276 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_bumps_network_revision ... success [3.735s] 2021-05-21 12:20:16.308 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project ... success [0.747s] 2021-05-21 12:20:16.322 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_other_tenant ... success [0.015s] 2021-05-21 12:20:16.705 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_tenant ... success [0.383s] 2021-05-21 12:20:16.750 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all ... success [0.190s] 2021-05-21 12:20:16.758 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_pagination ... success [0.009s] 2021-05-21 12:20:16.766 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_project_id ... success [0.008s] 2021-05-21 12:20:16.774 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_sorting ... success [0.008s] 2021-05-21 12:20:18.778 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.438s] 2021-05-21 12:20:19.260 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_flavor ... success [0.119s] 2021-05-21 12:20:19.413 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_service_profile ... success [0.151s] 2021-05-21 12:20:19.425 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_flavors ... success [0.013s] 2021-05-21 12:20:19.435 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_service_profiles ... success [0.009s] 2021-05-21 12:20:19.454 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_flavor ... success [0.019s] 2021-05-21 12:20:19.467 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_service_profile ... success [0.013s] 2021-05-21 12:20:21.428 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_policy_quota ... success [5.151s] 2021-05-21 12:20:21.621 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability_negative.NetworksIpAvailabilityNegativeTest.test_network_availability_nonexistent_network_id ... success [0.288s] 2021-05-21 12:20:23.779 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags ... success [1.230s] 2021-05-21 12:20:24.643 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_network_with_project ... success [0.558s] 2021-05-21 12:20:24.811 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_anothers_network ... success [3.383s] 2021-05-21 12:20:25.024 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_port_delete ... success [2.894s] 2021-05-21 12:20:25.260 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_list_networks_fields_keystone_v3 ... success [0.615s] 2021-05-21 12:20:25.353 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network ... success [0.093s] 2021-05-21 12:20:25.407 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_with_wildcard ... success [0.596s] 2021-05-21 12:20:25.862 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network_fields_keystone_v3 ... success [0.508s] 2021-05-21 12:20:26.203 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_shares_to_another_regular_client ... success [0.794s] 2021-05-21 12:20:26.627 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_subnet_and_ports ... success [1.604s] 2021-05-21 12:20:26.991 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_before_subnet ... success [0.365s] 2021-05-21 12:20:29.142 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_port_delete ... success [2.150s] 2021-05-21 12:20:29.157 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_subnet_on_network_only_visible_to_policy_target ... success [2.954s] 2021-05-21 12:20:30.827 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_subnet_and_ports_create ... success [1.685s] 2021-05-21 12:20:30.849 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_can_delete_port_on_own_network ... success [1.691s] 2021-05-21 12:20:31.211 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.338s] 2021-05-21 12:20:31.519 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_cant_delete_other_tenants_ports ... success [0.670s] 2021-05-21 12:20:32.970 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.758s] 2021-05-21 12:20:33.481 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.512s] 2021-05-21 12:20:33.750 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_update_self_share_rule ... success [2.230s] 2021-05-21 12:20:33.803 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.321s] 2021-05-21 12:20:34.032 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.227s] 2021-05-21 12:20:34.242 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.209s] 2021-05-21 12:20:34.506 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.263s] 2021-05-21 12:20:34.750 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.243s] 2021-05-21 12:20:34.949 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.199s] 2021-05-21 12:20:35.145 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.195s] 2021-05-21 12:20:35.158 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.014s] 2021-05-21 12:20:35.169 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.010s] 2021-05-21 12:20:35.197 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.027s] 2021-05-21 12:20:35.221 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.024s] 2021-05-21 12:20:35.559 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.336s] 2021-05-21 12:20:35.978 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags ... success [0.815s] 2021-05-21 12:20:36.168 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.608s] 2021-05-21 12:20:36.665 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.496s] 2021-05-21 12:20:36.955 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.290s] 2021-05-21 12:20:37.134 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.179s] 2021-05-21 12:20:37.300 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.165s] 2021-05-21 12:20:37.427 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.126s] 2021-05-21 12:20:37.549 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.122s] 2021-05-21 12:20:41.028 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.865s] 2021-05-21 12:20:41.286 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_get_rules_by_policy ... success [0.259s] 2021-05-21 12:20:41.546 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create ... success [0.258s] 2021-05-21 12:20:41.705 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.159s] 2021-05-21 12:20:41.716 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.011s] 2021-05-21 12:20:41.733 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.016s] 2021-05-21 12:20:41.945 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_delete ... success [0.211s] 2021-05-21 12:20:42.229 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update ... success [0.283s] 2021-05-21 12:20:42.406 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.177s] 2021-05-21 12:20:42.481 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_create_policy ... success [0.489s] 2021-05-21 12:20:42.565 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.159s] 2021-05-21 12:20:43.307 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_with_policy ... success [0.825s] 2021-05-21 12:20:44.321 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_without_policy ... success [1.013s] 2021-05-21 12:20:44.933 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_network ... success [0.612s] 2021-05-21 12:20:46.162 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags ... success [1.461s] 2021-05-21 12:20:46.240 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_port ... success [1.305s] 2021-05-21 12:20:46.413 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_policy ... success [0.172s] 2021-05-21 12:20:46.415 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_get_rules_by_policy ... success [0.403s] 2021-05-21 12:20:46.459 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_invalid_rule_create ... success [0.046s] 2021-05-21 12:20:46.478 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_get_policy_that_is_shared ... success [0.067s] 2021-05-21 12:20:46.488 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_admin_rule_types ... success [0.010s] 2021-05-21 12:20:46.585 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_filter_by_name ... success [0.095s] 2021-05-21 12:20:46.761 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags ... success [0.726s] 2021-05-21 12:20:47.128 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_sort_by_name ... success [0.541s] 2021-05-21 12:20:47.142 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_regular_rule_types ... success [0.014s] 2021-05-21 12:20:47.673 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_admin_network ... success [0.530s] 2021-05-21 12:20:47.812 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_non_shared_policy ... success [0.139s] 2021-05-21 12:20:47.924 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_nonexistent_policy ... success [0.111s] 2021-05-21 12:20:48.370 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_non_shared_policy ... success [0.445s] 2021-05-21 12:20:48.762 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_nonexistent_policy ... success [0.391s] 2021-05-21 12:20:49.452 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_shared_policy ... success [0.689s] 2021-05-21 12:20:50.075 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON.test_qos_policy_tags ... success [0.687s] 2021-05-21 12:20:50.097 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_tenant_network ... success [0.645s] 2021-05-21 12:20:50.112 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_create_forbidden_for_regular_tenants ... success [0.015s] 2021-05-21 12:20:50.286 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update ... success [0.172s] 2021-05-21 12:20:50.870 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_qos_dscp_create_and_update ... success [4.400s] 2021-05-21 12:20:51.068 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create ... success [0.200s] 2021-05-21 12:20:51.230 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.162s] 2021-05-21 12:20:51.241 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.012s] 2021-05-21 12:20:51.257 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.015s] 2021-05-21 12:20:51.261 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_admin_network ... success [0.975s] 2021-05-21 12:20:51.529 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_delete ... success [0.270s] 2021-05-21 12:20:51.772 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_update ... success [0.244s] 2021-05-21 12:20:52.663 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_port_shared_policy ... success [1.400s] 2021-05-21 12:20:52.723 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_foreign_policy ... success [0.059s] 2021-05-21 12:20:52.799 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_own_policy ... success [0.075s] 2021-05-21 12:20:53.063 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_qos_policy_delete_with_rules ... success [0.264s] 2021-05-21 12:20:53.284 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_shared_policy_update ... success [0.219s] 2021-05-21 12:20:53.336 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_policy_has_project_id ... success [0.053s] 2021-05-21 12:20:53.344 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_admin ... success [0.008s] 2021-05-21 12:20:53.353 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_user ... success [0.008s] 2021-05-21 12:20:54.303 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_user_create_port_with_admin_qos_policy ... success [0.949s] 2021-05-21 12:20:54.499 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [0.807s] 2021-05-21 12:20:55.633 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags ... success [1.159s] 2021-05-21 12:20:55.694 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [1.195s] 2021-05-21 12:20:55.812 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_fields ... success [0.522s] 2021-05-21 12:20:56.094 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_rbac_policies ... success [0.284s] 2021-05-21 12:20:56.785 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [1.089s] 2021-05-21 12:20:57.345 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_project_id_wild_remove ... success [1.248s] 2021-05-21 12:20:58.219 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_projectid_wild_remains ... success [0.874s] 2021-05-21 12:20:58.745 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [1.960s] 2021-05-21 12:20:59.744 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_network_presence_prevents_policy_rbac_policy_deletion ... success [1.523s] 2021-05-21 12:21:01.083 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard ... success [1.338s] 2021-05-21 12:21:01.599 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard_and_project_id ... success [0.514s] 2021-05-21 12:21:01.836 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_target_update ... success [0.237s] 2021-05-21 12:21:01.844 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags ... success [1.159s] 2021-05-21 12:21:02.408 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_rbac_policy_show ... success [0.571s] 2021-05-21 12:21:02.830 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.422s] 2021-05-21 12:21:03.082 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_shares_to_another_regular_client ... success [0.251s] 2021-05-21 12:21:05.900 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_update_rule_nonexistent_policy ... success [0.544s] 2021-05-21 12:21:05.957 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_update_rule_nonexistent_rule ... success [0.058s] 2021-05-21 12:21:10.902 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_default_snat_value ... success [5.023s] 2021-05-21 12:21:14.761 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags ... success [1.544s] 2021-05-21 12:21:19.169 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource ... success [1.505s] 2021-05-21 12:21:21.741 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_snat_explicit ... success [10.841s] 2021-05-21 12:21:22.794 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersDeleteTest.test_delete_router ... success [11.711s] 2021-05-21 12:21:23.221 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_update_router_description ... success [1.478s] 2021-05-21 12:21:23.492 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_fields ... success [0.637s] 2021-05-21 12:21:23.700 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_rbac_policies ... success [0.209s] 2021-05-21 12:21:23.855 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_policy_target_update ... success [0.154s] 2021-05-21 12:21:24.193 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_rbac_policy_show ... success [0.338s] 2021-05-21 12:21:24.392 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.198s] 2021-05-21 12:21:24.810 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_shares_to_another_regular_client ... success [0.416s] 2021-05-21 12:21:25.359 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_subnet_pool_presence_prevents_rbac_policy_deletion ... success [0.548s] 2021-05-21 12:21:26.253 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_delete_allocated_net_topology_as_tenant ... success [19.352s] 2021-05-21 12:21:27.867 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.286s] 2021-05-21 12:21:28.439 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination ... success [0.570s] 2021-05-21 12:21:28.711 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.273s] 2021-05-21 12:21:29.419 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.707s] 2021-05-21 12:21:29.719 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_address_scope_associated_with_subnetpool ... success [0.668s] 2021-05-21 12:21:29.734 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_non_existent_address_scope ... success [0.016s] 2021-05-21 12:21:29.750 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_get_non_existent_address_scope ... success [0.015s] 2021-05-21 12:21:29.762 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_create_shared_address_scope ... success [0.012s] 2021-05-21 12:21:30.000 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.579s] 2021-05-21 12:21:30.068 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_get_not_shared_admin_address_scope ... success [0.304s] 2021-05-21 12:21:30.125 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_false ... success [0.057s] 2021-05-21 12:21:30.206 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_true ... success [0.080s] 2021-05-21 12:21:30.230 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_non_existent_address_scope ... success [0.024s] 2021-05-21 12:21:30.292 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_shared_address_scope_to_unshare ... success [0.062s] 2021-05-21 12:21:33.363 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_href_links ... success [3.360s] 2021-05-21 12:21:34.573 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_marker ... success [1.212s] 2021-05-21 12:21:34.679 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_asc ... success [0.107s] 2021-05-21 12:21:34.844 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_desc ... success [0.163s] 2021-05-21 12:21:35.631 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [0.728s] 2021-05-21 12:21:36.429 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_get_allocated_net_topology_as_tenant ... success [10.172s] 2021-05-21 12:21:36.889 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_network_attached_with_two_routers ... success [13.665s] 2021-05-21 12:21:37.032 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [1.399s] 2021-05-21 12:21:38.332 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [1.300s] 2021-05-21 12:21:39.878 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [1.545s] 2021-05-21 12:21:45.090 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_ints ... success [1.354s] 2021-05-21 12:21:45.731 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_legacy_icmpv6 ... success [0.641s] 2021-05-21 12:21:46.930 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_names ... success [1.198s] 2021-05-21 12:21:47.810 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_router_interface_status ... success [10.920s] 2021-05-21 12:21:49.070 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_allowed_address_pairs ... success [2.688s] 2021-05-21 12:21:50.090 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [0.777s] 2021-05-21 12:21:50.487 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.397s] 2021-05-21 12:21:50.546 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_nonexistent_sec_group ... success [0.907s] 2021-05-21 12:21:51.498 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_sec_group_twice ... success [0.952s] 2021-05-21 12:21:51.510 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_boolean_type_name ... success [0.012s] 2021-05-21 12:21:51.520 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_too_long_name ... success [0.010s] 2021-05-21 12:21:52.106 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_in_use_sec_group ... success [0.584s] 2021-05-21 12:21:52.136 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_create_port_sec_with_security_group ... success [3.066s] 2021-05-21 12:21:53.157 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_no_sec_group_changes_after_assignment_failure ... success [1.050s] 2021-05-21 12:21:53.244 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_default_security_group_name ... success [0.087s] 2021-05-21 12:21:53.302 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_boolean_type_name ... success [0.056s] 2021-05-21 12:21:53.351 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_too_long_name ... success [0.050s] 2021-05-21 12:21:53.952 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_delete_with_port_sec ... success [1.816s] 2021-05-21 12:21:55.813 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_default_value ... success [1.860s] 2021-05-21 12:21:56.583 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_extra_route ... success [8.772s] 2021-05-21 12:21:56.992 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.007s] 2021-05-21 12:21:57.494 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.501s] 2021-05-21 12:21:58.002 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_1 ... success [2.188s] 2021-05-21 12:21:59.586 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_2 ... success [1.584s] 2021-05-21 12:21:59.609 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_integers ... success [0.909s] 2021-05-21 12:22:00.340 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_names ... success [0.731s] 2021-05-21 12:22:03.150 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_reset_gateway_without_snat ... success [6.566s] 2021-05-21 12:22:03.176 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_pass ... success [3.588s] 2021-05-21 12:22:03.517 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.050s] 2021-05-21 12:22:03.943 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination ... success [0.424s] 2021-05-21 12:22:04.062 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.119s] 2021-05-21 12:22:04.143 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.081s] 2021-05-21 12:22:04.481 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.335s] 2021-05-21 12:22:05.092 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.610s] 2021-05-21 12:22:05.435 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.342s] 2021-05-21 12:22:05.480 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_asc ... success [0.046s] 2021-05-21 12:22:05.516 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_desc ... success [0.036s] 2021-05-21 12:22:07.120 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_port_failed ... success [3.942s] 2021-05-21 12:22:09.075 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_with_snat_explicit ... success [5.924s] 2021-05-21 12:22:11.045 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_blank_update_clears_association ... success [2.591s] 2021-05-21 12:22:11.995 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.095s] 2021-05-21 12:22:12.420 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination ... success [0.422s] 2021-05-21 12:22:12.588 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.169s] 2021-05-21 12:22:12.779 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.190s] 2021-05-21 12:22:13.185 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.404s] 2021-05-21 12:22:14.079 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_without_snat ... success [5.003s] 2021-05-21 12:22:14.963 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.775s] 2021-05-21 12:22:15.637 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.674s] 2021-05-21 12:22:15.713 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_asc ... success [0.077s] 2021-05-21 12:22:15.821 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_description ... success [4.775s] 2021-05-21 12:22:15.848 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_desc ... success [0.135s] 2021-05-21 12:22:19.749 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_floatingip_update_extra_attributes_port_id_not_changed ... success [3.927s] 2021-05-21 12:22:19.959 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_flavor ... success [0.185s] 2021-05-21 12:22:20.095 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_service_profile ... success [0.135s] 2021-05-21 12:22:20.107 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_flavors ... success [0.012s] 2021-05-21 12:22:20.121 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_service_profiles ... success [0.014s] 2021-05-21 12:22:20.144 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_flavor ... success [0.023s] 2021-05-21 12:22:20.157 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_service_profile ... success [0.013s] 2021-05-21 12:22:21.183 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sg_with_timestamp ... success [0.452s] 2021-05-21 12:22:21.624 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sgrule_with_timestamp ... success [0.440s] 2021-05-21 12:22:21.817 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sg_attribute_with_timestamp ... success [0.191s] 2021-05-21 12:22:22.166 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sgrule_attribute_with_timestamp ... success [0.348s] 2021-05-21 12:22:24.424 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_update_sg_with_timestamp ... success [2.258s] 2021-05-21 12:22:26.433 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_default_snat_value ... success [5.546s] 2021-05-21 12:22:32.572 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_add_subports ... success [5.444s] 2021-05-21 12:22:33.992 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_port_delete ... success [2.855s] 2021-05-21 12:22:35.141 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_show_delete_trunk ... success [2.571s] 2021-05-21 12:22:35.859 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_subnet_and_ports ... success [1.869s] 2021-05-21 12:22:36.523 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_before_subnet ... success [0.664s] 2021-05-21 12:22:37.210 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_snat_explicit ... success [10.776s] 2021-05-21 12:22:37.307 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_empty_subports_list ... success [2.165s] 2021-05-21 12:22:38.057 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_with_port_with_floatingip ... success [12.029s] 2021-05-21 12:22:38.470 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_update_router_description ... success [1.260s] 2021-05-21 12:22:38.571 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ipv6_ip_availability_after_subnet_and_ports ... success [2.045s] 2021-05-21 12:22:40.325 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_subports_not_specified ... success [3.018s] 2021-05-21 12:22:40.759 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_port_delete ... success [2.189s] 2021-05-21 12:22:42.354 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk ... success [2.027s] 2021-05-21 12:22:42.810 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.050s] 2021-05-21 12:22:44.710 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description ... success [2.355s] 2021-05-21 12:22:48.498 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_delete_trunk_with_subport_is_allowed ... success [3.787s] 2021-05-21 12:22:51.064 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_network_attached_with_two_routers ... success [12.592s] 2021-05-21 12:22:52.213 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_get_subports ... success [3.713s] 2021-05-21 12:22:54.420 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_create_network_custom_mtu ... success [0.896s] 2021-05-21 12:22:55.127 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_update_network_custom_mtu ... success [0.707s] 2021-05-21 12:22:55.424 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.112s] 2021-05-21 12:22:55.931 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination ... success [0.504s] 2021-05-21 12:22:56.262 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.331s] 2021-05-21 12:22:56.752 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.490s] 2021-05-21 12:22:57.071 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_list_trunks ... success [4.856s] 2021-05-21 12:22:57.768 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [1.014s] 2021-05-21 12:22:59.602 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.831s] 2021-05-21 12:23:00.044 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.102s] 2021-05-21 12:23:00.602 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination ... success [0.556s] 2021-05-21 12:23:00.688 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_marker ... success [1.087s] 2021-05-21 12:23:00.769 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_router_interface_status ... success [9.704s] 2021-05-21 12:23:00.836 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.233s] 2021-05-21 12:23:00.836 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_asc ... success [0.147s] 2021-05-21 12:23:00.937 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_desc ... success [0.102s] 2021-05-21 12:23:01.084 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.249s] 2021-05-21 12:23:01.595 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.509s] 2021-05-21 12:23:03.326 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.728s] 2021-05-21 12:23:03.691 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_remove_subport ... success [6.617s] 2021-05-21 12:23:03.987 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.661s] 2021-05-21 12:23:04.067 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_asc ... success [0.082s] 2021-05-21 12:23:04.169 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_desc ... success [0.101s] 2021-05-21 12:23:06.082 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id ... success [2.392s] 2021-05-21 12:23:07.300 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_delete_network_in_use ... success [1.517s] 2021-05-21 12:23:07.410 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_update_network_mtu ... success [0.109s] 2021-05-21 12:23:08.470 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_illegal_ip ... success [0.019s] 2021-05-21 12:23:08.498 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_network_id ... success [0.028s] 2021-05-21 12:23:08.522 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_security_groups_id ... success [0.023s] 2021-05-21 12:23:08.535 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_tenant_id ... success [0.013s] 2021-05-21 12:23:08.546 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_too_long_description ... success [0.010s] 2021-05-21 12:23:08.555 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_too_long_name ... success [0.010s] 2021-05-21 12:23:09.268 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_extra_route ... success [8.499s] 2021-05-21 12:23:10.684 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.195s] 2021-05-21 12:23:11.274 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination ... success [0.588s] 2021-05-21 12:23:11.392 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.118s] 2021-05-21 12:23:11.517 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.123s] 2021-05-21 12:23:11.825 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.307s] 2021-05-21 12:23:12.356 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.528s] 2021-05-21 12:23:12.696 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_marker ... success [0.340s] 2021-05-21 12:23:12.779 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_asc ... success [0.085s] 2021-05-21 12:23:12.850 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_desc ... success [0.070s] 2021-05-21 12:23:14.377 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsIpv6TestJSON.test_add_ipv6_ips_to_port ... success [2.229s] 2021-05-21 12:23:15.113 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_duplicate_segmentation_details ... success [6.446s] 2021-05-21 12:23:16.502 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_reset_gateway_without_snat ... success [7.234s] 2021-05-21 12:23:17.527 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_passing_dict ... success [2.416s] 2021-05-21 12:23:19.960 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_portbinding_bumps_revision ... success [4.306s] 2021-05-21 12:23:20.165 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_disabled_trunk ... success [2.635s] 2021-05-21 12:23:21.068 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_add_ips_to_port ... success [3.025s] 2021-05-21 12:23:22.282 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_allowed_address_pairs_bumps_revision ... success [2.324s] 2021-05-21 12:23:22.667 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_with_snat_explicit ... success [6.163s] 2021-05-21 12:23:22.851 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_uses_parent_port_id ... success [2.686s] 2021-05-21 12:23:23.223 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_external_network_bumps_revision ... success [0.941s] 2021-05-21 12:23:23.378 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_change_dhcp_flag_then_create_port ... success [2.309s] 2021-05-21 12:23:24.809 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_description ... success [1.431s] 2021-05-21 12:23:25.341 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_extra_dhcp_opt_bumps_revision ... success [2.117s] 2021-05-21 12:23:26.467 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_missing_segmentation_id ... success [3.613s] 2021-05-21 12:23:26.933 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_security ... success [2.122s] 2021-05-21 12:23:28.900 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_without_snat ... success [6.230s] 2021-05-21 12:23:28.901 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_port_id ... success [2.431s] 2021-05-21 12:23:30.888 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_trunk ... success [1.991s] 2021-05-21 12:23:34.555 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_description ... success [0.360s] 2021-05-21 12:23:34.577 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_name ... success [0.019s] 2021-05-21 12:23:34.585 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_tenant_id ... success [0.011s] 2021-05-21 12:23:34.812 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_delete_non_existent_qos_policy ... success [0.224s] 2021-05-21 12:23:34.860 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_get_non_existent_qos_policy ... success [0.048s] 2021-05-21 12:23:34.882 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_non_existent_qos_policy ... success [0.022s] 2021-05-21 12:23:34.941 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_description ... success [0.058s] 2021-05-21 12:23:34.992 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_name ... success [0.051s] 2021-05-21 12:23:35.774 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_duplicate_subport_segmentation_ids ... success [4.883s] 2021-05-21 12:23:35.853 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_port_id ... success [0.080s] 2021-05-21 12:23:37.880 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_subport_port_id ... success [2.026s] 2021-05-21 12:23:39.540 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_port_id ... success [1.659s] 2021-05-21 12:23:39.907 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_floatingip_bumps_revision ... success [14.562s] 2021-05-21 12:23:39.983 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_in_use ... success [3.064s] 2021-05-21 12:23:40.218 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_port_nonexist ... success [0.234s] 2021-05-21 12:23:40.767 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_bumps_revision ... success [0.861s] 2021-05-21 12:23:40.889 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_create_sg_rules_when_quota_disabled ... success [2.987s] 2021-05-21 12:23:41.038 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_decrease_less_than_created ... success [0.152s] 2021-05-21 12:23:41.185 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_id ... success [1.645s] 2021-05-21 12:23:41.524 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision ... success [0.756s] 2021-05-21 12:23:42.925 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_type ... success [1.739s] 2021-05-21 12:23:42.985 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_increased ... success [1.939s] 2021-05-21 12:23:43.186 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_values ... success [0.205s] 2021-05-21 12:23:43.467 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_bumps_revision ... success [1.942s] 2021-05-21 12:23:46.397 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_admin_create_shared_subnetpool ... success [0.556s] 2021-05-21 12:23:46.760 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_wrong_tenant ... success [6.540s] 2021-05-21 12:23:46.846 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_security_bumps_revisions ... success [3.378s] 2021-05-21 12:23:47.990 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_subport ... success [5.064s] 2021-05-21 12:23:48.004 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_dual_stack_subnets_from_subnetpools ... success [1.606s] 2021-05-21 12:23:48.115 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_list_subnetpool ... success [0.111s] 2021-05-21 12:23:48.648 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_sg_binding_bumps_revision ... success [1.802s] 2021-05-21 12:23:49.546 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision ... success [0.897s] 2021-05-21 12:23:49.693 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_default_prefixlen ... success [1.578s] 2021-05-21 12:23:50.335 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_trunk ... success [2.344s] 2021-05-21 12:23:51.015 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_prefixlen ... success [1.320s] 2021-05-21 12:23:51.878 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision ... success [2.330s] 2021-05-21 12:23:51.896 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_quota ... success [0.881s] 2021-05-21 12:23:52.628 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_trunk_disabled_trunk ... success [2.293s] 2021-05-21 12:23:52.963 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_remove_associated_ports ... success [6.201s] 2021-05-21 12:23:53.227 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_subnet_cidr ... success [1.330s] 2021-05-21 12:23:53.425 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnetpool_associate_address_scope ... success [0.198s] 2021-05-21 12:23:53.648 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_update_subnetpool_description ... success [0.220s] 2021-05-21 12:23:53.737 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_get_subnetpool ... success [0.089s] 2021-05-21 12:23:53.835 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_show_subnetpool_has_project_id ... success [0.098s] 2021-05-21 12:23:53.889 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_create_non_default_subnetpool ... success [0.053s] 2021-05-21 12:23:54.025 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_update_subnetpool ... success [0.136s] 2021-05-21 12:23:54.304 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_address_scope ... success [0.277s] 2021-05-21 12:23:54.817 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_another_address_scope ... success [0.513s] 2021-05-21 12:23:55.067 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_disassociate_address_scope ... success [0.249s] 2021-05-21 12:23:55.198 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_append ... success [0.130s] 2021-05-21 12:23:55.323 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_extend ... success [0.125s] 2021-05-21 12:23:56.243 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_not_found ... success [3.611s] 2021-05-21 12:24:00.207 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_bumps_revision ... success [8.328s] 2021-05-21 12:24:00.227 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_passing_dict ... success [3.983s] 2021-05-21 12:24:02.683 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_port_id_disabled_trunk ... success [2.457s] 2021-05-21 12:24:06.249 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_network_with_timestamp ... success [0.551s] 2021-05-21 12:24:06.896 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_port_with_timestamp ... success [0.647s] 2021-05-21 12:24:07.992 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnet_with_timestamp ... success [1.096s] 2021-05-21 12:24:08.066 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnetpool_with_timestamp ... success [0.074s] 2021-05-21 12:24:08.439 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_networks_attribute_with_timestamp ... success [0.371s] 2021-05-21 12:24:08.505 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_routes_bumps_revision ... success [8.296s] 2021-05-21 12:24:08.899 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_group_bumps_revision ... success [0.396s] 2021-05-21 12:24:09.277 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_create_sg_when_quota_disabled ... success [4.521s] 2021-05-21 12:24:09.370 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_rule_bumps_sg_revision ... success [0.469s] 2021-05-21 12:24:09.486 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_port_attribute_with_timestamp ... success [1.044s] 2021-05-21 12:24:10.583 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnet_attribute_with_timestamp ... success [1.096s] 2021-05-21 12:24:10.753 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnetpool_attribute_with_timestamp ... success [0.170s] 2021-05-21 12:24:11.248 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_network_with_timestamp ... success [0.494s] 2021-05-21 12:24:11.295 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_network_revision ... success [1.923s] 2021-05-21 12:24:12.289 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_port_with_timestamp ... success [1.040s] 2021-05-21 12:24:12.752 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_max_allowed_sg_amount ... success [3.476s] 2021-05-21 12:24:13.772 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnet_with_timestamp ... success [1.483s] 2021-05-21 12:24:13.900 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnetpool_with_timestamp ... success [0.128s] 2021-05-21 12:24:14.028 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_revision ... success [2.734s] 2021-05-21 12:24:16.282 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_decrease_less_than_created ... success [3.528s] 2021-05-21 12:24:17.017 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_service_types_bumps_revisions ... success [2.987s] 2021-05-21 12:24:17.251 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnetpool_bumps_revision ... success [0.235s] 2021-05-21 12:24:23.274 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_increased ... success [6.984s] 2021-05-21 12:24:23.561 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_values ... success [0.292s] 2021-05-21 12:24:24.614 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_floatingip_with_timestamp ... success [1.373s] 2021-05-21 12:24:24.689 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_router_with_timestamp ... success [0.074s] 2021-05-21 12:24:25.806 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_floatingip_attribute_with_timestamp ... success [1.113s] 2021-05-21 12:24:25.807 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_ints ... success [2.819s] 2021-05-21 12:24:25.964 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_router_attribute_with_timestamp ... success [0.161s] 2021-05-21 12:24:28.468 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_floatingip_with_timestamp ... success [2.453s] 2021-05-21 12:24:30.862 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_router_with_timestamp ... success [2.444s] 2021-05-21 12:24:30.934 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_bulk_sec_groups ... success [0.819s] 2021-05-21 12:24:31.263 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.327s] 2021-05-21 12:24:31.465 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_names ... success [5.659s] 2021-05-21 12:24:32.170 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_sec_groups_with_the_same_name ... success [0.906s] 2021-05-21 12:24:33.182 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_list_security_group_rules_contains_all_rules ... success [1.010s] 2021-05-21 12:24:33.647 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_show_security_group_contains_all_rules ... success [0.467s] 2021-05-21 12:24:34.807 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.314s] 2021-05-21 12:24:35.118 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_pagination ... success [0.310s] 2021-05-21 12:24:35.681 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_asc ... success [0.565s] 2021-05-21 12:24:35.880 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_desc ... success [0.199s] 2021-05-21 12:24:37.767 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_create_excess_sg ... success [0.458s] 2021-05-21 12:24:37.853 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_sg_quota_incorrect_values ... success [0.086s] 2021-05-21 12:24:38.960 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupRulesQuotaTest.test_sg_creation_with_insufficient_sg_rules_quota ... success [0.676s] 2021-05-21 12:24:40.154 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_service_type_management.ServiceTypeManagementTest.test_service_provider_list ... success [0.255s] 2021-05-21 12:24:42.545 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_nonexistent_sec_group ... success [1.106s] 2021-05-21 12:24:42.723 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_admin_create_shared_subnetpool ... success [0.433s] 2021-05-21 12:24:42.826 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_list_subnetpool ... success [0.104s] 2021-05-21 12:24:43.548 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_sec_group_twice ... success [1.003s] 2021-05-21 12:24:43.557 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_boolean_type_name ... success [0.009s] 2021-05-21 12:24:43.568 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_too_long_name ... success [0.010s] 2021-05-21 12:24:43.764 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_default_prefixlen ... success [0.936s] 2021-05-21 12:24:44.221 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_delete_in_use_sec_group ... success [0.651s] 2021-05-21 12:24:44.600 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen ... success [0.835s] 2021-05-21 12:24:45.266 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_no_sec_group_changes_after_assignment_failure ... success [1.045s] 2021-05-21 12:24:45.363 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_default_security_group_name ... success [0.096s] 2021-05-21 12:24:45.431 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_boolean_type_name ... success [0.067s] 2021-05-21 12:24:45.486 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_too_long_name ... success [0.055s] 2021-05-21 12:24:45.575 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_quota ... success [0.975s] 2021-05-21 12:24:46.751 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr ... success [1.174s] 2021-05-21 12:24:46.932 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnetpool_associate_address_scope ... success [0.181s] 2021-05-21 12:24:47.139 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_update_subnetpool_description ... success [0.204s] 2021-05-21 12:24:47.243 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_get_subnetpool ... success [0.105s] 2021-05-21 12:24:47.338 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_show_subnetpool_has_project_id ... success [0.095s] 2021-05-21 12:24:47.407 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_create_non_default_subnetpool ... success [0.068s] 2021-05-21 12:24:47.607 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_update_subnetpool ... success [0.199s] 2021-05-21 12:24:47.935 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_address_scope ... success [0.327s] 2021-05-21 12:24:48.448 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_another_address_scope ... success [0.512s] 2021-05-21 12:24:48.723 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_disassociate_address_scope ... success [0.275s] 2021-05-21 12:24:48.957 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_append ... success [0.233s] 2021-05-21 12:24:49.187 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_extend ... success [0.230s] 2021-05-21 12:24:51.298 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_sp_associate_address_scope_multiple_prefix_intersect ... success [0.584s] 2021-05-21 12:24:52.607 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnet_different_pools_same_network ... success [1.308s] 2021-05-21 12:24:52.669 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_of_other_owner ... success [0.063s] 2021-05-21 12:24:52.896 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_prefix_intersect ... success [0.227s] 2021-05-21 12:24:52.906 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_invalid_address_scope ... success [0.010s] 2021-05-21 12:24:52.985 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_non_exist_address_scope ... success [0.078s] 2021-05-21 12:24:53.013 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_delete_non_existent_subnetpool ... success [0.027s] 2021-05-21 12:24:53.049 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_get_non_existent_subnetpool ... success [0.036s] 2021-05-21 12:24:53.064 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_default_subnetpool ... success [0.014s] 2021-05-21 12:24:53.076 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_shared_subnetpool ... success [0.012s] 2021-05-21 12:24:53.154 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_get_not_shared_admin_subnetpool ... success [0.077s] 2021-05-21 12:24:53.724 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_update_sp_prefix_associated_with_shared_addr_scope ... success [0.567s] 2021-05-21 12:24:53.741 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_non_existent_subnetpool ... success [0.019s] 2021-05-21 12:24:53.838 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_of_other_owner ... success [0.095s] 2021-05-21 12:24:54.086 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_wrong_ip_version ... success [0.247s] 2021-05-21 12:24:54.513 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_multiple_prefix_intersect ... success [0.427s] 2021-05-21 12:24:54.761 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_not_modifiable_shared ... success [0.248s] 2021-05-21 12:24:55.301 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefix_intersect ... success [0.538s] 2021-05-21 12:24:55.418 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefixes_shrink ... success [0.118s] 2021-05-21 12:24:55.497 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_tenant_id ... success [0.078s] 2021-05-21 12:25:01.943 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_empty_trunk_details ... success [2.258s] 2021-05-21 12:25:04.336 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_no_subports ... success [2.393s] 2021-05-21 12:25:04.577 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.036s] 2021-05-21 12:25:04.708 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination ... success [0.129s] 2021-05-21 12:25:04.788 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.080s] 2021-05-21 12:25:04.854 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.065s] 2021-05-21 12:25:04.969 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.114s] 2021-05-21 12:25:05.297 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.326s] 2021-05-21 12:25:05.499 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.202s] 2021-05-21 12:25:05.534 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc ... success [0.035s] 2021-05-21 12:25:05.586 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc ... success [0.052s] 2021-05-21 12:25:07.741 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_with_subport ... success [3.403s] 2021-05-21 12:25:10.891 38 INFO rally.task.context [-] Verification 41f77d98-9298-4042-bd2c-7dbb3ebc93b9 | Context testr@default cleanup() started 2021-05-21 12:25:10.891 38 INFO rally.task.context [-] Verification 41f77d98-9298-4042-bd2c-7dbb3ebc93b9 | Context testr@default cleanup() finished in 0.77 msec 2021-05-21 12:25:10.892 38 INFO rally.task.context [-] Verification 41f77d98-9298-4042-bd2c-7dbb3ebc93b9 | Context tempest@default cleanup() started 2021-05-21 12:25:11.041 38 INFO rally.task.context [-] Verification 41f77d98-9298-4042-bd2c-7dbb3ebc93b9 | Context tempest@default cleanup() finished in 0.15 sec 2021-05-21 12:25:11.064 38 INFO rally.api [-] Verification (UUID=f460b50c-3fd3-43e7-abc0-609727315cbc) has been successfully finished for deployment 'opnfv-rally' (UUID=7d29fe07-af18-4d31-b3d6-24074ed2cd10)! 2021-05-21 12:25:12.996 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:25:12.997 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:25:12.997 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:25:15.295 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:25:15.296 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:25:15.296 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:25:17.959 56 INFO rally.api [-] Building 'html' report for the following verification(s): 'f460b50c-3fd3-43e7-abc0-609727315cbc' 2021-05-21 12:25:17.995 56 INFO rally.api [-] The report has been successfully built. 2021-05-21 12:25:19.715 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-21 12:25:19.715 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-21 12:25:19.715 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-21 12:25:22.410 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f460b50c-3fd3-43e7-abc0-609727315cbc' 2021-05-21 12:25:22.439 58 INFO rally.api [-] The report has been successfully built.