2020-07-10 11:15:27.524 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:15:27.524 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:15:27.524 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:15:29.857 7 ERROR rally.cli.cliutils 2020-07-10 11:15:31.439 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:15:31.440 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:15:31.440 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:15:35.762 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:15:35.762 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:15:35.763 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:15:40.201 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:15:40.201 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:15:40.201 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:15:41.679 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:15:41.679 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:15:41.679 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:15:44.070 17 ERROR rally.cli.cliutils 2020-07-10 11:15:45.596 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:15:45.597 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:15:45.597 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:15:47.785 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:15:47.854 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-911c40c9-afdf-410f-a86e-77986000fe88/repo. 2020-07-10 11:15:48.064 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-911c40c9-afdf-410f-a86e-77986000fe88/repo'... done. ' 2020-07-10 11:15:48.079 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:15:48.114 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:15:48.207 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:15:48.945 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=911c40c9-afdf-410f-a86e-77986000fe88) has been successfully created! 2020-07-10 11:15:50.507 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:15:50.507 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:15:50.507 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:15:54.964 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:15:54.965 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:15:54.965 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:15:57.470 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=911c40c9-afdf-410f-a86e-77986000fe88) for deployment 'opnfv-rally' (UUID=fff27d09-b417-4a42-93d0-5f019d5b0fad). 2020-07-10 11:15:57.859 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=911c40c9-afdf-410f-a86e-77986000fe88) has been successfully configured for deployment 'opnfv-rally' (UUID=fff27d09-b417-4a42-93d0-5f019d5b0fad)! 2020-07-10 11:16:04.988 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:16:04.989 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:16:04.989 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:16:07.180 34 INFO rally.api [-] Starting verification (UUID=51734168-a990-49f8-a2f9-28d51a14b322) for deployment 'opnfv-rally' (UUID=fff27d09-b417-4a42-93d0-5f019d5b0fad) by verifier 'opnfv-tempest' (UUID=911c40c9-afdf-410f-a86e-77986000fe88). 2020-07-10 11:16:07.789 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:16:07.790 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-911c40c9-afdf-410f-a86e-77986000fe88/for-deployment-fff27d09-b417-4a42-93d0-5f019d5b0fad/tempest.log' to option 'log_file'. 2020-07-10 11:16:07.790 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-911c40c9-afdf-410f-a86e-77986000fe88/for-deployment-fff27d09-b417-4a42-93d0-5f019d5b0fad/tempest.log 2020-07-10 11:16:07.791 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:16:07.791 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-911c40c9-afdf-410f-a86e-77986000fe88/for-deployment-fff27d09-b417-4a42-93d0-5f019d5b0fad/lock_files' to option 'lock_path'. 2020-07-10 11:16:07.791 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-911c40c9-afdf-410f-a86e-77986000fe88/for-deployment-fff27d09-b417-4a42-93d0-5f019d5b0fad/lock_files 2020-07-10 11:16:07.792 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:16:07.792 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-10 11:16:07.792 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 71cafa93-1469-43dc-ba52-7a123189437a 2020-07-10 11:16:07.793 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 23caea9e-8cff-4b03-a2ef-e99b081c8af3 2020-07-10 11:16:07.793 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3e2190cf-9adc-4683-b611-a569f9ff50e8 2020-07-10 11:16:07.794 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 35a366e0-f795-467d-bcd9-daedd712adcb 2020-07-10 11:16:08.005 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:16:08.006 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_neutron-net_b8d85f1f-4f1e-4f85-984d-4c21b522191c 2020-07-10 11:16:08.006 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:16:08.104 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:16:08.143 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 11:16:08.144 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_51734168_2wBo9vVh' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 11:16:08.185 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_51734168_2wBo9vVh' (ID = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c) has been successfully created! 2020-07-10 11:16:08.186 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7824cca8-fb10-4b2e-8b9f-a5dacd7c815c' to option 'instance_type'. 2020-07-10 11:16:08.186 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7824cca8-fb10-4b2e-8b9f-a5dacd7c815c 2020-07-10 11:16:08.188 34 INFO rally.task.context [-] Verification 911c40c9-afdf-410f-a86e-77986000fe88 | Context tempest@default setup() finished in 0.82 sec 2020-07-10 11:16:08.189 34 INFO rally.task.context [-] Verification 911c40c9-afdf-410f-a86e-77986000fe88 | Context testr@default setup() finished in 0.72 msec 2020-07-10 11:16:08.189 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d6a0efdb-a14b-4070-add7-9ca3fcb05f60'. 2020-07-10 11:16:14.203 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.021s] 2020-07-10 11:16:14.239 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.036s] 2020-07-10 11:16:14.340 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_availability_zone.AgentAvailabilityZoneTestCase.test_agents_availability_zone ... success [0.017s] 2020-07-10 11:16:14.672 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.433s] 2020-07-10 11:16:14.695 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.022s] 2020-07-10 11:16:14.838 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.141s] 2020-07-10 11:16:14.867 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.030s] 2020-07-10 11:16:17.337 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_extension_driver_port_security_admin.PortSecurityAdminTests.test_create_port_security_false_on_shared_network ... success [3.082s] 2020-07-10 11:16:20.590 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.570s] 2020-07-10 11:16:20.700 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_dhcp_port_status_active ... success [0.111s] 2020-07-10 11:16:20.728 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.027s] 2020-07-10 11:16:20.896 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.168s] 2020-07-10 11:16:22.616 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request ... success [2.920s] 2020-07-10 11:16:23.548 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_empty ... success [0.932s] 2020-07-10 11:16:23.896 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [0.561s] 2020-07-10 11:16:24.105 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.208s] 2020-07-10 11:16:26.030 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_inherited_policy ... success [2.481s] 2020-07-10 11:16:27.178 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_no_provider_net_conflict ... success [1.148s] 2020-07-10 11:16:27.381 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_logging.LoggingTestJSON.test_list_supported_logging_types ... success [0.252s] 2020-07-10 11:16:27.694 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_logging.LoggingTestJSON.test_log_lifecycle ... success [0.313s] 2020-07-10 11:16:29.267 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_invalid_resource_type ... success [0.248s] 2020-07-10 11:16:29.356 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_nonexistent_port ... success [0.089s] 2020-07-10 11:16:29.380 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_nonexistent_sg ... success [0.024s] 2020-07-10 11:16:29.607 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net ... success [10.249s] 2020-07-10 11:16:31.624 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_network_segment_range.NetworkSegmentRangeTestJson ... skip: b'network-segment-range extension not enabled.' 2020-07-10 11:16:31.954 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_one_policy_delete ... success [2.348s] 2020-07-10 11:16:33.158 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_create ... success [1.205s] 2020-07-10 11:16:35.143 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_regenerate_mac_address ... success [2.810s] 2020-07-10 11:16:35.186 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_delete ... success [2.028s] 2020-07-10 11:16:35.787 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_detail_quotas ... success [2.930s] 2020-07-10 11:16:36.384 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_quotas ... success [0.596s] 2020-07-10 11:16:37.106 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_network_on_shared_policy_delete ... success [1.918s] 2020-07-10 11:16:37.984 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_update_mac_address ... success [2.841s] 2020-07-10 11:16:42.833 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_create_with_address_pair_blocked_on_other_network ... success [0.462s] 2020-07-10 11:16:43.220 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_update_policy_from_wildcard_to_specific_tenant ... success [6.114s] 2020-07-10 11:16:43.786 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_update_with_address_pair_blocked_on_other_network ... success [0.954s] 2020-07-10 11:16:45.957 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_delete_ha_router_keeps_ha_network_segment_data ... success [10.318s] 2020-07-10 11:16:48.530 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_allocate_floatingip ... success [5.308s] 2020-07-10 11:16:49.165 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_floatingip_when_quotas_is_full ... success [2.091s] 2020-07-10 11:16:50.936 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_network_when_quotas_is_full ... success [1.771s] 2020-07-10 11:16:54.583 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_ha_router_creation ... success [8.624s] 2020-07-10 11:16:54.627 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_attach_ext_gw ... success [6.097s] 2020-07-10 11:16:55.235 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_port_when_quotas_is_full ... success [4.299s] 2020-07-10 11:16:55.814 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_blocked_from_creating_external_wild_policies ... success [1.186s] 2020-07-10 11:16:57.075 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_router_when_quotas_is_full ... success [1.839s] 2020-07-10 11:16:57.210 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_legacy_router_creation ... success [2.628s] 2020-07-10 11:16:58.350 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_rule_when_quotas_is_full ... success [1.272s] 2020-07-10 11:16:58.570 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags ... success [0.465s] 2020-07-10 11:16:59.477 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_when_quotas_is_full ... success [1.128s] 2020-07-10 11:17:00.026 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_shares_with_another ... success [4.209s] 2020-07-10 11:17:02.489 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_subnet_when_quotas_is_full ... success [3.009s] 2020-07-10 11:17:04.025 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_created_from_external_network_api ... success [3.999s] 2020-07-10 11:17:04.164 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_legacy_router_update_to_ha ... success [6.952s] 2020-07-10 11:17:04.636 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_delete_blocked_on_default_ext ... success [0.612s] 2020-07-10 11:17:12.869 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_security_groups.SecGroupAdminTest.test_security_group_recreated_on_port_update ... success [4.489s] 2020-07-10 11:17:13.808 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags ... success [2.463s] 2020-07-10 11:17:17.304 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none ... success [3.974s] 2020-07-10 11:17:21.249 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_too_long_id ... success [3.945s] 2020-07-10 11:17:21.569 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags ... success [2.156s] 2020-07-10 11:17:24.685 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_delete_self_share_rule ... success [3.434s] 2020-07-10 11:17:26.943 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_associate_floating_ip_with_port_from_another_project ... success [3.610s] 2020-07-10 11:17:28.498 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address ... success [1.555s] 2020-07-10 11:17:28.568 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource ... success [2.470s] 2020-07-10 11:17:29.318 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags ... success [1.645s] 2020-07-10 11:17:29.758 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error ... success [5.073s] 2020-07-10 11:17:30.456 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_fields ... success [0.698s] 2020-07-10 11:17:31.316 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_policies ... success [0.859s] 2020-07-10 11:17:34.254 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_address_scope_associated_with_subnetpool ... success [0.582s] 2020-07-10 11:17:34.291 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_non_existent_address_scope ... success [0.037s] 2020-07-10 11:17:34.313 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_get_non_existent_address_scope ... success [0.021s] 2020-07-10 11:17:34.330 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_create_shared_address_scope ... success [0.017s] 2020-07-10 11:17:34.547 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_get_not_shared_admin_address_scope ... success [0.215s] 2020-07-10 11:17:34.646 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_false ... success [0.100s] 2020-07-10 11:17:34.701 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_true ... success [0.055s] 2020-07-10 11:17:34.725 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_non_existent_address_scope ... success [0.024s] 2020-07-10 11:17:35.269 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filtering_works_with_rbac_records_present ... success [3.949s] 2020-07-10 11:17:35.568 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_shared_address_scope_to_unshare ... success [0.841s] 2020-07-10 11:17:37.632 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_conntrack_helper.ConntrackHelperTestJSON ... skip: b'l3-conntrack-helper extension not enabled.' 2020-07-10 11:17:37.633 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2020-07-10 11:17:38.980 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target ... success [3.712s] 2020-07-10 11:17:42.207 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_port_delete ... success [3.192s] 2020-07-10 11:17:42.913 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_show ... success [3.932s] 2020-07-10 11:17:43.891 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_subnet_and_ports ... success [1.683s] 2020-07-10 11:17:44.113 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_before_subnet ... success [0.222s] 2020-07-10 11:17:44.563 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags ... success [1.872s] 2020-07-10 11:17:47.026 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project ... success [0.903s] 2020-07-10 11:17:47.033 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_other_tenant ... success [0.013s] 2020-07-10 11:17:47.350 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_tenant ... success [0.317s] 2020-07-10 11:17:47.758 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_port_delete ... success [3.645s] 2020-07-10 11:17:48.508 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan ... success [1.157s] 2020-07-10 11:17:48.750 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_target_update ... success [5.836s] 2020-07-10 11:17:50.101 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.341s] 2020-07-10 11:17:55.745 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_port_presence_prevents_network_rbac_policy_deletion ... success [6.994s] 2020-07-10 11:17:57.696 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_dvr.RouterTestCentralizedToDVR.test_centralized_router_update_to_dvr ... success [3.168s] 2020-07-10 11:17:59.169 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_bumps_network_revision ... success [3.425s] 2020-07-10 11:18:03.116 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_create_network_custom_mtu ... success [2.172s] 2020-07-10 11:18:03.851 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_update_network_custom_mtu ... success [0.735s] 2020-07-10 11:18:04.919 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.357s] 2020-07-10 11:18:05.839 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_policy_quota ... success [6.666s] 2020-07-10 11:18:06.475 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.555s] 2020-07-10 11:18:07.324 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_bulk_creation ... skip [0.001s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2020-07-10 11:18:07.326 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_bulk_creation_no_tags ... skip [0.001s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2020-07-10 11:18:07.328 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_creation ... skip [0.001s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2020-07-10 11:18:07.851 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON.test_filter_trunk_tags ... success [0.185s] 2020-07-10 11:18:09.895 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_badrequest_on_requesting_flags_and_flavor ... success [0.076s] 2020-07-10 11:18:10.382 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_create_router_with_flavor ... success [0.485s] 2020-07-10 11:18:10.499 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_delete_router_flavor_in_use ... success [0.117s] 2020-07-10 11:18:11.600 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_anothers_network ... success [5.762s] 2020-07-10 11:18:12.196 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_with_wildcard ... success [0.595s] 2020-07-10 11:18:12.957 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_shares_to_another_regular_client ... success [0.754s] 2020-07-10 11:18:13.174 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_add_ips_to_port ... success [2.425s] 2020-07-10 11:18:15.925 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_change_dhcp_flag_then_create_port ... success [2.748s] 2020-07-10 11:18:15.927 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_port_with_propagate_uplink_status ... skip [0.001s]: b'Skipped because network extension: uplink-status-propagation is not enabled' 2020-07-10 11:18:15.928 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_port_without_propagate_uplink_status ... skip [0.001s]: b'Skipped because network extension: uplink-status-propagation is not enabled' 2020-07-10 11:18:18.531 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_subnet_on_network_only_visible_to_policy_target ... success [5.580s] 2020-07-10 11:18:18.660 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_description ... success [2.733s] 2020-07-10 11:18:20.420 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_can_delete_port_on_own_network ... success [1.889s] 2020-07-10 11:18:21.205 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_domain ... success [2.544s] 2020-07-10 11:18:21.462 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_cant_delete_other_tenants_ports ... success [1.041s] 2020-07-10 11:18:23.449 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_bulk_shared_network ... success [2.545s] 2020-07-10 11:18:24.809 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_update_self_share_rule ... success [3.347s] 2020-07-10 11:18:24.938 34 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.488s] 2020-07-10 11:18:25.573 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags ... success [3.910s] 2020-07-10 11:18:26.143 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_update_shared_network ... success [1.206s] 2020-07-10 11:18:26.171 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_name ... success [4.966s] 2020-07-10 11:18:27.499 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks ... success [1.351s] 2020-07-10 11:18:28.554 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name ... success [2.384s] 2020-07-10 11:18:29.700 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets ... success [2.198s] 2020-07-10 11:18:29.961 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_list_shared_networks ... success [0.263s] 2020-07-10 11:18:30.715 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_show_shared_networks_attribute ... success [0.755s] 2020-07-10 11:18:36.009 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [1.384s] 2020-07-10 11:18:38.910 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.900s] 2020-07-10 11:18:39.152 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags ... success [1.665s] 2020-07-10 11:18:40.491 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [1.581s] 2020-07-10 11:18:43.338 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [2.846s] 2020-07-10 11:18:44.816 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags ... success [1.896s] 2020-07-10 11:18:45.050 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON.test_qos_policy_tags ... success [2.239s] 2020-07-10 11:18:47.544 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [3.360s] 2020-07-10 11:18:47.800 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_get_rules_by_policy ... success [0.256s] 2020-07-10 11:18:48.002 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create ... success [0.202s] 2020-07-10 11:18:48.157 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.155s] 2020-07-10 11:18:48.172 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.013s] 2020-07-10 11:18:48.193 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.021s] 2020-07-10 11:18:48.418 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_delete ... success [0.225s] 2020-07-10 11:18:48.748 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update ... success [0.330s] 2020-07-10 11:18:48.875 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.128s] 2020-07-10 11:18:49.096 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.219s] 2020-07-10 11:18:51.990 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags ... success [2.033s] 2020-07-10 11:18:56.410 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags ... success [0.884s] 2020-07-10 11:18:56.930 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags ... success [0.704s] 2020-07-10 11:18:57.038 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_allowed_address_pairs ... success [3.916s] 2020-07-10 11:18:58.238 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.735s] 2020-07-10 11:19:00.308 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.070s] 2020-07-10 11:19:00.677 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.370s] 2020-07-10 11:19:01.012 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.333s] 2020-07-10 11:19:01.235 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_create_port_sec_with_security_group ... success [4.196s] 2020-07-10 11:19:01.344 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.332s] 2020-07-10 11:19:01.815 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.470s] 2020-07-10 11:19:02.045 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.230s] 2020-07-10 11:19:02.328 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.283s] 2020-07-10 11:19:02.512 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.184s] 2020-07-10 11:19:02.684 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.172s] 2020-07-10 11:19:02.703 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.018s] 2020-07-10 11:19:02.721 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.018s] 2020-07-10 11:19:02.752 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.030s] 2020-07-10 11:19:02.793 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.041s] 2020-07-10 11:19:03.113 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.319s] 2020-07-10 11:19:03.436 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.323s] 2020-07-10 11:19:03.629 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags ... success [1.367s] 2020-07-10 11:19:03.691 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags ... success [0.621s] 2020-07-10 11:19:03.845 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.408s] 2020-07-10 11:19:04.216 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.370s] 2020-07-10 11:19:04.455 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.238s] 2020-07-10 11:19:04.590 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_delete_with_port_sec ... success [3.355s] 2020-07-10 11:19:04.785 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.329s] 2020-07-10 11:19:05.060 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.274s] 2020-07-10 11:19:05.270 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.210s] 2020-07-10 11:19:06.808 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_default_value ... success [2.218s] 2020-07-10 11:19:08.608 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_1 ... success [1.799s] 2020-07-10 11:19:10.775 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_2 ... success [2.166s] 2020-07-10 11:19:11.857 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON.test_trunk_tags ... success [0.638s] 2020-07-10 11:19:14.768 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.DvrRoutersTest.test_create_distributed_router ... success [1.687s] 2020-07-10 11:19:15.952 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_pass ... success [5.175s] 2020-07-10 11:19:16.248 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags ... success [0.653s] 2020-07-10 11:19:17.996 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_fields ... success [0.729s] 2020-07-10 11:19:18.272 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_rbac_policies ... success [0.276s] 2020-07-10 11:19:18.429 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_policy_target_update ... success [0.156s] 2020-07-10 11:19:18.672 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_rbac_policy_show ... success [0.243s] 2020-07-10 11:19:18.918 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.245s] 2020-07-10 11:19:19.291 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_shares_to_another_regular_client ... success [0.371s] 2020-07-10 11:19:19.759 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_subnet_pool_presence_prevents_rbac_policy_deletion ... success [0.469s] 2020-07-10 11:19:20.849 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_port_failed ... success [4.897s] 2020-07-10 11:19:22.930 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.DvrRoutersTestToCentralized.test_convert_distributed_router_back_to_centralized ... success [5.497s] 2020-07-10 11:19:28.335 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [0.888s] 2020-07-10 11:19:29.702 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [1.367s] 2020-07-10 11:19:31.289 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativeTest.test_delete_router_in_use ... success [3.862s] 2020-07-10 11:19:32.106 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.404s] 2020-07-10 11:19:33.063 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags ... success [0.299s] 2020-07-10 11:19:34.095 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [1.988s] 2020-07-10 11:19:37.829 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_create_shared_address_scope ... success [0.283s] 2020-07-10 11:19:37.921 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_update_shared_address_scope ... success [0.092s] 2020-07-10 11:19:38.385 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_delete_address_scope ... success [0.463s] 2020-07-10 11:19:38.445 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope ... success [0.060s] 2020-07-10 11:19:38.487 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope_project_id ... success [0.041s] 2020-07-10 11:19:38.545 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_create_list_address_scope ... success [0.058s] 2020-07-10 11:19:38.639 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_update_address_scope ... success [0.094s] 2020-07-10 11:19:39.450 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all ... success [0.171s] 2020-07-10 11:19:39.463 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_pagination ... success [0.012s] 2020-07-10 11:19:39.474 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_project_id ... success [0.011s] 2020-07-10 11:19:39.483 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_sorting ... success [0.008s] 2020-07-10 11:19:41.588 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_availability_zones.ListAvailableZonesTest.test_list_available_zones ... success [0.305s] 2020-07-10 11:19:44.153 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_bulk_sec_groups ... success [1.509s] 2020-07-10 11:19:44.452 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.297s] 2020-07-10 11:19:45.257 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_list_security_group_rules_contains_all_rules ... success [0.804s] 2020-07-10 11:19:45.763 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_show_security_group_contains_all_rules ... success [0.508s] 2020-07-10 11:19:47.862 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.127s] 2020-07-10 11:19:49.658 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_nonexistent_sec_group ... success [0.976s] 2020-07-10 11:19:50.728 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_sec_group_twice ... success [1.068s] 2020-07-10 11:19:50.740 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_boolean_type_name ... success [0.013s] 2020-07-10 11:19:50.753 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_too_long_name ... success [0.012s] 2020-07-10 11:19:51.672 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_in_use_sec_group ... success [0.918s] 2020-07-10 11:19:52.757 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_no_sec_group_changes_after_assignment_failure ... success [1.085s] 2020-07-10 11:19:52.862 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_default_security_group_name ... success [0.104s] 2020-07-10 11:19:52.917 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_boolean_type_name ... success [0.054s] 2020-07-10 11:19:52.996 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_too_long_name ... success [0.079s] 2020-07-10 11:19:54.735 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.602s] 2020-07-10 11:19:55.277 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.542s] 2020-07-10 11:20:01.935 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupRulesQuotaTest.test_sg_creation_with_insufficient_sg_rules_quota ... success [0.687s] 2020-07-10 11:20:03.290 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_with_port_with_floatingip ... success [16.359s] 2020-07-10 11:20:06.197 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.795s] 2020-07-10 11:20:06.717 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_delete_allocated_net_topology_as_tenant ... success [21.612s] 2020-07-10 11:20:06.718 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv4Test.test_add_overlapping_prefix ... success [1.496s] 2020-07-10 11:20:07.005 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.808s] 2020-07-10 11:20:07.029 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv4Test.test_add_remove_prefix ... success [0.314s] 2020-07-10 11:20:11.537 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_cannot_share_if_no_access_to_address_scope ... success [0.855s] 2020-07-10 11:20:11.863 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_filter_fields ... success [0.327s] 2020-07-10 11:20:13.147 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_filter_rbac_policies ... success [1.283s] 2020-07-10 11:20:13.646 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_policy_target_update ... success [0.498s] 2020-07-10 11:20:13.992 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_rbac_policy_show ... success [0.346s] 2020-07-10 11:20:14.298 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.304s] 2020-07-10 11:20:14.722 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_regular_client_shares_to_another_regular_client ... success [0.421s] 2020-07-10 11:20:17.982 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_subnet_presence_prevents_rbac_policy_deletion ... success [3.260s] 2020-07-10 11:20:18.452 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_get_allocated_net_topology_as_tenant ... success [11.733s] 2020-07-10 11:20:18.797 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPPoolTestJSON.test_create_floatingip_from_specific_pool ... success [6.568s] 2020-07-10 11:20:23.439 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_admin_create_shared_subnetpool ... success [0.971s] 2020-07-10 11:20:26.733 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_dual_stack_subnets_from_subnetpools ... success [3.294s] 2020-07-10 11:20:26.881 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_port_delete ... success [3.769s] 2020-07-10 11:20:26.900 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_list_subnetpool ... success [0.167s] 2020-07-10 11:20:28.222 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_default_prefixlen ... success [1.321s] 2020-07-10 11:20:29.147 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_subnet_and_ports ... success [2.266s] 2020-07-10 11:20:29.403 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_before_subnet ... success [0.256s] 2020-07-10 11:20:30.045 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_prefixlen ... success [1.821s] 2020-07-10 11:20:31.606 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_quota ... success [1.561s] 2020-07-10 11:20:31.720 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_port_delete ... success [2.316s] 2020-07-10 11:20:32.551 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_subnet_cidr ... success [0.944s] 2020-07-10 11:20:32.719 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnetpool_associate_address_scope ... success [0.168s] 2020-07-10 11:20:32.952 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_update_subnetpool_description ... success [0.231s] 2020-07-10 11:20:33.208 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_get_subnetpool ... success [0.258s] 2020-07-10 11:20:33.322 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_show_subnetpool_has_project_id ... success [0.113s] 2020-07-10 11:20:33.431 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_create_non_default_subnetpool ... success [0.109s] 2020-07-10 11:20:33.652 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_update_subnetpool ... success [0.219s] 2020-07-10 11:20:34.109 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.389s] 2020-07-10 11:20:34.746 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_address_scope ... success [1.093s] 2020-07-10 11:20:35.196 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_another_address_scope ... success [0.449s] 2020-07-10 11:20:35.514 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_disassociate_address_scope ... success [0.318s] 2020-07-10 11:20:35.695 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_append ... success [0.179s] 2020-07-10 11:20:35.853 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_extend ... success [0.159s] 2020-07-10 11:20:36.057 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_flavor ... success [0.139s] 2020-07-10 11:20:36.202 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_service_profile ... success [0.145s] 2020-07-10 11:20:36.215 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_flavors ... success [0.013s] 2020-07-10 11:20:36.229 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_service_profiles ... success [0.013s] 2020-07-10 11:20:36.245 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_flavor ... success [0.016s] 2020-07-10 11:20:36.307 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_service_profile ... success [0.061s] 2020-07-10 11:20:38.195 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_blank_update_clears_association ... success [3.870s] 2020-07-10 11:20:40.366 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_flavor ... success [0.252s] 2020-07-10 11:20:40.515 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_service_profile ... success [0.148s] 2020-07-10 11:20:40.527 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_flavors ... success [0.012s] 2020-07-10 11:20:40.538 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_service_profiles ... success [0.011s] 2020-07-10 11:20:40.554 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_flavor ... success [0.014s] 2020-07-10 11:20:40.579 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_service_profile ... success [0.026s] 2020-07-10 11:20:42.140 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_metering_negative.MeteringNegativeTestJSON ... skip: b'metering extension not enabled.' 2020-07-10 11:20:43.341 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_description ... success [5.144s] 2020-07-10 11:20:43.526 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability_negative.NetworksIpAvailabilityNegativeTest.test_network_availability_nonexistent_network_id ... success [0.225s] 2020-07-10 11:20:46.175 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.115s] 2020-07-10 11:20:46.822 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination ... success [0.646s] 2020-07-10 11:20:47.197 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.375s] 2020-07-10 11:20:47.430 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.232s] 2020-07-10 11:20:47.961 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.530s] 2020-07-10 11:20:48.488 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_port_details ... success [5.146s] 2020-07-10 11:20:49.369 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_network_with_project ... success [1.487s] 2020-07-10 11:20:50.013 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.050s] 2020-07-10 11:20:50.313 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_update_network_dns_domain ... success [0.943s] 2020-07-10 11:20:50.906 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.891s] 2020-07-10 11:20:50.995 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_asc ... success [0.091s] 2020-07-10 11:20:51.087 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_desc ... success [0.091s] 2020-07-10 11:20:51.190 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_validation_filters ... success [0.102s] 2020-07-10 11:20:51.324 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_list_networks_fields_keystone_v3 ... success [1.010s] 2020-07-10 11:20:51.398 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network ... success [0.074s] 2020-07-10 11:20:51.693 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network_fields_keystone_v3 ... success [0.294s] 2020-07-10 11:20:53.661 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_floatingip_update_extra_attributes_port_id_not_changed ... success [5.172s] 2020-07-10 11:20:55.356 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.074s] 2020-07-10 11:20:55.725 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination ... success [0.366s] 2020-07-10 11:20:55.938 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.214s] 2020-07-10 11:20:56.116 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.176s] 2020-07-10 11:20:56.510 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.392s] 2020-07-10 11:20:57.667 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.154s] 2020-07-10 11:20:58.242 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.575s] 2020-07-10 11:20:58.305 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_asc ... success [0.064s] 2020-07-10 11:20:58.387 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_desc ... success [0.082s] 2020-07-10 11:20:58.462 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_validation_filters ... success [0.073s] 2020-07-10 11:21:00.376 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_delete_network_in_use ... success [1.605s] 2020-07-10 11:21:00.465 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_update_network_mtu ... success [0.089s] 2020-07-10 11:21:06.097 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_create_policy ... success [0.353s] 2020-07-10 11:21:06.210 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwarding_negative.PortForwardingNegativeTestJSON.test_mapping_different_external_ports_to_the_same_destination ... success [3.534s] 2020-07-10 11:21:06.741 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_with_policy ... success [0.643s] 2020-07-10 11:21:07.701 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_network_with_timestamp ... success [1.437s] 2020-07-10 11:21:08.372 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_without_policy ... success [1.629s] 2020-07-10 11:21:08.745 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_port_with_timestamp ... success [1.044s] 2020-07-10 11:21:08.782 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_network ... success [0.410s] 2020-07-10 11:21:09.238 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2020-07-10 11:21:09.780 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnet_with_timestamp ... success [1.034s] 2020-07-10 11:21:09.998 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnetpool_with_timestamp ... success [0.217s] 2020-07-10 11:21:10.286 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwarding_negative.PortForwardingNegativeTestJSON.test_mapping_same_fip_and_external_port_to_different_dest ... success [4.075s] 2020-07-10 11:21:10.351 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_port ... success [1.568s] 2020-07-10 11:21:10.520 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_policy ... success [0.169s] 2020-07-10 11:21:10.571 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_segment_with_timestamp ... success [0.573s] 2020-07-10 11:21:10.679 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_get_policy_that_is_shared ... success [0.158s] 2020-07-10 11:21:10.692 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_admin_rule_types ... success [0.012s] 2020-07-10 11:21:10.865 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_filter_by_name ... success [0.174s] 2020-07-10 11:21:11.478 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_networks_attribute_with_timestamp ... success [0.907s] 2020-07-10 11:21:11.928 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_sort_by_name ... success [1.060s] 2020-07-10 11:21:11.938 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_regular_rule_types ... success [0.009s] 2020-07-10 11:21:12.264 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_admin_network ... success [0.326s] 2020-07-10 11:21:12.411 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_non_shared_policy ... success [0.147s] 2020-07-10 11:21:12.524 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_nonexistent_policy ... success [0.113s] 2020-07-10 11:21:12.944 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_port_attribute_with_timestamp ... success [1.465s] 2020-07-10 11:21:13.143 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_non_shared_policy ... success [0.618s] 2020-07-10 11:21:14.144 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_nonexistent_policy ... success [1.001s] 2020-07-10 11:21:14.384 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnet_attribute_with_timestamp ... success [1.439s] 2020-07-10 11:21:14.567 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnetpool_attribute_with_timestamp ... success [0.183s] 2020-07-10 11:21:15.195 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_shared_policy ... success [1.049s] 2020-07-10 11:21:15.283 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_network_with_timestamp ... success [0.716s] 2020-07-10 11:21:15.435 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_portbinding_bumps_revision ... success [5.045s] 2020-07-10 11:21:16.116 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_tenant_network ... success [0.920s] 2020-07-10 11:21:16.130 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_create_forbidden_for_regular_tenants ... success [0.015s] 2020-07-10 11:21:16.391 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update ... success [0.260s] 2020-07-10 11:21:16.482 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_port_with_timestamp ... success [1.197s] 2020-07-10 11:21:17.621 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_admin_network ... success [1.228s] 2020-07-10 11:21:18.167 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnet_with_timestamp ... success [1.685s] 2020-07-10 11:21:18.332 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnetpool_with_timestamp ... success [0.165s] 2020-07-10 11:21:18.966 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_port_shared_policy ... success [1.345s] 2020-07-10 11:21:19.011 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_foreign_policy ... success [0.044s] 2020-07-10 11:21:19.079 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_own_policy ... success [0.068s] 2020-07-10 11:21:19.257 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_qos_policy_delete_with_rules ... success [0.178s] 2020-07-10 11:21:19.430 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_allowed_address_pairs_bumps_revision ... success [3.995s] 2020-07-10 11:21:19.532 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_shared_policy_update ... success [0.273s] 2020-07-10 11:21:19.615 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_policy_has_project_id ... success [0.084s] 2020-07-10 11:21:19.629 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_admin ... success [0.013s] 2020-07-10 11:21:19.639 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_user ... success [0.009s] 2020-07-10 11:21:20.490 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_user_create_port_with_admin_qos_policy ... success [0.850s] 2020-07-10 11:21:23.883 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_dns_domain_bumps_revision ... success [4.451s] 2020-07-10 11:21:26.419 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_external_network_bumps_revision ... success [2.536s] 2020-07-10 11:21:29.728 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_extra_dhcp_opt_bumps_revision ... success [3.307s] 2020-07-10 11:21:38.830 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_fields ... success [0.475s] 2020-07-10 11:21:39.147 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_rbac_policies ... success [0.317s] 2020-07-10 11:21:39.484 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_2_port_forwardings_to_floating_ip ... success [5.888s] 2020-07-10 11:21:39.757 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_add_subports ... success [6.409s] 2020-07-10 11:21:42.163 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_project_id_wild_remove ... success [3.014s] 2020-07-10 11:21:43.226 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_show_delete_trunk ... success [3.467s] 2020-07-10 11:21:44.155 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_projectid_wild_remains ... success [1.991s] 2020-07-10 11:21:44.913 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_port_forwarding_to_port_with_fip ... success [5.429s] 2020-07-10 11:21:45.688 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_empty_subports_list ... success [2.462s] 2020-07-10 11:21:46.860 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_network_presence_prevents_policy_rbac_policy_deletion ... success [2.703s] 2020-07-10 11:21:48.233 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_subports_not_specified ... success [2.545s] 2020-07-10 11:21:48.716 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard ... success [1.856s] 2020-07-10 11:21:49.216 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_floatingip_bumps_revision ... success [19.487s] 2020-07-10 11:21:50.722 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_port_forwarding_to_used_floating_ip ... success [5.809s] 2020-07-10 11:21:51.000 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk ... success [2.765s] 2020-07-10 11:21:51.158 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_bumps_revision ... success [1.943s] 2020-07-10 11:21:51.203 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard_and_project_id ... success [2.486s] 2020-07-10 11:21:51.475 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_target_update ... success [0.273s] 2020-07-10 11:21:51.899 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_rbac_policy_show ... success [0.423s] 2020-07-10 11:21:52.057 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision ... success [0.899s] 2020-07-10 11:21:52.390 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.491s] 2020-07-10 11:21:52.824 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_shares_to_another_regular_client ... success [0.432s] 2020-07-10 11:21:54.007 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description ... success [3.005s] 2020-07-10 11:21:54.916 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_bumps_revision ... success [2.858s] 2020-07-10 11:21:56.186 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_port_forwarding_info_in_fip_details ... success [5.463s] 2020-07-10 11:21:56.730 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_description ... success [0.275s] 2020-07-10 11:21:56.753 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_name ... success [0.024s] 2020-07-10 11:21:56.765 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_tenant_id ... success [0.012s] 2020-07-10 11:21:56.931 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_description ... success [0.165s] 2020-07-10 11:21:56.973 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_name ... success [0.042s] 2020-07-10 11:21:59.042 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_delete_trunk_with_subport_is_allowed ... success [5.035s] 2020-07-10 11:21:59.730 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_security_bumps_revisions ... success [4.813s] 2020-07-10 11:22:01.457 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_sg_binding_bumps_revision ... success [1.726s] 2020-07-10 11:22:02.939 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_port_forwarding_life_cycle ... success [6.751s] 2020-07-10 11:22:03.303 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision ... success [1.845s] 2020-07-10 11:22:05.275 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_get_subports ... success [6.231s] 2020-07-10 11:22:05.627 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.DvrRoutersTestUpdateDistributedExtended.test_convert_centralized_router_to_distributed_extended ... success [5.608s] 2020-07-10 11:22:07.421 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision ... success [4.118s] 2020-07-10 11:22:10.551 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.DvrRoutersTestUpdateDistributedExtended.test_convert_distributed_router_to_centralized_extended ... success [4.924s] 2020-07-10 11:22:11.147 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_list_trunks ... success [5.870s] 2020-07-10 11:22:18.638 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_bumps_revision ... success [11.215s] 2020-07-10 11:22:19.323 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_remove_subport ... success [8.174s] 2020-07-10 11:22:21.870 34 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id ... success [2.549s] 2020-07-10 11:22:22.116 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.HaRoutersTest.test_convert_legacy_router ... success [8.695s] 2020-07-10 11:22:25.319 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_attributes_bumps_revision ... success [6.681s] 2020-07-10 11:22:29.951 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.570s] 2020-07-10 11:22:31.086 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_default_snat_value ... success [6.037s] 2020-07-10 11:22:31.461 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination ... success [1.509s] 2020-07-10 11:22:31.687 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.224s] 2020-07-10 11:22:31.910 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.222s] 2020-07-10 11:22:32.379 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.468s] 2020-07-10 11:22:34.002 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.619s] 2020-07-10 11:22:34.603 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.602s] 2020-07-10 11:22:34.667 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_asc ... success [0.066s] 2020-07-10 11:22:34.733 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_desc ... success [0.066s] 2020-07-10 11:22:37.648 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_routes_bumps_revision ... success [12.327s] 2020-07-10 11:22:37.862 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_group_bumps_revision ... success [0.214s] 2020-07-10 11:22:38.275 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_rule_bumps_sg_revision ... success [0.412s] 2020-07-10 11:22:39.806 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_snat_explicit ... success [8.719s] 2020-07-10 11:22:40.504 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_network_revision ... success [2.228s] 2020-07-10 11:22:40.718 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_update_router_description ... success [0.912s] 2020-07-10 11:22:40.904 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_get_rules_by_policy ... success [0.456s] 2020-07-10 11:22:40.950 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_invalid_rule_create ... success [0.047s] 2020-07-10 11:22:46.215 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_revision ... success [5.711s] 2020-07-10 11:22:46.546 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_qos_dscp_create_and_update ... success [5.586s] 2020-07-10 11:22:46.723 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create ... success [0.181s] 2020-07-10 11:22:46.842 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.119s] 2020-07-10 11:22:46.853 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.010s] 2020-07-10 11:22:46.891 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.038s] 2020-07-10 11:22:47.129 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_delete ... success [0.236s] 2020-07-10 11:22:47.362 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_update ... success [0.232s] 2020-07-10 11:22:51.386 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_service_types_bumps_revisions ... success [5.170s] 2020-07-10 11:22:51.622 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnetpool_bumps_revision ... success [0.237s] 2020-07-10 11:22:54.869 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosMinimumBandwidthRuleTestJSON ... skip: b'minimum_bandwidth rule type is required.' 2020-07-10 11:22:57.046 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.510s] 2020-07-10 11:22:57.694 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination ... success [0.646s] 2020-07-10 11:22:58.634 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.940s] 2020-07-10 11:22:58.790 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.155s] 2020-07-10 11:22:59.521 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.730s] 2020-07-10 11:23:00.486 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.962s] 2020-07-10 11:23:00.848 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_extra_routes_atomic ... success [20.127s] 2020-07-10 11:23:00.870 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_marker ... success [0.384s] 2020-07-10 11:23:00.997 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_asc ... success [0.127s] 2020-07-10 11:23:01.104 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_desc ... success [0.107s] 2020-07-10 11:23:02.186 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_router_interface_fip.RouterInterfaceFip ... skip: b'Skipped because network extension: router-interface-fip is not enabled' 2020-07-10 11:23:07.033 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.022s] 2020-07-10 11:23:08.948 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.HaRoutersNegativeTest.test_router_create_tenant_ha_returns_forbidden ... success [0.012s] 2020-07-10 11:23:19.438 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_filter_fields ... success [0.669s] 2020-07-10 11:23:19.899 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_filter_rbac_policies ... success [0.462s] 2020-07-10 11:23:20.247 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_policy_target_update ... success [0.348s] 2020-07-10 11:23:23.398 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_port_presence_prevents_policy_rbac_policy_deletion ... success [3.150s] 2020-07-10 11:23:23.416 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_network_attached_with_two_routers ... success [22.567s] 2020-07-10 11:23:24.125 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_rbac_policy_show ... success [0.727s] 2020-07-10 11:23:24.302 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTestExtended.test_router_update_centralized_returns_exception ... success [6.360s] 2020-07-10 11:23:24.918 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.792s] 2020-07-10 11:23:25.467 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_regular_client_shares_to_another_regular_client ... success [0.548s] 2020-07-10 11:23:26.596 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTestExtended.test_router_update_distributed_returns_exception ... success [2.323s] 2020-07-10 11:23:32.456 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_create_excess_sg ... success [0.859s] 2020-07-10 11:23:32.572 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_sg_quota_incorrect_values ... success [0.117s] 2020-07-10 11:23:34.519 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_ints ... success [1.479s] 2020-07-10 11:23:35.297 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_legacy_icmpv6 ... success [0.780s] 2020-07-10 11:23:37.173 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_names ... success [1.874s] 2020-07-10 11:23:38.221 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_router_interface_status ... success [14.803s] 2020-07-10 11:23:39.398 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_floatingip_with_timestamp ... success [3.118s] 2020-07-10 11:23:39.555 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_router_with_timestamp ... success [0.157s] 2020-07-10 11:23:41.723 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_floatingip_attribute_with_timestamp ... success [2.167s] 2020-07-10 11:23:41.984 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_router_attribute_with_timestamp ... success [0.260s] 2020-07-10 11:23:44.495 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_create_sg_rules_when_quota_disabled ... success [3.849s] 2020-07-10 11:23:44.625 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_floatingip_with_timestamp ... success [2.640s] 2020-07-10 11:23:44.766 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_decrease_less_than_created ... success [0.274s] 2020-07-10 11:23:45.463 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_router_with_timestamp ... success [0.838s] 2020-07-10 11:23:46.613 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_increased ... success [1.839s] 2020-07-10 11:23:47.007 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_values ... success [0.399s] 2020-07-10 11:23:48.596 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_extra_route ... success [10.375s] 2020-07-10 11:23:51.781 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_nonexistent_sec_group ... success [1.073s] 2020-07-10 11:23:52.802 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_sec_group_twice ... success [1.019s] 2020-07-10 11:23:52.817 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_boolean_type_name ... success [0.016s] 2020-07-10 11:23:52.829 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_too_long_name ... success [0.011s] 2020-07-10 11:23:53.612 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_delete_in_use_sec_group ... success [0.781s] 2020-07-10 11:23:55.078 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_no_sec_group_changes_after_assignment_failure ... success [1.465s] 2020-07-10 11:23:55.187 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_default_security_group_name ... success [0.109s] 2020-07-10 11:23:55.265 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_boolean_type_name ... success [0.076s] 2020-07-10 11:23:55.328 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_too_long_name ... success [0.063s] 2020-07-10 11:23:57.035 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_reset_gateway_without_snat ... success [8.438s] 2020-07-10 11:23:59.356 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_empty_trunk_details ... success [2.479s] 2020-07-10 11:24:03.809 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_no_subports ... success [4.454s] 2020-07-10 11:24:04.862 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_service_type_management.ServiceTypeManagementTest.test_service_provider_list ... success [0.223s] 2020-07-10 11:24:07.411 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_admin_create_shared_subnetpool ... success [0.536s] 2020-07-10 11:24:07.547 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_list_subnetpool ... success [0.138s] 2020-07-10 11:24:07.609 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_with_snat_explicit ... success [10.573s] 2020-07-10 11:24:10.185 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_default_prefixlen ... success [2.637s] 2020-07-10 11:24:10.687 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_with_subport ... success [6.875s] 2020-07-10 11:24:12.157 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen ... success [1.971s] 2020-07-10 11:24:13.238 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_quota ... success [1.080s] 2020-07-10 11:24:15.260 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr ... success [2.021s] 2020-07-10 11:24:15.294 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_without_snat ... success [7.683s] 2020-07-10 11:24:15.484 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnetpool_associate_address_scope ... success [0.225s] 2020-07-10 11:24:16.490 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_update_subnetpool_description ... success [1.004s] 2020-07-10 11:24:16.606 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_get_subnetpool ... success [0.116s] 2020-07-10 11:24:16.691 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_show_subnetpool_has_project_id ... success [0.085s] 2020-07-10 11:24:16.755 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_create_non_default_subnetpool ... success [0.064s] 2020-07-10 11:24:16.899 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_update_subnetpool ... success [0.143s] 2020-07-10 11:24:17.276 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_address_scope ... success [0.376s] 2020-07-10 11:24:17.730 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_another_address_scope ... success [0.454s] 2020-07-10 11:24:18.076 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_disassociate_address_scope ... success [0.345s] 2020-07-10 11:24:18.254 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_append ... success [0.177s] 2020-07-10 11:24:18.429 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_extend ... success [0.175s] 2020-07-10 11:24:22.375 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestMtusJSON.test_add_subport_with_mtu_greater_than_trunk ... success [8.754s] 2020-07-10 11:24:28.290 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.160s] 2020-07-10 11:24:29.015 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination ... success [0.723s] 2020-07-10 11:24:29.061 34 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestMtusJSON.test_create_trunk_with_mtu_smaller_than_subport ... success [6.686s] 2020-07-10 11:24:29.309 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.293s] 2020-07-10 11:24:29.614 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.305s] 2020-07-10 11:24:30.994 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [1.379s] 2020-07-10 11:24:32.420 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_sp_associate_address_scope_multiple_prefix_intersect ... success [0.729s] 2020-07-10 11:24:34.772 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnet_different_pools_same_network ... success [2.351s] 2020-07-10 11:24:34.843 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_of_other_owner ... success [0.072s] 2020-07-10 11:24:35.080 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_href_links ... success [4.084s] 2020-07-10 11:24:35.282 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_prefix_intersect ... success [0.439s] 2020-07-10 11:24:35.299 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_invalid_address_scope ... success [0.016s] 2020-07-10 11:24:35.531 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_non_exist_address_scope ... success [0.231s] 2020-07-10 11:24:35.555 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_delete_non_existent_subnetpool ... success [0.025s] 2020-07-10 11:24:35.573 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_get_non_existent_subnetpool ... success [0.018s] 2020-07-10 11:24:35.584 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_default_subnetpool ... success [0.010s] 2020-07-10 11:24:35.595 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_shared_subnetpool ... success [0.011s] 2020-07-10 11:24:35.597 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_subnetpool_associate_shared_address_scope ... skip [0.000s]: b'Test is outdated starting from Ussuri release.' 2020-07-10 11:24:35.693 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_get_not_shared_admin_subnetpool ... success [0.097s] 2020-07-10 11:24:36.322 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_update_sp_prefix_associated_with_shared_addr_scope ... success [0.627s] 2020-07-10 11:24:36.343 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_non_existent_subnetpool ... success [0.022s] 2020-07-10 11:24:36.456 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_of_other_owner ... success [0.112s] 2020-07-10 11:24:36.690 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_marker ... success [1.610s] 2020-07-10 11:24:36.786 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_wrong_ip_version ... success [0.329s] 2020-07-10 11:24:36.809 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_asc ... success [0.120s] 2020-07-10 11:24:36.931 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_desc ... success [0.121s] 2020-07-10 11:24:38.283 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_multiple_prefix_intersect ... success [1.495s] 2020-07-10 11:24:38.479 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_not_modifiable_shared ... success [0.197s] 2020-07-10 11:24:39.023 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefix_intersect ... success [0.541s] 2020-07-10 11:24:39.135 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefixes_shrink ... success [0.112s] 2020-07-10 11:24:39.223 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_tenant_id ... success [0.088s] 2020-07-10 11:24:45.320 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sg_with_timestamp ... success [0.663s] 2020-07-10 11:24:45.847 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sgrule_with_timestamp ... success [0.527s] 2020-07-10 11:24:46.228 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sg_attribute_with_timestamp ... success [0.379s] 2020-07-10 11:24:46.577 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sgrule_attribute_with_timestamp ... success [0.348s] 2020-07-10 11:24:48.846 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_update_sg_with_timestamp ... success [2.268s] 2020-07-10 11:24:57.921 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_default_snat_value ... success [8.707s] 2020-07-10 11:24:59.672 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_add_subport_with_mtu_equal_to_trunk ... success [8.134s] 2020-07-10 11:25:09.377 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_snat_explicit ... success [11.454s] 2020-07-10 11:25:09.959 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_add_subport_with_mtu_greater_than_subport ... success [10.287s] 2020-07-10 11:25:10.342 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_update_router_description ... success [0.967s] 2020-07-10 11:25:17.414 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_create_trunk_with_mtu_equal_to_subport ... success [7.454s] 2020-07-10 11:25:25.241 34 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_create_trunk_with_mtu_greater_than_subport ... success [7.825s] 2020-07-10 11:25:26.924 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_extra_routes_atomic ... success [16.577s] 2020-07-10 11:25:42.781 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_network_attached_with_two_routers ... success [15.856s] 2020-07-10 11:25:56.534 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_router_interface_status ... success [13.753s] 2020-07-10 11:26:08.020 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_extra_route ... success [11.485s] 2020-07-10 11:26:15.878 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_reset_gateway_without_snat ... success [7.857s] 2020-07-10 11:26:22.106 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_with_snat_explicit ... success [6.227s] 2020-07-10 11:26:28.353 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_without_snat ... success [6.246s] 2020-07-10 11:26:46.999 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_wrong_tenant ... success [4.973s] 2020-07-10 11:26:58.880 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_ints ... success [3.523s] 2020-07-10 11:27:02.064 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_names ... success [3.183s] 2020-07-10 11:27:08.497 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_create_sg_when_quota_disabled ... success [3.985s] 2020-07-10 11:27:13.248 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_max_allowed_sg_amount ... success [4.751s] 2020-07-10 11:27:16.219 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_decrease_less_than_created ... success [2.969s] 2020-07-10 11:27:22.398 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_increased ... success [6.169s] 2020-07-10 11:27:22.847 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_values ... success [0.452s] 2020-07-10 11:27:27.739 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_integers ... success [0.863s] 2020-07-10 11:27:28.145 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_names ... success [0.407s] 2020-07-10 11:27:30.752 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv6Test.test_add_overlapping_prefix ... success [0.444s] 2020-07-10 11:27:30.968 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv6Test.test_add_remove_prefix ... success [0.216s] 2020-07-10 11:27:34.479 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.041s] 2020-07-10 11:27:34.689 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination ... success [0.208s] 2020-07-10 11:27:34.779 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.091s] 2020-07-10 11:27:34.847 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.067s] 2020-07-10 11:27:34.979 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.131s] 2020-07-10 11:27:35.440 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.457s] 2020-07-10 11:27:35.640 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.201s] 2020-07-10 11:27:35.685 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_asc ... success [0.045s] 2020-07-10 11:27:35.720 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_desc ... success [0.034s] 2020-07-10 11:27:35.754 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_validation_filters ... success [0.033s] 2020-07-10 11:27:47.213 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestInheritJSONBase.test_add_subport ... success [7.924s] 2020-07-10 11:27:54.761 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.020s] 2020-07-10 11:27:54.878 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination ... success [0.115s] 2020-07-10 11:27:54.963 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.084s] 2020-07-10 11:27:55.034 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.071s] 2020-07-10 11:27:55.173 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.138s] 2020-07-10 11:27:55.494 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.319s] 2020-07-10 11:27:55.678 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.184s] 2020-07-10 11:27:55.703 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc ... success [0.025s] 2020-07-10 11:27:55.727 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc ... success [0.024s] 2020-07-10 11:28:09.773 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_duplicate_segmentation_details ... success [7.161s] 2020-07-10 11:28:12.240 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_passing_dict ... success [2.467s] 2020-07-10 11:28:15.445 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_disabled_trunk ... success [3.204s] 2020-07-10 11:28:18.416 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_uses_parent_port_id ... success [2.970s] 2020-07-10 11:28:23.324 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_invalid_inherit_network_segmentation_type ... success [4.906s] 2020-07-10 11:28:28.648 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_missing_segmentation_id ... success [5.324s] 2020-07-10 11:28:31.561 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_port_id ... success [2.912s] 2020-07-10 11:28:34.026 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_trunk ... success [2.465s] 2020-07-10 11:28:39.724 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_duplicate_subport_segmentation_ids ... success [5.695s] 2020-07-10 11:28:39.783 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_port_id ... success [0.061s] 2020-07-10 11:28:43.737 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_subport_port_id ... success [3.952s] 2020-07-10 11:28:45.501 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_port_id ... success [1.764s] 2020-07-10 11:28:47.687 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_id ... success [2.185s] 2020-07-10 11:28:49.269 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_type ... success [1.582s] 2020-07-10 11:28:56.010 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_subport ... success [6.740s] 2020-07-10 11:28:58.686 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_trunk ... success [2.674s] 2020-07-10 11:29:00.956 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_trunk_disabled_trunk ... success [2.270s] 2020-07-10 11:29:06.308 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_not_found ... success [5.350s] 2020-07-10 11:29:11.784 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_passing_dict ... success [5.476s] 2020-07-10 11:29:14.036 34 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_port_id_disabled_trunk ... success [2.250s] 2020-07-10 11:29:16.281 34 INFO rally.task.context [-] Verification 911c40c9-afdf-410f-a86e-77986000fe88 | Context testr@default cleanup() started 2020-07-10 11:29:16.281 34 INFO rally.task.context [-] Verification 911c40c9-afdf-410f-a86e-77986000fe88 | Context testr@default cleanup() finished in 0.84 msec 2020-07-10 11:29:16.282 34 INFO rally.task.context [-] Verification 911c40c9-afdf-410f-a86e-77986000fe88 | Context tempest@default cleanup() started 2020-07-10 11:29:16.464 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_51734168_2wBo9vVh'. 2020-07-10 11:29:16.648 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_51734168_2wBo9vVh' has been deleted. 2020-07-10 11:29:16.648 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7824cca8-fb10-4b2e-8b9f-a5dacd7c815c' of option 'instance_type' from Tempest config file. 2020-07-10 11:29:16.649 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7824cca8-fb10-4b2e-8b9f-a5dacd7c815c' has been removed. 2020-07-10 11:29:16.655 34 INFO rally.task.context [-] Verification 911c40c9-afdf-410f-a86e-77986000fe88 | Context tempest@default cleanup() finished in 0.37 sec 2020-07-10 11:29:16.710 34 INFO rally.api [-] Verification (UUID=51734168-a990-49f8-a2f9-28d51a14b322) has been successfully finished for deployment 'opnfv-rally' (UUID=fff27d09-b417-4a42-93d0-5f019d5b0fad)! 2020-07-10 11:29:18.407 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:29:18.408 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:29:18.408 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:29:20.487 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:29:20.487 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:29:20.487 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:29:22.944 51 INFO rally.api [-] Building 'html' report for the following verification(s): '51734168-a990-49f8-a2f9-28d51a14b322' 2020-07-10 11:29:22.975 51 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:29:24.607 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:29:24.608 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:29:24.608 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:29:26.989 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '51734168-a990-49f8-a2f9-28d51a14b322' 2020-07-10 11:29:27.021 53 INFO rally.api [-] The report has been successfully built.