2021-03-05 21:36:32.182 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:36:32.182 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:36:32.182 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 21:36:35.242 25 ERROR rally.cli.cliutils 2021-03-05 21:36:37.280 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:36:37.280 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:36:37.281 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:36:42.308 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:36:42.309 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:36:42.309 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:36:49.033 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:36:49.033 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:36:49.033 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:36:50.690 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:36:50.691 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:36:50.691 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 21:36:53.394 35 ERROR rally.cli.cliutils 2021-03-05 21:36:55.258 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:36:55.259 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:36:55.259 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:36:57.901 37 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 21:36:57.954 37 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0e46923d-f028-4ef4-92a9-a264f8b53543/repo. 2021-03-05 21:36:58.267 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0e46923d-f028-4ef4-92a9-a264f8b53543/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-03-05 21:36:58.313 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 21:36:58.322 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 21:36:58.343 37 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 21:36:58.435 37 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 21:36:59.379 37 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e46923d-f028-4ef4-92a9-a264f8b53543) has been successfully created! 2021-03-05 21:37:01.425 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:37:01.425 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:37:01.426 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:37:07.839 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:37:07.840 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:37:07.840 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:37:10.480 48 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0e46923d-f028-4ef4-92a9-a264f8b53543) for deployment 'opnfv-rally' (UUID=d71011b4-7d67-4a1c-9da6-eb001775c37f). 2021-03-05 21:37:11.500 48 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0e46923d-f028-4ef4-92a9-a264f8b53543) has been successfully configured for deployment 'opnfv-rally' (UUID=d71011b4-7d67-4a1c-9da6-eb001775c37f)! 2021-03-05 21:37:20.967 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:37:20.967 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:37:20.967 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:37:23.678 53 INFO rally.api [-] Starting verification (UUID=82bc64d9-e3e0-4e03-a5c7-4a759f12ab23) for deployment 'opnfv-rally' (UUID=d71011b4-7d67-4a1c-9da6-eb001775c37f) by verifier 'opnfv-tempest' (UUID=0e46923d-f028-4ef4-92a9-a264f8b53543). 2021-03-05 21:37:24.608 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 21:37:24.686 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 21:37:24.687 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0e46923d-f028-4ef4-92a9-a264f8b53543/for-deployment-d71011b4-7d67-4a1c-9da6-eb001775c37f/tempest.log' to option 'log_file'. 2021-03-05 21:37:24.687 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0e46923d-f028-4ef4-92a9-a264f8b53543/for-deployment-d71011b4-7d67-4a1c-9da6-eb001775c37f/tempest.log 2021-03-05 21:37:24.688 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 21:37:24.688 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0e46923d-f028-4ef4-92a9-a264f8b53543/for-deployment-d71011b4-7d67-4a1c-9da6-eb001775c37f/lock_files' to option 'lock_path'. 2021-03-05 21:37:24.689 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0e46923d-f028-4ef4-92a9-a264f8b53543/for-deployment-d71011b4-7d67-4a1c-9da6-eb001775c37f/lock_files 2021-03-05 21:37:24.689 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 21:37:24.690 53 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 2021-03-05 21:37:24.690 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8e03a375-c487-4120-b24c-333e8b3dd988 2021-03-05 21:37:24.691 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3c847906-5642-4c5f-8e39-836632004c59 2021-03-05 21:37:24.691 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 73abc44d-9a1f-4706-b508-9762ce32bb01 2021-03-05 21:37:24.692 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3aea3b82-1bdc-4f4e-bc86-84daff3d46c9 2021-03-05 21:37:24.927 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 21:37:24.928 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_neutron-net_842b4526-251f-4efc-ac09-41395613d1c2 2021-03-05 21:37:24.928 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 21:37:25.051 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 21:37:25.097 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 21:37:25.097 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_82bc64d9_EIKMUrK3' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 21:37:25.143 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_82bc64d9_EIKMUrK3' (ID = 0ad00808-0397-486f-81ca-88545a0b995c) has been successfully created! 2021-03-05 21:37:25.144 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0ad00808-0397-486f-81ca-88545a0b995c' to option 'instance_type'. 2021-03-05 21:37:25.145 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0ad00808-0397-486f-81ca-88545a0b995c 2021-03-05 21:37:25.146 53 INFO rally.task.context [-] Verification 0e46923d-f028-4ef4-92a9-a264f8b53543 | Context tempest@default setup() finished in 0.93 sec 2021-03-05 21:37:25.148 53 INFO rally.task.context [-] Verification 0e46923d-f028-4ef4-92a9-a264f8b53543 | Context testr@default setup() finished in 0.98 msec 2021-03-05 21:37:25.148 53 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/510ad4a0-3f77-4696-9780-c786aacb8304'. 2021-03-05 21:37:41.401 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_agent_availability_zone.AgentAvailabilityZoneTestCase.test_agents_availability_zone ... success [0.049s] 2021-03-05 21:37:41.603 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.019s] 2021-03-05 21:37:41.647 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.040s] 2021-03-05 21:37:42.309 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.657s] 2021-03-05 21:37:42.334 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.025s] 2021-03-05 21:37:42.468 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.128s] 2021-03-05 21:37:42.512 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.040s] 2021-03-05 21:37:43.728 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_extension_driver_port_security_admin.PortSecurityAdminTests.test_create_port_security_false_on_shared_network ... success [3.062s] 2021-03-05 21:37:53.896 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [0.628s] 2021-03-05 21:37:54.359 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.462s] 2021-03-05 21:37:54.575 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net ... success [12.029s] 2021-03-05 21:37:54.611 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [3.514s] 2021-03-05 21:37:56.888 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_dhcp_port_status_active ... success [2.276s] 2021-03-05 21:37:56.919 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.032s] 2021-03-05 21:37:57.201 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.280s] 2021-03-05 21:37:57.431 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_one_policy_delete ... success [2.855s] 2021-03-05 21:37:59.187 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON ... skip: b'logging extension not enabled.' 2021-03-05 21:37:59.716 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_create ... success [2.282s] 2021-03-05 21:38:02.702 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_delete ... success [2.987s] 2021-03-05 21:38:03.920 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_badrequest_on_requesting_flags_and_flavor ... success [0.085s] 2021-03-05 21:38:04.833 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_create_router_with_flavor ... success [0.911s] 2021-03-05 21:38:05.139 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_delete_router_flavor_in_use ... success [0.304s] 2021-03-05 21:38:05.406 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_network_on_shared_policy_delete ... success [2.699s] 2021-03-05 21:38:07.754 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_associate_floating_ip_with_port_from_another_project ... success [5.861s] 2021-03-05 21:38:08.881 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project ... success [1.644s] 2021-03-05 21:38:08.903 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_other_tenant ... success [0.021s] 2021-03-05 21:38:09.252 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_tenant ... success [0.349s] 2021-03-05 21:38:10.953 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan ... success [1.700s] 2021-03-05 21:38:11.650 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address ... success [3.896s] 2021-03-05 21:38:12.183 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_update_policy_from_wildcard_to_specific_tenant ... success [6.772s] 2021-03-05 21:38:14.895 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest ... skip: b'port-resource-request extension not enabled.' 2021-03-05 21:38:18.749 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_allocate_floatingip ... success [6.560s] 2021-03-05 21:38:21.784 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_floatingip_when_quotas_is_full ... success [3.150s] 2021-03-05 21:38:23.979 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_network_when_quotas_is_full ... success [2.191s] 2021-03-05 21:38:25.271 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_security_groups.SecGroupAdminTest.test_security_group_recreated_on_port_update ... success [5.980s] 2021-03-05 21:38:26.912 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_attach_ext_gw ... success [8.163s] 2021-03-05 21:38:27.968 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_blocked_from_creating_external_wild_policies ... success [1.053s] 2021-03-05 21:38:29.545 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_port_when_quotas_is_full ... success [5.565s] 2021-03-05 21:38:31.088 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_router_when_quotas_is_full ... success [1.544s] 2021-03-05 21:38:31.989 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_rule_when_quotas_is_full ... success [0.896s] 2021-03-05 21:38:32.747 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_when_quotas_is_full ... success [0.755s] 2021-03-05 21:38:34.122 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_shares_with_another ... success [6.152s] 2021-03-05 21:38:35.997 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_subnet_when_quotas_is_full ... success [3.245s] 2021-03-05 21:38:38.888 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_created_from_external_network_api ... success [4.763s] 2021-03-05 21:38:39.967 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_delete_blocked_on_default_ext ... success [1.075s] 2021-03-05 21:38:41.094 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_regenerate_mac_address ... success [4.330s] 2021-03-05 21:38:43.626 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none ... success [6.943s] 2021-03-05 21:38:44.077 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_update_mac_address ... success [2.978s] 2021-03-05 21:38:45.180 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_logging.LoggingTestJSON ... skip: b'logging extension not enabled.' 2021-03-05 21:38:45.182 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_network_segment_range.NetworkSegmentRangeTestJson ... skip: b'network-segment-range extension not enabled.' 2021-03-05 21:38:48.645 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_too_long_id ... success [5.014s] 2021-03-05 21:38:49.676 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_create_with_address_pair_blocked_on_other_network ... success [0.947s] 2021-03-05 21:38:51.952 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_update_with_address_pair_blocked_on_other_network ... success [2.277s] 2021-03-05 21:38:52.383 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_delete_self_share_rule ... success [3.736s] 2021-03-05 21:38:56.896 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error ... success [4.509s] 2021-03-05 21:38:58.262 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_fields ... success [1.360s] 2021-03-05 21:38:59.751 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_detail_quotas ... success [4.645s] 2021-03-05 21:38:59.766 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_policies ... success [1.499s] 2021-03-05 21:39:00.533 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_quotas ... success [0.772s] 2021-03-05 21:39:08.020 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filtering_works_with_rbac_records_present ... success [8.248s] 2021-03-05 21:39:13.054 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_routers_dvr.RouterTestCentralizedToDVR.test_centralized_router_update_to_dvr ... success [3.813s] 2021-03-05 21:39:13.531 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target ... success [5.510s] 2021-03-05 21:39:14.858 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags ... success [0.809s] 2021-03-05 21:39:16.748 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_delete_ha_router_keeps_ha_network_segment_data ... success [25.403s] 2021-03-05 21:39:20.135 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_show ... success [6.598s] 2021-03-05 21:39:23.286 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.563s] 2021-03-05 21:39:24.631 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_target_update ... success [4.492s] 2021-03-05 21:39:25.995 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [2.707s] 2021-03-05 21:39:31.220 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_ha_router_creation ... success [14.471s] 2021-03-05 21:39:33.396 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags ... success [1.844s] 2021-03-05 21:39:33.542 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_legacy_router_creation ... success [2.320s] 2021-03-05 21:39:33.790 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_port_presence_prevents_network_rbac_policy_deletion ... success [9.151s] 2021-03-05 21:39:35.423 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_bulk_shared_network ... success [2.361s] 2021-03-05 21:39:37.742 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_port_shared_network_as_non_admin_tenant ... success [2.315s] 2021-03-05 21:39:38.964 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_update_shared_network ... success [1.222s] 2021-03-05 21:39:39.816 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_bumps_network_revision ... success [6.031s] 2021-03-05 21:39:40.480 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks ... success [1.512s] 2021-03-05 21:39:43.380 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets ... success [2.893s] 2021-03-05 21:39:43.770 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_list_shared_networks ... success [0.388s] 2021-03-05 21:39:44.099 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_show_shared_networks_attribute ... success [0.329s] 2021-03-05 21:39:46.347 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_policy_quota ... success [6.528s] 2021-03-05 21:39:48.894 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_legacy_router_update_to_ha ... success [15.350s] 2021-03-05 21:39:52.743 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_anothers_network ... success [6.392s] 2021-03-05 21:39:53.608 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_with_wildcard ... success [0.864s] 2021-03-05 21:39:54.640 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_shares_to_another_regular_client ... success [1.031s] 2021-03-05 21:39:55.986 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags ... success [1.046s] 2021-03-05 21:39:59.355 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_subnet_on_network_only_visible_to_policy_target ... success [4.713s] 2021-03-05 21:40:00.322 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON ... skip: b'Skipped because network extension: qos is not enabled' 2021-03-05 21:40:02.050 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags ... success [0.769s] 2021-03-05 21:40:02.501 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_can_delete_port_on_own_network ... success [3.142s] 2021-03-05 21:40:04.211 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_cant_delete_other_tenants_ports ... success [1.709s] 2021-03-05 21:40:07.701 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_update_self_share_rule ... success [3.484s] 2021-03-05 21:40:14.325 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags ... success [1.961s] 2021-03-05 21:40:15.490 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags ... success [0.790s] 2021-03-05 21:40:19.122 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags ... success [1.360s] 2021-03-05 21:40:25.655 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON ... skip: b'Skipped because network extension: qos is not enabled' 2021-03-05 21:40:29.252 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags ... success [0.349s] 2021-03-05 21:40:33.485 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags ... success [3.164s] 2021-03-05 21:40:37.197 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags ... success [2.278s] 2021-03-05 21:40:41.321 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags ... success [1.748s] 2021-03-05 21:40:42.435 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON ... skip: b'Skipped because network extension: trunk is not enabled' 2021-03-05 21:40:44.644 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource ... success [2.307s] 2021-03-05 21:40:47.246 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags ... success [1.448s] 2021-03-05 21:40:50.850 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags ... success [2.121s] 2021-03-05 21:40:50.907 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_create_shared_address_scope ... success [0.922s] 2021-03-05 21:40:51.109 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_update_shared_address_scope ... success [0.202s] 2021-03-05 21:40:51.999 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_delete_address_scope ... success [0.887s] 2021-03-05 21:40:52.071 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope ... success [0.069s] 2021-03-05 21:40:52.144 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope_project_id ... success [0.072s] 2021-03-05 21:40:52.257 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_create_list_address_scope ... success [0.111s] 2021-03-05 21:40:52.388 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_update_address_scope ... success [0.128s] 2021-03-05 21:40:53.829 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_address_scope_associated_with_subnetpool ... success [0.959s] 2021-03-05 21:40:53.846 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_non_existent_address_scope ... success [0.021s] 2021-03-05 21:40:53.871 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_get_non_existent_address_scope ... success [0.021s] 2021-03-05 21:40:53.888 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_create_shared_address_scope ... success [0.019s] 2021-03-05 21:40:54.660 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_get_not_shared_admin_address_scope ... success [0.769s] 2021-03-05 21:40:54.723 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_false ... success [0.065s] 2021-03-05 21:40:54.805 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_true ... success [0.081s] 2021-03-05 21:40:54.827 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_non_existent_address_scope ... success [0.020s] 2021-03-05 21:40:54.911 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_shared_address_scope_to_unshare ... success [0.084s] 2021-03-05 21:40:55.902 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON ... skip: b'Skipped because network extension: trunk is not enabled' 2021-03-05 21:40:59.745 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags ... success [0.795s] 2021-03-05 21:41:02.567 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_fields ... success [1.900s] 2021-03-05 21:41:02.872 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_rbac_policies ... success [0.306s] 2021-03-05 21:41:03.112 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_policy_target_update ... success [0.240s] 2021-03-05 21:41:03.472 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_rbac_policy_show ... success [0.357s] 2021-03-05 21:41:03.524 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [4.028s] 2021-03-05 21:41:03.730 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.258s] 2021-03-05 21:41:04.671 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_shares_to_another_regular_client ... success [0.930s] 2021-03-05 21:41:05.590 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [1.812s] 2021-03-05 21:41:05.761 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_subnet_pool_presence_prevents_rbac_policy_deletion ... success [1.086s] 2021-03-05 21:41:07.565 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [1.972s] 2021-03-05 21:41:09.597 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [1.334s] 2021-03-05 21:41:09.933 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [2.364s] 2021-03-05 21:41:11.654 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [2.053s] 2021-03-05 21:41:13.465 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [3.528s] 2021-03-05 21:41:13.869 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.211s] 2021-03-05 21:41:14.515 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.307s] 2021-03-05 21:41:15.394 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.879s] 2021-03-05 21:41:16.355 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology ... skip: b'No default subnetpool' 2021-03-05 21:41:17.817 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [3.947s] 2021-03-05 21:41:19.235 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_availability_zones.ListAvailableZonesTest.test_list_available_zones ... success [0.602s] 2021-03-05 21:41:23.591 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all ... success [0.620s] 2021-03-05 21:41:23.609 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_pagination ... success [0.014s] 2021-03-05 21:41:23.629 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_project_id ... success [0.015s] 2021-03-05 21:41:23.648 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_sorting ... success [0.014s] 2021-03-05 21:41:27.607 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_conntrack_helper.ConntrackHelperTestJSON ... skip: b'l3-conntrack-helper extension not enabled.' 2021-03-05 21:41:27.610 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_metering_negative.MeteringNegativeTestJSON ... skip: b'metering extension not enabled.' 2021-03-05 21:41:30.345 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_allowed_address_pairs ... success [4.210s] 2021-03-05 21:41:32.127 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_create_network_custom_mtu ... success [2.194s] 2021-03-05 21:41:33.360 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.690s] 2021-03-05 21:41:33.513 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_update_network_custom_mtu ... success [1.385s] 2021-03-05 21:41:34.397 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.034s] 2021-03-05 21:41:35.810 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_create_port_sec_with_security_group ... success [5.465s] 2021-03-05 21:41:38.983 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_delete_with_port_sec ... success [3.168s] 2021-03-05 21:41:41.673 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_network_with_project ... success [0.998s] 2021-03-05 21:41:41.679 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_update_network_dns_domain ... skip [0.002s]: b'Skipped because network extension: dns-integration is not enabled' 2021-03-05 21:41:42.077 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_default_value ... success [3.091s] 2021-03-05 21:41:42.568 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_list_networks_fields_keystone_v3 ... success [0.882s] 2021-03-05 21:41:42.710 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network ... success [0.141s] 2021-03-05 21:41:43.191 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network_fields_keystone_v3 ... success [0.481s] 2021-03-05 21:41:45.202 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_flavor ... success [0.186s] 2021-03-05 21:41:45.343 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_service_profile ... success [0.140s] 2021-03-05 21:41:45.367 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_flavors ... success [0.023s] 2021-03-05 21:41:45.389 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_service_profiles ... success [0.021s] 2021-03-05 21:41:45.423 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_flavor ... success [0.033s] 2021-03-05 21:41:45.446 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_service_profile ... success [0.021s] 2021-03-05 21:41:45.833 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_1 ... success [3.755s] 2021-03-05 21:41:46.732 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosMinimumBandwidthRuleTestJSON ... skip: b'qos extension not enabled.' 2021-03-05 21:41:47.883 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2021-03-05 21:41:47.888 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_port_forwarding_negative.PortForwardingNegativeTestJSON ... skip: b'floating-ip-port-forwarding extension not enabled.' 2021-03-05 21:41:48.403 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_with_port_with_floatingip ... success [18.137s] 2021-03-05 21:41:48.670 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_2 ... success [2.835s] 2021-03-05 21:41:51.318 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_bulk_creation ... skip [0.002s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2021-03-05 21:41:51.321 53 INFO opnfv-tempest [-] {1} 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' 2021-03-05 21:41:51.327 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_creation ... skip [0.002s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2021-03-05 21:41:54.097 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_pass ... success [5.423s] 2021-03-05 21:41:59.335 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_portbinding_bumps_revision ... success [8.746s] 2021-03-05 21:41:59.995 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_port_failed ... success [5.897s] 2021-03-05 21:42:01.122 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_add_ips_to_port ... success [3.778s] 2021-03-05 21:42:04.503 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_allowed_address_pairs_bumps_revision ... success [5.165s] 2021-03-05 21:42:04.505 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_dns_domain_bumps_revision ... skip [0.001s]: b'Skipped because network extension: dns-integration is not enabled' 2021-03-05 21:42:06.158 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_change_dhcp_flag_then_create_port ... success [5.033s] 2021-03-05 21:42:06.976 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_external_network_bumps_revision ... success [2.468s] 2021-03-05 21:42:09.180 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_description ... success [3.020s] 2021-03-05 21:42:09.182 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_domain ... skip [0.001s]: b'Skipped because network extension: dns-domain-ports is not enabled' 2021-03-05 21:42:09.184 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_name ... skip [0.001s]: b'Skipped because network extension: dns-integration is not enabled' 2021-03-05 21:42:09.189 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name ... skip [0.002s]: b'Skipped because network extension: dns-integration is not enabled' 2021-03-05 21:42:12.551 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_extra_dhcp_opt_bumps_revision ... success [5.571s] 2021-03-05 21:42:15.456 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2021-03-05 21:42:19.381 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON ... skip: b'qos extension not enabled.' 2021-03-05 21:42:19.386 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON ... skip: b'qos extension not enabled.' 2021-03-05 21:42:19.390 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON ... skip: b'qos extension not enabled.' 2021-03-05 21:42:19.394 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON ... skip: b'qos extension not enabled.' 2021-03-05 21:42:24.441 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_port_delete ... success [5.143s] 2021-03-05 21:42:26.449 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.DvrRoutersTest.test_create_distributed_router ... success [3.288s] 2021-03-05 21:42:26.932 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_subnet_and_ports ... success [2.492s] 2021-03-05 21:42:27.174 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_before_subnet ... success [0.241s] 2021-03-05 21:42:28.643 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_flavor ... success [0.146s] 2021-03-05 21:42:28.786 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_service_profile ... success [0.141s] 2021-03-05 21:42:28.812 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_flavors ... success [0.026s] 2021-03-05 21:42:28.833 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_service_profiles ... success [0.019s] 2021-03-05 21:42:28.857 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_flavor ... success [0.023s] 2021-03-05 21:42:28.901 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_service_profile ... success [0.043s] 2021-03-05 21:42:30.667 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_port_delete ... success [3.489s] 2021-03-05 21:42:33.238 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.573s] 2021-03-05 21:42:37.089 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_floatingip_bumps_revision ... success [24.530s] 2021-03-05 21:42:39.181 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_bumps_revision ... success [2.095s] 2021-03-05 21:42:40.197 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.DvrRoutersTestToCentralized.test_convert_distributed_router_back_to_centralized ... success [7.677s] 2021-03-05 21:42:40.347 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision ... success [1.162s] 2021-03-05 21:42:43.154 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPPoolTestJSON.test_create_floatingip_from_specific_pool ... success [8.312s] 2021-03-05 21:42:43.961 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_bumps_revision ... success [3.613s] 2021-03-05 21:42:59.944 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_security_bumps_revisions ... success [15.979s] 2021-03-05 21:43:01.823 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability_negative.NetworksIpAvailabilityNegativeTest.test_network_availability_nonexistent_network_id ... success [0.634s] 2021-03-05 21:43:08.613 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_sg_binding_bumps_revision ... success [8.667s] 2021-03-05 21:43:08.619 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision ... skip [0.001s]: b'Skipped because network extension: qos is not enabled' 2021-03-05 21:43:08.621 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision ... skip [0.001s]: b'Skipped because network extension: qos is not enabled' 2021-03-05 21:43:11.474 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_default_snat_value ... success [19.284s] 2021-03-05 21:43:15.503 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.271s] 2021-03-05 21:43:16.400 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination ... success [0.895s] 2021-03-05 21:43:16.850 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.451s] 2021-03-05 21:43:17.264 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.414s] 2021-03-05 21:43:18.057 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.791s] 2021-03-05 21:43:21.912 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_href_links ... success [3.851s] 2021-03-05 21:43:22.708 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_bumps_revision ... success [14.089s] 2021-03-05 21:43:23.456 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_marker ... success [1.545s] 2021-03-05 21:43:23.608 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_asc ... success [0.153s] 2021-03-05 21:43:23.789 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_desc ... success [0.178s] 2021-03-05 21:43:23.969 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_validation_filters ... success [0.179s] 2021-03-05 21:43:25.811 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_blank_update_clears_association ... success [4.372s] 2021-03-05 21:43:26.487 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_snat_explicit ... success [15.013s] 2021-03-05 21:43:28.178 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_update_router_description ... success [1.687s] 2021-03-05 21:43:30.853 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON ... skip: b'qos extension not enabled.' 2021-03-05 21:43:30.858 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest ... skip: b'qos extension not enabled.' 2021-03-05 21:43:33.542 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_description ... success [7.725s] 2021-03-05 21:43:37.452 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_attributes_bumps_revision ... success [14.740s] 2021-03-05 21:43:40.325 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_port_details ... success [6.777s] 2021-03-05 21:43:43.613 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.DvrRoutersTestUpdateDistributedExtended.test_convert_centralized_router_to_distributed_extended ... success [9.075s] 2021-03-05 21:43:46.919 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_floatingip_update_extra_attributes_port_id_not_changed ... success [6.588s] 2021-03-05 21:43:47.644 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_extra_routes_atomic ... success [19.458s] 2021-03-05 21:43:49.796 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.DvrRoutersTestUpdateDistributedExtended.test_convert_distributed_router_to_centralized_extended ... success [6.181s] 2021-03-05 21:43:51.997 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_routes_bumps_revision ... success [14.543s] 2021-03-05 21:43:52.316 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_group_bumps_revision ... success [0.321s] 2021-03-05 21:43:52.972 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_rule_bumps_sg_revision ... success [0.649s] 2021-03-05 21:43:57.610 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_network_revision ... success [4.632s] 2021-03-05 21:44:02.403 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_revision ... success [4.789s] 2021-03-05 21:44:09.436 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_service_types_bumps_revisions ... success [7.032s] 2021-03-05 21:44:09.706 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnetpool_bumps_revision ... success [0.270s] 2021-03-05 21:44:09.890 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_network_attached_with_two_routers ... success [22.245s] 2021-03-05 21:44:14.663 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.HaRoutersTest.test_convert_legacy_router ... success [18.235s] 2021-03-05 21:44:15.580 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_port_delete ... success [4.510s] 2021-03-05 21:44:18.584 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_subnet_and_ports ... success [3.000s] 2021-03-05 21:44:18.851 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_before_subnet ... success [0.264s] 2021-03-05 21:44:21.001 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.151s] 2021-03-05 21:44:22.026 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination ... success [1.021s] 2021-03-05 21:44:22.526 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.496s] 2021-03-05 21:44:22.664 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_port_delete ... success [3.811s] 2021-03-05 21:44:23.293 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.769s] 2021-03-05 21:44:24.349 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [1.051s] 2021-03-05 21:44:25.012 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_router_interface_fip.RouterInterfaceFip ... skip: b'Skipped because network extension: router-interface-fip is not enabled' 2021-03-05 21:44:25.443 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.780s] 2021-03-05 21:44:27.377 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_router_interface_status ... success [17.482s] 2021-03-05 21:44:27.997 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_href_links ... success [3.639s] 2021-03-05 21:44:30.280 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_marker ... success [2.283s] 2021-03-05 21:44:30.440 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_asc ... success [0.161s] 2021-03-05 21:44:30.623 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_desc ... success [0.179s] 2021-03-05 21:44:39.422 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTestExtended.test_router_update_centralized_returns_exception ... success [8.178s] 2021-03-05 21:44:42.055 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_extra_route ... success [14.678s] 2021-03-05 21:44:42.609 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTestExtended.test_router_update_distributed_returns_exception ... success [3.186s] 2021-03-05 21:44:44.433 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_delete_network_in_use ... success [1.755s] 2021-03-05 21:44:44.657 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_update_network_mtu ... fail [0.220s] 2021-03-05 21:44:49.712 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.014s] 2021-03-05 21:44:50.188 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON ... skip: b'floating-ip-port-forwarding extension not enabled.' 2021-03-05 21:44:50.656 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_reset_gateway_without_snat ... success [8.598s] 2021-03-05 21:44:59.469 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.141s] 2021-03-05 21:44:59.835 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_with_snat_explicit ... success [9.177s] 2021-03-05 21:45:00.278 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination ... success [0.803s] 2021-03-05 21:45:00.794 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.511s] 2021-03-05 21:45:01.140 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.342s] 2021-03-05 21:45:01.791 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.646s] 2021-03-05 21:45:02.152 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers_negative.HaRoutersNegativeTest.test_router_create_tenant_ha_returns_forbidden ... success [0.016s] 2021-03-05 21:45:02.789 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativeTest.test_delete_router_in_use ... success [5.690s] 2021-03-05 21:45:04.753 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.959s] 2021-03-05 21:45:06.377 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_marker ... success [1.617s] 2021-03-05 21:45:06.517 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_asc ... success [0.141s] 2021-03-05 21:45:06.644 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_desc ... success [0.126s] 2021-03-05 21:45:07.064 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_without_snat ... success [7.226s] 2021-03-05 21:45:13.970 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosTestJSON ... skip: b'qos extension not enabled.' 2021-03-05 21:45:13.975 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest ... skip: b'qos extension not enabled.' 2021-03-05 21:45:19.643 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_create_sg_when_quota_disabled ... success [6.280s] 2021-03-05 21:45:21.611 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_ints ... success [4.481s] 2021-03-05 21:45:23.665 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_max_allowed_sg_amount ... success [4.019s] 2021-03-05 21:45:25.146 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_names ... success [3.538s] 2021-03-05 21:45:26.624 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_default_snat_value ... success [8.582s] 2021-03-05 21:45:28.712 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_decrease_less_than_created ... success [5.043s] 2021-03-05 21:45:31.518 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.201s] 2021-03-05 21:45:32.149 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_pagination ... success [0.621s] 2021-03-05 21:45:32.293 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_asc ... success [0.138s] 2021-03-05 21:45:32.433 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_desc ... success [0.133s] 2021-03-05 21:45:32.834 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_in_use ... success [5.308s] 2021-03-05 21:45:33.160 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_port_nonexist ... success [0.325s] 2021-03-05 21:45:37.994 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_increased ... success [9.263s] 2021-03-05 21:45:38.606 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_values ... success [0.613s] 2021-03-05 21:45:40.191 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_bulk_sec_groups ... success [1.404s] 2021-03-05 21:45:40.345 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_snat_explicit ... success [13.712s] 2021-03-05 21:45:40.657 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.462s] 2021-03-05 21:45:40.890 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_wrong_tenant ... success [7.725s] 2021-03-05 21:45:42.284 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_update_router_description ... success [1.939s] 2021-03-05 21:45:42.474 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_list_security_group_rules_contains_all_rules ... success [1.808s] 2021-03-05 21:45:42.907 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_show_security_group_contains_all_rules ... success [0.429s] 2021-03-05 21:45:46.715 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv4Test.test_add_overlapping_prefix ... success [0.914s] 2021-03-05 21:45:47.731 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv4Test.test_add_remove_prefix ... success [1.012s] 2021-03-05 21:45:50.051 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_nonexistent_sec_group ... success [1.341s] 2021-03-05 21:45:51.533 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_sec_group_twice ... success [1.474s] 2021-03-05 21:45:51.551 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_boolean_type_name ... success [0.017s] 2021-03-05 21:45:51.570 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_too_long_name ... success [0.017s] 2021-03-05 21:45:52.740 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_in_use_sec_group ... success [1.169s] 2021-03-05 21:45:54.464 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_no_sec_group_changes_after_assignment_failure ... success [1.721s] 2021-03-05 21:45:54.604 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_default_security_group_name ... success [0.138s] 2021-03-05 21:45:54.692 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_boolean_type_name ... success [0.085s] 2021-03-05 21:45:54.777 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_too_long_name ... success [0.084s] 2021-03-05 21:45:54.935 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv6Test.test_add_overlapping_prefix ... success [1.075s] 2021-03-05 21:45:55.555 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv6Test.test_add_remove_prefix ... success [0.619s] 2021-03-05 21:45:58.946 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_ints ... success [2.166s] 2021-03-05 21:45:59.814 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_legacy_icmpv6 ... success [0.864s] 2021-03-05 21:46:01.703 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_names ... success [1.882s] 2021-03-05 21:46:02.589 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_extra_routes_atomic ... success [20.300s] 2021-03-05 21:46:03.162 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_sp_associate_address_scope_multiple_prefix_intersect ... success [1.301s] 2021-03-05 21:46:06.206 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnet_different_pools_same_network ... success [3.041s] 2021-03-05 21:46:06.432 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_of_other_owner ... success [0.223s] 2021-03-05 21:46:06.848 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_prefix_intersect ... success [0.413s] 2021-03-05 21:46:06.867 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_invalid_address_scope ... success [0.020s] 2021-03-05 21:46:06.938 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_non_exist_address_scope ... success [0.069s] 2021-03-05 21:46:06.969 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_delete_non_existent_subnetpool ... success [0.029s] 2021-03-05 21:46:07.000 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_get_non_existent_subnetpool ... success [0.030s] 2021-03-05 21:46:07.023 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_default_subnetpool ... success [0.021s] 2021-03-05 21:46:07.045 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_shared_subnetpool ... success [0.021s] 2021-03-05 21:46:07.050 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_subnetpool_associate_shared_address_scope ... skip [0.001s]: b'Test is outdated starting from Ussuri release.' 2021-03-05 21:46:07.172 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_get_not_shared_admin_subnetpool ... success [0.118s] 2021-03-05 21:46:07.826 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_update_sp_prefix_associated_with_shared_addr_scope ... success [0.654s] 2021-03-05 21:46:07.855 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_non_existent_subnetpool ... success [0.030s] 2021-03-05 21:46:08.081 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_of_other_owner ... success [0.225s] 2021-03-05 21:46:08.418 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_wrong_ip_version ... success [0.336s] 2021-03-05 21:46:08.599 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_integers ... success [1.414s] 2021-03-05 21:46:09.333 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_multiple_prefix_intersect ... success [0.913s] 2021-03-05 21:46:09.398 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_names ... success [0.797s] 2021-03-05 21:46:09.484 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_not_modifiable_shared ... success [0.152s] 2021-03-05 21:46:10.061 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefix_intersect ... success [0.572s] 2021-03-05 21:46:10.217 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefixes_shrink ... success [0.151s] 2021-03-05 21:46:10.316 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_tenant_id ... success [0.096s] 2021-03-05 21:46:13.123 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_create_sg_rules_when_quota_disabled ... success [5.103s] 2021-03-05 21:46:13.467 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_decrease_less_than_created ... success [0.342s] 2021-03-05 21:46:15.614 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_increased ... success [2.138s] 2021-03-05 21:46:16.060 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_values ... success [0.453s] 2021-03-05 21:46:18.919 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_cannot_share_if_no_access_to_address_scope ... success [2.558s] 2021-03-05 21:46:19.316 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_filter_fields ... success [0.396s] 2021-03-05 21:46:19.805 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_filter_rbac_policies ... success [0.483s] 2021-03-05 21:46:20.202 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_policy_target_update ... success [0.393s] 2021-03-05 21:46:20.679 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_rbac_policy_show ... success [0.471s] 2021-03-05 21:46:21.043 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.358s] 2021-03-05 21:46:22.077 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_regular_client_shares_to_another_regular_client ... success [1.025s] 2021-03-05 21:46:23.484 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupRulesQuotaTest.test_sg_creation_with_insufficient_sg_rules_quota ... success [1.435s] 2021-03-05 21:46:25.141 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_network_attached_with_two_routers ... success [22.543s] 2021-03-05 21:46:25.617 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.098s] 2021-03-05 21:46:26.137 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination ... success [0.517s] 2021-03-05 21:46:26.299 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_subnet_presence_prevents_rbac_policy_deletion ... success [4.221s] 2021-03-05 21:46:26.419 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.282s] 2021-03-05 21:46:26.686 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.266s] 2021-03-05 21:46:27.219 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.533s] 2021-03-05 21:46:28.981 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.759s] 2021-03-05 21:46:30.349 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_marker ... success [1.366s] 2021-03-05 21:46:30.438 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_asc ... success [0.089s] 2021-03-05 21:46:30.451 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON ... skip: b'trunk extension not enabled.' 2021-03-05 21:46:30.455 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON ... skip: b'trunk extension not enabled.' 2021-03-05 21:46:30.459 53 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON ... skip: b'trunk-details extension not enabled.' 2021-03-05 21:46:30.533 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_desc ... success [0.092s] 2021-03-05 21:46:30.640 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_validation_filters ... success [0.102s] 2021-03-05 21:46:30.967 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.065s] 2021-03-05 21:46:31.200 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination ... success [0.228s] 2021-03-05 21:46:31.334 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.136s] 2021-03-05 21:46:31.463 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.127s] 2021-03-05 21:46:31.750 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.285s] 2021-03-05 21:46:32.486 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.733s] 2021-03-05 21:46:32.867 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.381s] 2021-03-05 21:46:32.923 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_asc ... success [0.057s] 2021-03-05 21:46:32.976 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_desc ... success [0.052s] 2021-03-05 21:46:33.031 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_validation_filters ... success [0.054s] 2021-03-05 21:46:35.810 53 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestMtusJSON ... skip: b'trunk extension not enabled.' 2021-03-05 21:46:42.344 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_network_with_timestamp ... success [1.285s] 2021-03-05 21:46:43.373 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_port_with_timestamp ... success [1.026s] 2021-03-05 21:46:44.344 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_router_interface_status ... success [19.194s] 2021-03-05 21:46:44.640 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnet_with_timestamp ... success [1.266s] 2021-03-05 21:46:44.744 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnetpool_with_timestamp ... success [0.101s] 2021-03-05 21:46:44.750 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_segment_with_timestamp ... skip [0.002s]: b'Skipped because network extension: standard-attr-segment is not enabled' 2021-03-05 21:46:45.081 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_networks_attribute_with_timestamp ... success [0.331s] 2021-03-05 21:46:46.220 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_port_attribute_with_timestamp ... success [1.138s] 2021-03-05 21:46:47.528 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnet_attribute_with_timestamp ... success [1.306s] 2021-03-05 21:46:47.649 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnetpool_attribute_with_timestamp ... success [0.121s] 2021-03-05 21:46:49.199 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_network_with_timestamp ... success [1.547s] 2021-03-05 21:46:51.515 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_port_with_timestamp ... success [2.312s] 2021-03-05 21:46:54.163 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnet_with_timestamp ... success [2.646s] 2021-03-05 21:46:54.354 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnetpool_with_timestamp ... success [0.190s] 2021-03-05 21:46:58.741 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_extra_route ... success [14.391s] 2021-03-05 21:47:09.135 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_reset_gateway_without_snat ... success [10.386s] 2021-03-05 21:47:17.718 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_with_snat_explicit ... success [8.576s] 2021-03-05 21:47:20.433 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_floatingip_with_timestamp ... success [2.706s] 2021-03-05 21:47:20.547 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_router_with_timestamp ... success [0.111s] 2021-03-05 21:47:22.751 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_floatingip_attribute_with_timestamp ... success [2.201s] 2021-03-05 21:47:23.057 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_router_attribute_with_timestamp ... success [0.303s] 2021-03-05 21:47:24.941 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_without_snat ... success [7.222s] 2021-03-05 21:47:24.997 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_floatingip_with_timestamp ... success [1.935s] 2021-03-05 21:47:26.450 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_router_with_timestamp ... success [1.453s] 2021-03-05 21:47:41.242 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sg_with_timestamp ... success [0.877s] 2021-03-05 21:47:41.941 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sgrule_with_timestamp ... success [0.698s] 2021-03-05 21:47:42.299 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sg_attribute_with_timestamp ... success [0.352s] 2021-03-05 21:47:42.663 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sgrule_attribute_with_timestamp ... success [0.364s] 2021-03-05 21:47:43.978 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_filter_fields ... success [1.163s] 2021-03-05 21:47:44.460 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_filter_rbac_policies ... success [0.479s] 2021-03-05 21:47:44.933 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_policy_target_update ... success [0.473s] 2021-03-05 21:47:44.952 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_update_sg_with_timestamp ... success [2.288s] 2021-03-05 21:47:47.085 53 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest ... skip: b'trunk extension not enabled.' 2021-03-05 21:47:47.974 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_port_presence_prevents_policy_rbac_policy_deletion ... success [3.038s] 2021-03-05 21:47:48.513 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_rbac_policy_show ... success [0.537s] 2021-03-05 21:47:49.589 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [1.073s] 2021-03-05 21:47:50.034 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_regular_client_shares_to_another_regular_client ... success [0.442s] 2021-03-05 21:48:00.119 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_create_excess_sg ... success [1.325s] 2021-03-05 21:48:00.259 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_sg_quota_incorrect_values ... success [0.137s] 2021-03-05 21:48:08.041 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_nonexistent_sec_group ... success [1.943s] 2021-03-05 21:48:09.472 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_sec_group_twice ... success [1.429s] 2021-03-05 21:48:09.487 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_boolean_type_name ... success [0.014s] 2021-03-05 21:48:09.505 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_too_long_name ... success [0.017s] 2021-03-05 21:48:10.809 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_delete_in_use_sec_group ... success [1.299s] 2021-03-05 21:48:12.209 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_no_sec_group_changes_after_assignment_failure ... success [1.399s] 2021-03-05 21:48:12.397 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_default_security_group_name ... success [0.184s] 2021-03-05 21:48:12.479 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_boolean_type_name ... success [0.079s] 2021-03-05 21:48:12.563 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_too_long_name ... success [0.081s] 2021-03-05 21:48:23.662 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_service_type_management.ServiceTypeManagementTest.test_service_provider_list ... success [0.658s] 2021-03-05 21:48:30.098 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_admin_create_shared_subnetpool ... success [1.346s] 2021-03-05 21:48:30.254 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_list_subnetpool ... success [0.156s] 2021-03-05 21:48:32.145 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_default_prefixlen ... success [1.885s] 2021-03-05 21:48:33.694 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen ... success [1.550s] 2021-03-05 21:48:35.029 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_quota ... success [1.335s] 2021-03-05 21:48:36.536 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr ... success [1.503s] 2021-03-05 21:48:36.796 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnetpool_associate_address_scope ... success [0.255s] 2021-03-05 21:48:37.129 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_update_subnetpool_description ... success [0.329s] 2021-03-05 21:48:37.261 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_get_subnetpool ... success [0.132s] 2021-03-05 21:48:37.394 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_show_subnetpool_has_project_id ... success [0.132s] 2021-03-05 21:48:37.491 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_create_non_default_subnetpool ... success [0.094s] 2021-03-05 21:48:37.757 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_update_subnetpool ... success [0.264s] 2021-03-05 21:48:38.150 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_address_scope ... success [0.389s] 2021-03-05 21:48:38.686 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_another_address_scope ... success [0.534s] 2021-03-05 21:48:39.095 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_disassociate_address_scope ... success [0.409s] 2021-03-05 21:48:39.337 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_append ... success [0.238s] 2021-03-05 21:48:39.575 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_extend ... success [0.237s] 2021-03-05 21:48:59.071 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_admin_create_shared_subnetpool ... success [1.226s] 2021-03-05 21:49:02.065 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_dual_stack_subnets_from_subnetpools ... success [2.997s] 2021-03-05 21:49:02.254 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_list_subnetpool ... success [0.187s] 2021-03-05 21:49:04.073 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_default_prefixlen ... success [1.819s] 2021-03-05 21:49:05.646 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_prefixlen ... success [1.569s] 2021-03-05 21:49:07.430 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_quota ... success [1.779s] 2021-03-05 21:49:09.111 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_subnet_cidr ... success [1.677s] 2021-03-05 21:49:09.383 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnetpool_associate_address_scope ... success [0.269s] 2021-03-05 21:49:09.683 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_update_subnetpool_description ... success [0.295s] 2021-03-05 21:49:09.901 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_get_subnetpool ... success [0.219s] 2021-03-05 21:49:10.070 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_show_subnetpool_has_project_id ... success [0.167s] 2021-03-05 21:49:10.169 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_create_non_default_subnetpool ... success [0.097s] 2021-03-05 21:49:10.391 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_update_subnetpool ... success [0.222s] 2021-03-05 21:49:10.840 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_address_scope ... success [0.443s] 2021-03-05 21:49:11.651 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_another_address_scope ... success [0.809s] 2021-03-05 21:49:12.134 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_disassociate_address_scope ... success [0.478s] 2021-03-05 21:49:12.382 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_append ... success [0.245s] 2021-03-05 21:49:12.601 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_extend ... success [0.216s] 2021-03-05 21:49:31.659 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestInheritJSONBase ... skip: b'trunk extension not enabled.' 2021-03-05 21:49:31.667 53 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON ... skip: b'trunk extension not enabled.' 2021-03-05 21:49:32.456 53 INFO rally.task.context [-] Verification 0e46923d-f028-4ef4-92a9-a264f8b53543 | Context testr@default cleanup() started 2021-03-05 21:49:32.457 53 INFO rally.task.context [-] Verification 0e46923d-f028-4ef4-92a9-a264f8b53543 | Context testr@default cleanup() finished in 1.02 msec 2021-03-05 21:49:32.457 53 INFO rally.task.context [-] Verification 0e46923d-f028-4ef4-92a9-a264f8b53543 | Context tempest@default cleanup() started 2021-03-05 21:49:33.007 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-05 21:49:33.134 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-05 21:49:33.183 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_82bc64d9_EIKMUrK3'. 2021-03-05 21:49:33.417 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_82bc64d9_EIKMUrK3' has been deleted. 2021-03-05 21:49:33.418 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0ad00808-0397-486f-81ca-88545a0b995c' of option 'instance_type' from Tempest config file. 2021-03-05 21:49:33.419 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0ad00808-0397-486f-81ca-88545a0b995c' has been removed. 2021-03-05 21:49:33.421 53 INFO rally.task.context [-] Verification 0e46923d-f028-4ef4-92a9-a264f8b53543 | Context tempest@default cleanup() finished in 0.96 sec 2021-03-05 21:49:33.492 53 INFO rally.api [-] Verification (UUID=82bc64d9-e3e0-4e03-a5c7-4a759f12ab23) has been successfully finished for deployment 'opnfv-rally' (UUID=d71011b4-7d67-4a1c-9da6-eb001775c37f)! 2021-03-05 21:49:36.173 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:49:36.173 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:49:36.174 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:49:38.314 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:49:38.315 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:49:38.315 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:49:41.135 70 INFO rally.api [-] Building 'html' report for the following verification(s): '82bc64d9-e3e0-4e03-a5c7-4a759f12ab23' 2021-03-05 21:49:41.164 70 INFO rally.api [-] The report has been successfully built. 2021-03-05 21:49:43.129 72 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:49:43.130 72 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:49:43.130 72 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:49:46.024 72 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '82bc64d9-e3e0-4e03-a5c7-4a759f12ab23' 2021-03-05 21:49:46.050 72 INFO rally.api [-] The report has been successfully built.