2021-06-01 17:57:39.798 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:57:39.798 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:57:39.798 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 17:57:42.981 8 ERROR rally.cli.cliutils 2021-06-01 17:57:45.004 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:57:45.005 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:57:45.005 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:57:49.521 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:57:49.522 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:57:49.522 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:57:54.289 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:57:54.289 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:57:54.289 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:57:55.872 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:57:55.872 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:57:55.872 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 17:57:58.270 18 ERROR rally.cli.cliutils 2021-06-01 17:57:59.851 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:57:59.851 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:57:59.852 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:58:02.070 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 17:58:02.145 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d77accf6-7e59-4a96-8ca3-edd1405bfc2a/repo. 2021-06-01 17:58:02.523 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d77accf6-7e59-4a96-8ca3-edd1405bfc2a/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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-06-01 17:58:02.538 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 17:58:02.546 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 17:58:02.564 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 17:58:02.627 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 17:58:03.425 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d77accf6-7e59-4a96-8ca3-edd1405bfc2a) has been successfully created! 2021-06-01 17:58:05.225 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:58:05.226 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:58:05.226 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:58:09.678 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:58:09.678 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:58:09.678 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:58:11.932 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d77accf6-7e59-4a96-8ca3-edd1405bfc2a) for deployment 'opnfv-rally' (UUID=f1a81bcf-7072-4567-aec8-ec008fe8cd37). 2021-06-01 17:58:12.379 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d77accf6-7e59-4a96-8ca3-edd1405bfc2a) has been successfully configured for deployment 'opnfv-rally' (UUID=f1a81bcf-7072-4567-aec8-ec008fe8cd37)! 2021-06-01 17:58:20.655 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 17:58:20.655 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 17:58:20.656 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 17:58:23.039 36 INFO rally.api [-] Starting verification (UUID=b32fa223-71c5-493e-8817-54d919720a12) for deployment 'opnfv-rally' (UUID=f1a81bcf-7072-4567-aec8-ec008fe8cd37) by verifier 'opnfv-tempest' (UUID=d77accf6-7e59-4a96-8ca3-edd1405bfc2a). 2021-06-01 17:58:23.717 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 17:58:23.717 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d77accf6-7e59-4a96-8ca3-edd1405bfc2a/for-deployment-f1a81bcf-7072-4567-aec8-ec008fe8cd37/tempest.log' to option 'log_file'. 2021-06-01 17:58:23.718 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d77accf6-7e59-4a96-8ca3-edd1405bfc2a/for-deployment-f1a81bcf-7072-4567-aec8-ec008fe8cd37/tempest.log 2021-06-01 17:58:23.718 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 17:58:23.718 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d77accf6-7e59-4a96-8ca3-edd1405bfc2a/for-deployment-f1a81bcf-7072-4567-aec8-ec008fe8cd37/lock_files' to option 'lock_path'. 2021-06-01 17:58:23.718 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d77accf6-7e59-4a96-8ca3-edd1405bfc2a/for-deployment-f1a81bcf-7072-4567-aec8-ec008fe8cd37/lock_files 2021-06-01 17:58:23.718 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 17:58:23.718 36 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-06-01 17:58:23.718 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fb700c98-a118-4e18-8f5d-16cafd5b8bd8 2021-06-01 17:58:23.719 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0f880df2-c2bc-4a86-b1bf-281571cd616f 2021-06-01 17:58:23.719 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 66814356-aeaa-4958-87ee-b4f4b4a1adc6 2021-06-01 17:58:23.719 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 60d18d09-69a5-46af-bf20-0f30d7ba5c2a 2021-06-01 17:58:23.934 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 17:58:23.934 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_neutron-net_46fe3ab9-ec35-4c40-918c-890cd4967955 2021-06-01 17:58:23.935 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 17:58:24.020 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 17:58:24.059 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_448470ae_fwEZBN2G'. Using flavor 'rally_verify_448470ae_fwEZBN2G' (ID = 2495bdd2-de32-4e9d-b783-4b1c85f61d3d) for the tests. 2021-06-01 17:58:24.059 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2495bdd2-de32-4e9d-b783-4b1c85f61d3d' to option 'instance_type'. 2021-06-01 17:58:24.059 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2495bdd2-de32-4e9d-b783-4b1c85f61d3d 2021-06-01 17:58:24.060 36 INFO rally.task.context [-] Verification d77accf6-7e59-4a96-8ca3-edd1405bfc2a | Context tempest@default setup() finished in 0.77 sec 2021-06-01 17:58:24.062 36 INFO rally.task.context [-] Verification d77accf6-7e59-4a96-8ca3-edd1405bfc2a | Context testr@default setup() finished in 0.82 msec 2021-06-01 17:58:24.062 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/38722cb0-d969-4f93-8e4a-fc770f6f6dfd'. 2021-06-01 17:58:30.311 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_logging.LoggingTestJSON.test_list_supported_logging_types ... success [0.224s] 2021-06-01 17:58:30.354 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_availability_zone.AgentAvailabilityZoneTestCase.test_agents_availability_zone ... success [0.034s] 2021-06-01 17:58:30.374 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.019s] 2021-06-01 17:58:30.394 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.020s] 2021-06-01 17:58:30.561 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_logging.LoggingTestJSON.test_log_lifecycle ... success [0.250s] 2021-06-01 17:58:30.593 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.198s] 2021-06-01 17:58:30.605 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.012s] 2021-06-01 17:58:30.703 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.097s] 2021-06-01 17:58:30.735 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.032s] 2021-06-01 17:58:32.227 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_network_segment_range.NetworkSegmentRangeTestJson ... skip: b'network-segment-range extension not enabled.' 2021-06-01 17:58:34.054 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_badrequest_on_requesting_flags_and_flavor ... success [0.089s] 2021-06-01 17:58:34.591 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_create_router_with_flavor ... success [0.535s] 2021-06-01 17:58:34.773 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_delete_router_flavor_in_use ... success [0.183s] 2021-06-01 17:58:35.936 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_extension_driver_port_security_admin.PortSecurityAdminTests.test_create_port_security_false_on_shared_network ... success [2.292s] 2021-06-01 17:58:38.306 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [1.632s] 2021-06-01 17:58:41.344 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_associate_floating_ip_with_port_from_another_project ... success [3.093s] 2021-06-01 17:58:41.640 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_dhcp_port_status_active ... success [3.334s] 2021-06-01 17:58:41.661 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.022s] 2021-06-01 17:58:42.347 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.685s] 2021-06-01 17:58:43.359 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address ... success [2.014s] 2021-06-01 17:58:49.059 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net ... success [8.649s] 2021-06-01 17:58:49.782 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_regenerate_mac_address ... success [1.668s] 2021-06-01 17:58:51.170 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_one_policy_delete ... success [2.112s] 2021-06-01 17:58:52.329 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_update_mac_address ... success [2.546s] 2021-06-01 17:58:52.688 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_create ... success [1.519s] 2021-06-01 17:58:54.039 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_delete ... success [1.351s] 2021-06-01 17:58:55.444 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_delete_ha_router_keeps_ha_network_segment_data ... success [8.781s] 2021-06-01 17:58:55.978 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_network_on_shared_policy_delete ... success [1.938s] 2021-06-01 17:58:59.280 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_update_policy_from_wildcard_to_specific_tenant ... success [3.301s] 2021-06-01 17:58:59.372 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project ... success [1.426s] 2021-06-01 17:58:59.380 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_other_tenant ... success [0.009s] 2021-06-01 17:59:00.563 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_tenant ... success [1.182s] 2021-06-01 17:59:01.697 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan ... success [1.132s] 2021-06-01 17:59:01.705 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_ha_router_creation ... success [6.261s] 2021-06-01 17:59:02.538 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_dvr.RouterTestCentralizedToDVR.test_centralized_router_update_to_dvr ... success [3.423s] 2021-06-01 17:59:03.037 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_legacy_router_creation ... success [1.331s] 2021-06-01 17:59:04.089 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_allocate_floatingip ... success [4.807s] 2021-06-01 17:59:07.365 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_floatingip_when_quotas_is_full ... success [2.180s] 2021-06-01 17:59:07.615 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none ... success [1.742s] 2021-06-01 17:59:08.606 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_attach_ext_gw ... success [4.517s] 2021-06-01 17:59:09.225 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_blocked_from_creating_external_wild_policies ... success [0.618s] 2021-06-01 17:59:09.688 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_network_when_quotas_is_full ... success [2.322s] 2021-06-01 17:59:09.972 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_legacy_router_update_to_ha ... success [6.935s] 2021-06-01 17:59:10.717 36 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 [3.103s] 2021-06-01 17:59:12.871 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_delete_self_share_rule ... success [2.152s] 2021-06-01 17:59:13.031 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_shares_with_another ... success [3.805s] 2021-06-01 17:59:13.883 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_port_when_quotas_is_full ... success [4.193s] 2021-06-01 17:59:15.190 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_router_when_quotas_is_full ... success [1.306s] 2021-06-01 17:59:15.600 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_created_from_external_network_api ... success [2.567s] 2021-06-01 17:59:15.788 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_rule_when_quotas_is_full ... success [0.595s] 2021-06-01 17:59:16.015 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error ... success [3.144s] 2021-06-01 17:59:16.361 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_when_quotas_is_full ... success [0.572s] 2021-06-01 17:59:16.560 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_delete_blocked_on_default_ext ... success [0.962s] 2021-06-01 17:59:17.274 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_fields ... success [1.257s] 2021-06-01 17:59:17.304 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags ... success [1.175s] 2021-06-01 17:59:18.156 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_subnet_when_quotas_is_full ... success [1.797s] 2021-06-01 17:59:19.179 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_policies ... success [1.904s] 2021-06-01 17:59:22.608 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [0.472s] 2021-06-01 17:59:22.824 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.215s] 2021-06-01 17:59:22.881 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filtering_works_with_rbac_records_present ... success [3.701s] 2021-06-01 17:59:26.382 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target ... success [3.500s] 2021-06-01 17:59:27.577 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [2.095s] 2021-06-01 17:59:28.220 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_invalid_resource_type ... success [0.229s] 2021-06-01 17:59:28.307 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_nonexistent_port ... success [0.086s] 2021-06-01 17:59:28.329 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_nonexistent_sg ... success [0.021s] 2021-06-01 17:59:29.565 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.988s] 2021-06-01 17:59:29.975 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_show ... success [3.592s] 2021-06-01 17:59:30.421 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags ... success [0.762s] 2021-06-01 17:59:34.292 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_bulk_shared_network ... success [0.978s] 2021-06-01 17:59:35.164 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request ... success [2.161s] 2021-06-01 17:59:35.351 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_target_update ... success [5.376s] 2021-06-01 17:59:36.086 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_empty ... success [0.924s] 2021-06-01 17:59:36.242 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_port_shared_network_as_non_admin_tenant ... success [1.948s] 2021-06-01 17:59:36.962 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_update_shared_network ... success [0.720s] 2021-06-01 17:59:37.824 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_inherited_policy ... success [1.736s] 2021-06-01 17:59:38.535 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks ... success [1.570s] 2021-06-01 17:59:38.597 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_no_provider_net_conflict ... success [0.773s] 2021-06-01 17:59:40.841 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags ... success [0.907s] 2021-06-01 17:59:41.071 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets ... success [2.533s] 2021-06-01 17:59:41.321 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_list_shared_networks ... success [0.253s] 2021-06-01 17:59:41.582 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_show_shared_networks_attribute ... success [0.261s] 2021-06-01 17:59:41.921 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_port_presence_prevents_network_rbac_policy_deletion ... success [6.569s] 2021-06-01 17:59:44.796 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_bumps_network_revision ... success [2.873s] 2021-06-01 17:59:46.335 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_detail_quotas ... success [2.195s] 2021-06-01 17:59:46.802 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_quotas ... success [0.467s] 2021-06-01 17:59:49.519 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_policy_quota ... success [4.722s] 2021-06-01 17:59:51.474 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags ... success [0.381s] 2021-06-01 17:59:53.224 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_anothers_network ... success [3.706s] 2021-06-01 17:59:53.796 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource ... success [1.357s] 2021-06-01 17:59:53.900 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_with_wildcard ... success [0.675s] 2021-06-01 17:59:54.293 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_security_groups.SecGroupAdminTest.test_security_group_recreated_on_port_update ... success [3.758s] 2021-06-01 17:59:55.838 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_shares_to_another_regular_client ... success [1.938s] 2021-06-01 17:59:58.224 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_subnet_on_network_only_visible_to_policy_target ... success [2.386s] 2021-06-01 18:00:00.701 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_create_with_address_pair_blocked_on_other_network ... success [0.411s] 2021-06-01 18:00:01.121 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_can_delete_port_on_own_network ... success [2.896s] 2021-06-01 18:00:01.352 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [0.962s] 2021-06-01 18:00:01.825 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_update_with_address_pair_blocked_on_other_network ... success [1.125s] 2021-06-01 18:00:02.479 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [1.127s] 2021-06-01 18:00:02.659 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_cant_delete_other_tenants_ports ... success [1.537s] 2021-06-01 18:00:04.359 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [1.879s] 2021-06-01 18:00:04.460 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON.test_filter_trunk_tags ... success [0.168s] 2021-06-01 18:00:05.830 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_update_self_share_rule ... success [3.171s] 2021-06-01 18:00:07.124 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [2.765s] 2021-06-01 18:00:15.017 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags ... success [0.632s] 2021-06-01 18:00:15.444 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags ... success [1.198s] 2021-06-01 18:00:17.135 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_allowed_address_pairs ... success [1.951s] 2021-06-01 18:00:19.644 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags ... success [2.777s] 2021-06-01 18:00:22.213 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_create_port_sec_with_security_group ... success [5.078s] 2021-06-01 18:00:25.601 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_delete_with_port_sec ... success [3.387s] 2021-06-01 18:00:25.881 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags ... success [0.691s] 2021-06-01 18:00:27.794 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_default_value ... success [2.193s] 2021-06-01 18:00:27.871 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags ... success [1.918s] 2021-06-01 18:00:28.820 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags ... success [0.756s] 2021-06-01 18:00:30.393 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_1 ... success [2.598s] 2021-06-01 18:00:32.375 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_2 ... success [1.982s] 2021-06-01 18:00:33.213 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_address_scope_associated_with_subnetpool ... success [0.590s] 2021-06-01 18:00:33.237 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_non_existent_address_scope ... success [0.025s] 2021-06-01 18:00:33.269 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_get_non_existent_address_scope ... success [0.031s] 2021-06-01 18:00:33.284 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_create_shared_address_scope ... success [0.015s] 2021-06-01 18:00:33.501 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_get_not_shared_admin_address_scope ... success [0.215s] 2021-06-01 18:00:33.560 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_false ... success [0.059s] 2021-06-01 18:00:33.611 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_true ... success [0.050s] 2021-06-01 18:00:33.628 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_non_existent_address_scope ... success [0.016s] 2021-06-01 18:00:33.686 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags ... success [1.817s] 2021-06-01 18:00:33.759 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_shared_address_scope_to_unshare ... success [0.131s] 2021-06-01 18:00:36.117 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_pass ... success [3.741s] 2021-06-01 18:00:38.896 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags ... success [0.711s] 2021-06-01 18:00:40.652 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_port_failed ... success [4.534s] 2021-06-01 18:00:42.132 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags ... success [2.174s] 2021-06-01 18:00:42.614 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags ... success [0.587s] 2021-06-01 18:00:48.112 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON.test_trunk_tags ... success [0.968s] 2021-06-01 18:00:49.718 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags ... success [2.434s] 2021-06-01 18:00:52.021 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_create_shared_address_scope ... success [0.305s] 2021-06-01 18:00:52.136 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_update_shared_address_scope ... success [0.114s] 2021-06-01 18:00:52.486 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_delete_address_scope ... success [0.349s] 2021-06-01 18:00:52.568 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope ... success [0.082s] 2021-06-01 18:00:52.610 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope_project_id ... success [0.040s] 2021-06-01 18:00:52.667 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_create_list_address_scope ... success [0.057s] 2021-06-01 18:00:52.864 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_update_address_scope ... success [0.197s] 2021-06-01 18:00:54.995 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_delete_allocated_net_topology_as_tenant ... success [15.623s] 2021-06-01 18:00:55.022 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON.test_qos_policy_tags ... success [0.943s] 2021-06-01 18:00:56.883 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_flavor ... success [0.229s] 2021-06-01 18:00:57.174 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_service_profile ... success [0.291s] 2021-06-01 18:00:57.192 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_flavors ... success [0.017s] 2021-06-01 18:00:57.220 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_service_profiles ... success [0.028s] 2021-06-01 18:00:57.240 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_flavor ... success [0.019s] 2021-06-01 18:00:57.254 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_service_profile ... success [0.014s] 2021-06-01 18:00:57.899 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_fields ... success [0.810s] 2021-06-01 18:00:58.144 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_rbac_policies ... success [0.246s] 2021-06-01 18:00:58.413 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_policy_target_update ... success [0.269s] 2021-06-01 18:00:58.738 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_rbac_policy_show ... success [0.323s] 2021-06-01 18:00:59.013 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.274s] 2021-06-01 18:00:59.661 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2021-06-01 18:00:59.664 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_metering_negative.MeteringNegativeTestJSON ... skip: b'metering extension not enabled.' 2021-06-01 18:01:00.293 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_shares_to_another_regular_client ... success [1.278s] 2021-06-01 18:01:00.959 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_subnet_pool_presence_prevents_rbac_policy_deletion ... success [0.667s] 2021-06-01 18:01:01.122 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_create_network_custom_mtu ... success [0.809s] 2021-06-01 18:01:01.311 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.624s] 2021-06-01 18:01:01.823 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_update_network_custom_mtu ... success [0.701s] 2021-06-01 18:01:05.865 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_get_allocated_net_topology_as_tenant ... success [10.866s] 2021-06-01 18:01:07.205 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [0.791s] 2021-06-01 18:01:07.696 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [0.705s] 2021-06-01 18:01:08.515 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [0.819s] 2021-06-01 18:01:08.883 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_add_ips_to_port ... success [3.131s] 2021-06-01 18:01:08.960 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.754s] 2021-06-01 18:01:09.708 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [1.192s] 2021-06-01 18:01:11.609 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [1.899s] 2021-06-01 18:01:11.940 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_change_dhcp_flag_then_create_port ... success [3.056s] 2021-06-01 18:01:11.943 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_port_with_propagate_uplink_status ... skip [0.001s]: b'Skipped because network extension: uplink-status-propagation is not enabled' 2021-06-01 18:01:11.944 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_port_without_propagate_uplink_status ... skip [0.001s]: b'Skipped because network extension: uplink-status-propagation is not enabled' 2021-06-01 18:01:14.772 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_description ... success [2.830s] 2021-06-01 18:01:18.327 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_domain ... success [3.553s] 2021-06-01 18:01:18.469 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.094s] 2021-06-01 18:01:18.991 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.521s] 2021-06-01 18:01:19.170 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_conntrack_helper.ConntrackHelperTestJSON ... skip: b'l3-conntrack-helper extension not enabled.' 2021-06-01 18:01:20.821 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_flavor ... success [0.168s] 2021-06-01 18:01:20.941 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_service_profile ... success [0.118s] 2021-06-01 18:01:20.953 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_flavors ... success [0.013s] 2021-06-01 18:01:20.965 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_service_profiles ... success [0.012s] 2021-06-01 18:01:20.985 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_flavor ... success [0.019s] 2021-06-01 18:01:20.999 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_service_profile ... success [0.014s] 2021-06-01 18:01:21.592 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_availability_zones.ListAvailableZonesTest.test_list_available_zones ... success [0.852s] 2021-06-01 18:01:22.184 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_name ... success [3.857s] 2021-06-01 18:01:23.507 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name ... success [1.323s] 2021-06-01 18:01:24.079 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all ... success [0.276s] 2021-06-01 18:01:24.091 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_pagination ... success [0.013s] 2021-06-01 18:01:24.102 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_project_id ... success [0.011s] 2021-06-01 18:01:24.110 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_sorting ... success [0.008s] 2021-06-01 18:01:28.570 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPPoolTestJSON.test_create_floatingip_from_specific_pool ... success [5.468s] 2021-06-01 18:01:30.939 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_port_delete ... success [4.661s] 2021-06-01 18:01:32.663 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_subnet_and_ports ... success [1.724s] 2021-06-01 18:01:32.988 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_before_subnet ... success [0.326s] 2021-06-01 18:01:35.686 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_port_delete ... success [2.697s] 2021-06-01 18:01:38.208 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.521s] 2021-06-01 18:01:38.957 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.912s] 2021-06-01 18:01:39.299 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_get_rules_by_policy ... success [0.343s] 2021-06-01 18:01:39.634 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create ... success [0.334s] 2021-06-01 18:01:39.786 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.151s] 2021-06-01 18:01:39.797 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.012s] 2021-06-01 18:01:39.813 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.016s] 2021-06-01 18:01:40.503 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_delete ... success [0.688s] 2021-06-01 18:01:40.898 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update ... success [0.394s] 2021-06-01 18:01:40.916 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_with_port_with_floatingip ... success [11.987s] 2021-06-01 18:01:41.169 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.271s] 2021-06-01 18:01:41.314 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.145s] 2021-06-01 18:01:45.979 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_blank_update_clears_association ... success [3.156s] 2021-06-01 18:01:46.141 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.090s] 2021-06-01 18:01:46.897 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination ... success [0.754s] 2021-06-01 18:01:47.060 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.163s] 2021-06-01 18:01:47.253 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.191s] 2021-06-01 18:01:47.656 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.401s] 2021-06-01 18:01:48.235 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability_negative.NetworksIpAvailabilityNegativeTest.test_network_availability_nonexistent_network_id ... success [0.184s] 2021-06-01 18:01:48.523 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.866s] 2021-06-01 18:01:48.887 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_marker ... success [0.364s] 2021-06-01 18:01:49.004 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_asc ... success [0.116s] 2021-06-01 18:01:49.096 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_desc ... success [0.093s] 2021-06-01 18:01:52.612 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_create_policy ... success [0.343s] 2021-06-01 18:01:52.806 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.155s] 2021-06-01 18:01:53.309 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_description ... success [7.329s] 2021-06-01 18:01:53.339 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination ... success [0.530s] 2021-06-01 18:01:53.762 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.423s] 2021-06-01 18:01:53.833 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_with_policy ... success [1.220s] 2021-06-01 18:01:54.182 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.419s] 2021-06-01 18:01:54.752 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.570s] 2021-06-01 18:01:55.350 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_without_policy ... success [1.516s] 2021-06-01 18:01:56.011 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_network ... success [0.662s] 2021-06-01 18:01:57.106 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_port ... success [1.093s] 2021-06-01 18:01:57.182 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.426s] 2021-06-01 18:01:57.242 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_policy ... success [0.137s] 2021-06-01 18:01:57.429 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_get_policy_that_is_shared ... success [0.186s] 2021-06-01 18:01:57.441 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_admin_rule_types ... success [0.013s] 2021-06-01 18:01:57.569 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_filter_by_name ... success [0.127s] 2021-06-01 18:01:57.580 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_regular_rule_types ... success [0.010s] 2021-06-01 18:01:58.019 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_admin_network ... success [0.438s] 2021-06-01 18:01:58.209 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_non_shared_policy ... success [0.190s] 2021-06-01 18:01:58.369 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_nonexistent_policy ... success [0.159s] 2021-06-01 18:01:58.719 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_marker ... success [1.538s] 2021-06-01 18:01:58.837 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_asc ... success [0.118s] 2021-06-01 18:01:58.925 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_non_shared_policy ... success [0.556s] 2021-06-01 18:01:58.987 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_desc ... success [0.149s] 2021-06-01 18:01:59.113 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_validation_filters ... success [0.125s] 2021-06-01 18:01:59.176 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_port_details ... success [5.866s] 2021-06-01 18:01:59.400 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_nonexistent_policy ... success [0.475s] 2021-06-01 18:02:00.578 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_shared_policy ... success [1.176s] 2021-06-01 18:02:01.622 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_tenant_network ... success [1.043s] 2021-06-01 18:02:01.633 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_create_forbidden_for_regular_tenants ... success [0.012s] 2021-06-01 18:02:01.771 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update ... success [0.137s] 2021-06-01 18:02:03.021 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_admin_network ... success [1.249s] 2021-06-01 18:02:03.399 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_port_delete ... success [3.947s] 2021-06-01 18:02:04.184 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_floatingip_update_extra_attributes_port_id_not_changed ... success [5.008s] 2021-06-01 18:02:04.219 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_port_shared_policy ... success [1.196s] 2021-06-01 18:02:04.380 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_foreign_policy ... success [0.162s] 2021-06-01 18:02:04.482 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_own_policy ... success [0.101s] 2021-06-01 18:02:04.864 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_qos_policy_delete_with_rules ... success [0.381s] 2021-06-01 18:02:05.486 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_subnet_and_ports ... success [2.086s] 2021-06-01 18:02:05.670 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_shared_policy_update ... success [0.805s] 2021-06-01 18:02:05.735 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_policy_has_project_id ... success [0.064s] 2021-06-01 18:02:05.745 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_admin ... success [0.009s] 2021-06-01 18:02:05.753 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_user ... success [0.009s] 2021-06-01 18:02:05.994 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_before_subnet ... success [0.509s] 2021-06-01 18:02:06.554 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_user_create_port_with_admin_qos_policy ... success [0.799s] 2021-06-01 18:02:06.858 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.208s] 2021-06-01 18:02:07.337 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination ... success [0.477s] 2021-06-01 18:02:07.586 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.250s] 2021-06-01 18:02:07.814 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.228s] 2021-06-01 18:02:08.011 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_port_delete ... success [2.016s] 2021-06-01 18:02:08.213 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.396s] 2021-06-01 18:02:09.454 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_subnet_and_ports_create ... success [1.442s] 2021-06-01 18:02:10.643 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.428s] 2021-06-01 18:02:11.292 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.649s] 2021-06-01 18:02:11.406 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_asc ... success [0.114s] 2021-06-01 18:02:11.491 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_desc ... success [0.083s] 2021-06-01 18:02:16.566 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2021-06-01 18:02:19.122 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.192s] 2021-06-01 18:02:20.022 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_network_with_project ... success [1.166s] 2021-06-01 18:02:20.667 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_delete_network_in_use ... success [1.934s] 2021-06-01 18:02:20.701 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.578s] 2021-06-01 18:02:20.790 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_update_network_mtu ... success [0.123s] 2021-06-01 18:02:21.073 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.372s] 2021-06-01 18:02:21.083 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_update_network_dns_domain ... success [1.060s] 2021-06-01 18:02:21.628 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_router_interface_fip.RouterInterfaceFip ... skip: b'Skipped because network extension: router-interface-fip is not enabled' 2021-06-01 18:02:21.642 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_list_networks_fields_keystone_v3 ... success [0.557s] 2021-06-01 18:02:21.724 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network ... success [0.082s] 2021-06-01 18:02:21.944 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.870s] 2021-06-01 18:02:22.047 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network_fields_keystone_v3 ... success [0.323s] 2021-06-01 18:02:22.294 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.349s] 2021-06-01 18:02:22.618 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.322s] 2021-06-01 18:02:22.797 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.180s] 2021-06-01 18:02:22.993 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.194s] 2021-06-01 18:02:23.123 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.130s] 2021-06-01 18:02:23.288 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.165s] 2021-06-01 18:02:23.301 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.013s] 2021-06-01 18:02:23.312 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.011s] 2021-06-01 18:02:23.331 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.018s] 2021-06-01 18:02:23.349 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.019s] 2021-06-01 18:02:23.551 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.200s] 2021-06-01 18:02:23.810 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.258s] 2021-06-01 18:02:24.081 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.271s] 2021-06-01 18:02:24.369 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.287s] 2021-06-01 18:02:24.618 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.DvrRoutersTest.test_create_distributed_router ... success [1.822s] 2021-06-01 18:02:25.053 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.684s] 2021-06-01 18:02:25.293 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.239s] 2021-06-01 18:02:25.488 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.195s] 2021-06-01 18:02:25.699 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.210s] 2021-06-01 18:02:25.791 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_bulk_creation ... skip [0.001s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2021-06-01 18:02:25.792 36 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-06-01 18:02:25.793 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_creation ... skip [0.001s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2021-06-01 18:02:28.773 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_get_rules_by_policy ... success [0.437s] 2021-06-01 18:02:28.822 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_invalid_rule_create ... success [0.050s] 2021-06-01 18:02:32.719 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.DvrRoutersTestUpdateDistributedExtended.test_convert_centralized_router_to_distributed_extended ... success [5.423s] 2021-06-01 18:02:34.522 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_qos_dscp_create_and_update ... success [5.689s] 2021-06-01 18:02:34.901 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create ... success [0.383s] 2021-06-01 18:02:35.058 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.157s] 2021-06-01 18:02:35.072 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.013s] 2021-06-01 18:02:35.092 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.019s] 2021-06-01 18:02:35.353 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_delete ... success [0.260s] 2021-06-01 18:02:35.816 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_update ... success [0.462s] 2021-06-01 18:02:37.015 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_2_port_forwardings_to_floating_ip ... success [5.334s] 2021-06-01 18:02:37.198 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers.DvrRoutersTestUpdateDistributedExtended.test_convert_distributed_router_to_centralized_extended ... success [4.479s] 2021-06-01 18:02:38.764 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.HaRoutersTest.test_convert_legacy_router ... success [8.253s] 2021-06-01 18:02:41.752 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosMinimumBandwidthRuleTestJSON ... skip: b'minimum_bandwidth rule type is required.' 2021-06-01 18:02:41.852 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.120s] 2021-06-01 18:02:41.982 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.018s] 2021-06-01 18:02:42.004 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_port_forwarding_to_port_with_fip ... success [4.990s] 2021-06-01 18:02:42.487 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination ... success [0.634s] 2021-06-01 18:02:42.780 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.292s] 2021-06-01 18:02:43.104 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.324s] 2021-06-01 18:02:44.022 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_fields ... success [0.622s] 2021-06-01 18:02:44.321 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_rbac_policies ... success [0.296s] 2021-06-01 18:02:44.323 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [1.216s] 2021-06-01 18:02:46.529 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_project_id_wild_remove ... success [2.207s] 2021-06-01 18:02:46.588 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_port_forwarding_to_used_floating_ip ... success [4.584s] 2021-06-01 18:02:47.881 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_href_links ... success [3.556s] 2021-06-01 18:02:48.259 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_projectid_wild_remains ... success [1.731s] 2021-06-01 18:02:49.010 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_marker ... success [1.128s] 2021-06-01 18:02:49.105 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_asc ... success [0.097s] 2021-06-01 18:02:49.201 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_desc ... success [0.096s] 2021-06-01 18:02:49.682 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_filter_fields ... success [0.697s] 2021-06-01 18:02:50.058 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_network_presence_prevents_policy_rbac_policy_deletion ... success [1.795s] 2021-06-01 18:02:50.263 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_filter_rbac_policies ... success [0.580s] 2021-06-01 18:02:50.511 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_port_forwarding_info_in_fip_details ... success [3.921s] 2021-06-01 18:02:50.675 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_policy_target_update ... success [0.412s] 2021-06-01 18:02:51.180 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard ... success [1.122s] 2021-06-01 18:02:51.729 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard_and_project_id ... success [0.548s] 2021-06-01 18:02:52.104 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_target_update ... success [0.376s] 2021-06-01 18:02:52.575 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_port_presence_prevents_policy_rbac_policy_deletion ... success [1.898s] 2021-06-01 18:02:52.941 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_rbac_policy_show ... success [0.366s] 2021-06-01 18:02:53.163 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_rbac_policy_show ... success [1.058s] 2021-06-01 18:02:53.507 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.344s] 2021-06-01 18:02:53.807 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_shares_to_another_regular_client ... success [0.299s] 2021-06-01 18:02:54.772 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [1.830s] 2021-06-01 18:02:55.219 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_regular_client_shares_to_another_regular_client ... success [0.445s] 2021-06-01 18:02:56.750 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_port_forwarding_life_cycle ... success [6.239s] 2021-06-01 18:03:02.042 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.DvrRoutersTestToCentralized.test_convert_distributed_router_back_to_centralized ... success [5.112s] 2021-06-01 18:03:05.055 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_increased ... success [4.817s] 2021-06-01 18:03:05.331 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_values ... success [0.278s] 2021-06-01 18:03:08.248 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_create_sg_when_quota_disabled ... success [6.482s] 2021-06-01 18:03:08.739 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_nonexistent_sec_group ... success [0.935s] 2021-06-01 18:03:09.821 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_sec_group_twice ... success [1.082s] 2021-06-01 18:03:09.835 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_boolean_type_name ... success [0.014s] 2021-06-01 18:03:09.854 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_too_long_name ... success [0.018s] 2021-06-01 18:03:10.656 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_in_use_sec_group ... success [0.801s] 2021-06-01 18:03:10.756 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_default_snat_value ... success [5.976s] 2021-06-01 18:03:11.192 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_max_allowed_sg_amount ... success [2.943s] 2021-06-01 18:03:11.672 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_no_sec_group_changes_after_assignment_failure ... success [1.015s] 2021-06-01 18:03:11.800 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_default_security_group_name ... success [0.127s] 2021-06-01 18:03:11.853 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_boolean_type_name ... success [0.052s] 2021-06-01 18:03:11.896 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_too_long_name ... success [0.043s] 2021-06-01 18:03:14.626 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_decrease_less_than_created ... success [3.435s] 2021-06-01 18:03:17.265 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_description ... success [0.190s] 2021-06-01 18:03:17.281 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_name ... success [0.017s] 2021-06-01 18:03:17.291 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_tenant_id ... success [0.010s] 2021-06-01 18:03:18.886 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_integers ... success [1.001s] 2021-06-01 18:03:19.433 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_names ... success [0.548s] 2021-06-01 18:03:20.050 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_snat_explicit ... success [9.294s] 2021-06-01 18:03:20.996 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_increased ... success [6.360s] 2021-06-01 18:03:21.072 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_update_router_description ... success [1.023s] 2021-06-01 18:03:21.457 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_values ... success [0.466s] 2021-06-01 18:03:23.760 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_nonexistent_sec_group ... success [0.955s] 2021-06-01 18:03:24.453 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_portbinding_bumps_revision ... success [4.290s] 2021-06-01 18:03:24.730 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_sec_group_twice ... success [0.969s] 2021-06-01 18:03:24.741 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_boolean_type_name ... success [0.012s] 2021-06-01 18:03:24.751 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_too_long_name ... success [0.009s] 2021-06-01 18:03:25.886 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_delete_in_use_sec_group ... success [1.135s] 2021-06-01 18:03:26.024 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_create_excess_sg ... success [0.638s] 2021-06-01 18:03:26.134 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_sg_quota_incorrect_values ... success [0.111s] 2021-06-01 18:03:26.913 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_no_sec_group_changes_after_assignment_failure ... success [1.024s] 2021-06-01 18:03:26.999 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_allowed_address_pairs_bumps_revision ... success [2.546s] 2021-06-01 18:03:27.035 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_default_security_group_name ... success [0.122s] 2021-06-01 18:03:27.098 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_boolean_type_name ... success [0.063s] 2021-06-01 18:03:27.151 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_too_long_name ... success [0.053s] 2021-06-01 18:03:29.646 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv6Test.test_add_overlapping_prefix ... success [0.955s] 2021-06-01 18:03:29.902 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv6Test.test_add_remove_prefix ... success [0.256s] 2021-06-01 18:03:30.577 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_dns_domain_bumps_revision ... success [3.577s] 2021-06-01 18:03:32.273 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_external_network_bumps_revision ... success [1.698s] 2021-06-01 18:03:33.859 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_admin_create_shared_subnetpool ... success [0.570s] 2021-06-01 18:03:33.970 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.049s] 2021-06-01 18:03:34.151 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination ... success [0.179s] 2021-06-01 18:03:34.316 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.165s] 2021-06-01 18:03:34.531 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.215s] 2021-06-01 18:03:34.677 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.144s] 2021-06-01 18:03:34.998 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_extra_dhcp_opt_bumps_revision ... success [2.723s] 2021-06-01 18:03:35.711 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.032s] 2021-06-01 18:03:35.919 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_dual_stack_subnets_from_subnetpools ... success [2.061s] 2021-06-01 18:03:36.018 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.308s] 2021-06-01 18:03:36.062 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_asc ... success [0.045s] 2021-06-01 18:03:36.119 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_desc ... success [0.057s] 2021-06-01 18:03:36.123 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_list_subnetpool ... success [0.202s] 2021-06-01 18:03:36.176 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_validation_filters ... success [0.055s] 2021-06-01 18:03:36.493 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_extra_routes_atomic ... success [15.418s] 2021-06-01 18:03:37.300 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_default_prefixlen ... success [1.177s] 2021-06-01 18:03:38.418 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_prefixlen ... success [1.117s] 2021-06-01 18:03:39.465 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sg_with_timestamp ... success [0.429s] 2021-06-01 18:03:39.494 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_quota ... success [1.076s] 2021-06-01 18:03:39.932 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sgrule_with_timestamp ... success [0.466s] 2021-06-01 18:03:40.129 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sg_attribute_with_timestamp ... success [0.196s] 2021-06-01 18:03:40.546 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sgrule_attribute_with_timestamp ... success [0.416s] 2021-06-01 18:03:40.579 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_subnet_cidr ... success [1.083s] 2021-06-01 18:03:40.785 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnetpool_associate_address_scope ... success [0.207s] 2021-06-01 18:03:41.102 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_update_subnetpool_description ... success [0.313s] 2021-06-01 18:03:41.351 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_get_subnetpool ... success [0.251s] 2021-06-01 18:03:41.458 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_show_subnetpool_has_project_id ... success [0.106s] 2021-06-01 18:03:41.558 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_create_non_default_subnetpool ... success [0.100s] 2021-06-01 18:03:41.756 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_update_subnetpool ... success [0.197s] 2021-06-01 18:03:42.045 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_address_scope ... success [0.288s] 2021-06-01 18:03:42.449 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_another_address_scope ... success [0.405s] 2021-06-01 18:03:42.850 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_update_sg_with_timestamp ... success [2.304s] 2021-06-01 18:03:42.901 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_disassociate_address_scope ... success [0.451s] 2021-06-01 18:03:43.096 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_append ... success [0.193s] 2021-06-01 18:03:43.786 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_extend ... success [0.692s] 2021-06-01 18:03:51.401 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_network_attached_with_two_routers ... success [14.907s] 2021-06-01 18:03:52.258 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_floatingip_bumps_revision ... success [17.258s] 2021-06-01 18:03:53.100 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_bumps_revision ... success [0.843s] 2021-06-01 18:03:53.833 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision ... success [0.732s] 2021-06-01 18:03:55.715 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_bumps_revision ... success [1.881s] 2021-06-01 18:03:57.136 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_floatingip_with_timestamp ... success [1.744s] 2021-06-01 18:03:57.211 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_router_with_timestamp ... success [0.075s] 2021-06-01 18:03:58.993 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_floatingip_attribute_with_timestamp ... success [1.779s] 2021-06-01 18:03:59.176 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_router_attribute_with_timestamp ... success [0.183s] 2021-06-01 18:03:59.727 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_security_bumps_revisions ... success [4.011s] 2021-06-01 18:04:00.359 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_floatingip_with_timestamp ... success [1.182s] 2021-06-01 18:04:01.111 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_router_with_timestamp ... success [0.753s] 2021-06-01 18:04:01.954 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_router_interface_status ... success [10.551s] 2021-06-01 18:04:02.174 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_sg_binding_bumps_revision ... success [2.445s] 2021-06-01 18:04:03.078 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision ... success [0.904s] 2021-06-01 18:04:05.502 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision ... success [2.423s] 2021-06-01 18:04:11.359 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_extra_route ... success [9.406s] 2021-06-01 18:04:14.052 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_bumps_revision ... success [8.549s] 2021-06-01 18:04:16.486 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestInheritJSONBase.test_add_subport ... success [5.585s] 2021-06-01 18:04:18.157 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_reset_gateway_without_snat ... success [6.796s] 2021-06-01 18:04:20.754 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_attributes_bumps_revision ... success [6.701s] 2021-06-01 18:04:23.685 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_with_snat_explicit ... success [5.527s] 2021-06-01 18:04:25.613 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_add_subports ... success [5.341s] 2021-06-01 18:04:27.686 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_show_delete_trunk ... success [2.075s] 2021-06-01 18:04:30.134 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_without_snat ... success [6.449s] 2021-06-01 18:04:30.762 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_routes_bumps_revision ... success [10.006s] 2021-06-01 18:04:31.027 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_group_bumps_revision ... success [0.266s] 2021-06-01 18:04:31.166 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_empty_subports_list ... success [3.478s] 2021-06-01 18:04:31.601 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_rule_bumps_sg_revision ... success [0.573s] 2021-06-01 18:04:33.697 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_subports_not_specified ... success [2.531s] 2021-06-01 18:04:35.128 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_network_revision ... success [3.527s] 2021-06-01 18:04:36.037 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk ... success [2.338s] 2021-06-01 18:04:37.206 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_revision ... success [2.077s] 2021-06-01 18:04:38.790 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description ... success [2.754s] 2021-06-01 18:04:41.574 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_service_types_bumps_revisions ... success [4.367s] 2021-06-01 18:04:41.964 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnetpool_bumps_revision ... success [0.391s] 2021-06-01 18:04:43.165 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_delete_trunk_with_subport_is_allowed ... success [4.374s] 2021-06-01 18:04:45.193 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_default_snat_value ... success [6.247s] 2021-06-01 18:04:49.315 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_get_subports ... success [6.148s] 2021-06-01 18:04:52.740 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.HaRoutersNegativeTest.test_router_create_tenant_ha_returns_forbidden ... success [0.015s] 2021-06-01 18:04:54.621 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_snat_explicit ... success [9.425s] 2021-06-01 18:04:55.271 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_list_trunks ... success [5.952s] 2021-06-01 18:04:55.657 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_update_router_description ... success [1.037s] 2021-06-01 18:05:03.633 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_remove_subport ... success [8.362s] 2021-06-01 18:05:06.314 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_wrong_tenant ... success [4.580s] 2021-06-01 18:05:06.882 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id ... success [3.250s] 2021-06-01 18:05:11.128 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_extra_routes_atomic ... success [15.468s] 2021-06-01 18:05:20.343 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativeTest.test_delete_router_in_use ... success [4.538s] 2021-06-01 18:05:26.339 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_network_attached_with_two_routers ... success [15.209s] 2021-06-01 18:05:31.145 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_ints ... success [3.403s] 2021-06-01 18:05:34.517 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_names ... success [3.374s] 2021-06-01 18:05:36.832 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_service_type_management.ServiceTypeManagementTest.test_service_provider_list ... success [0.197s] 2021-06-01 18:05:38.379 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_router_interface_status ... success [12.041s] 2021-06-01 18:05:39.762 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv4Test.test_add_overlapping_prefix ... success [0.586s] 2021-06-01 18:05:40.045 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv4Test.test_add_remove_prefix ... success [0.283s] 2021-06-01 18:05:44.834 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_cannot_share_if_no_access_to_address_scope ... success [1.499s] 2021-06-01 18:05:45.126 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_filter_fields ... success [0.293s] 2021-06-01 18:05:45.604 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_filter_rbac_policies ... success [0.477s] 2021-06-01 18:05:45.917 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_policy_target_update ... success [0.314s] 2021-06-01 18:05:46.274 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_rbac_policy_show ... success [0.355s] 2021-06-01 18:05:46.550 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.276s] 2021-06-01 18:05:46.946 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_regular_client_shares_to_another_regular_client ... success [0.394s] 2021-06-01 18:05:47.511 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_extra_route ... success [9.131s] 2021-06-01 18:05:50.515 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_subnet_presence_prevents_rbac_policy_deletion ... success [3.568s] 2021-06-01 18:05:53.727 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_reset_gateway_without_snat ... success [6.215s] 2021-06-01 18:05:55.213 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_sp_associate_address_scope_multiple_prefix_intersect ... success [0.578s] 2021-06-01 18:05:56.857 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnet_different_pools_same_network ... success [1.642s] 2021-06-01 18:05:56.951 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_of_other_owner ... success [0.095s] 2021-06-01 18:05:57.219 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_prefix_intersect ... success [0.267s] 2021-06-01 18:05:57.235 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_invalid_address_scope ... success [0.015s] 2021-06-01 18:05:57.303 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_non_exist_address_scope ... success [0.068s] 2021-06-01 18:05:57.324 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_delete_non_existent_subnetpool ... success [0.020s] 2021-06-01 18:05:57.341 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_get_non_existent_subnetpool ... success [0.016s] 2021-06-01 18:05:57.353 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_default_subnetpool ... success [0.012s] 2021-06-01 18:05:57.367 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_shared_subnetpool ... success [0.012s] 2021-06-01 18:05:57.368 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_subnetpool_associate_shared_address_scope ... skip [0.000s]: b'Test is outdated starting from Ussuri release.' 2021-06-01 18:05:57.494 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_get_not_shared_admin_subnetpool ... success [0.126s] 2021-06-01 18:05:58.071 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_update_sp_prefix_associated_with_shared_addr_scope ... success [0.577s] 2021-06-01 18:05:58.102 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_non_existent_subnetpool ... success [0.031s] 2021-06-01 18:05:58.257 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_of_other_owner ... success [0.155s] 2021-06-01 18:05:58.412 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_wrong_ip_version ... success [0.154s] 2021-06-01 18:05:58.955 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_multiple_prefix_intersect ... success [0.541s] 2021-06-01 18:05:59.056 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_not_modifiable_shared ... success [0.101s] 2021-06-01 18:05:59.499 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefix_intersect ... success [0.442s] 2021-06-01 18:05:59.626 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefixes_shrink ... success [0.126s] 2021-06-01 18:05:59.738 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_tenant_id ... success [0.112s] 2021-06-01 18:06:00.428 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_with_snat_explicit ... success [6.700s] 2021-06-01 18:06:05.589 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_without_snat ... success [5.161s] 2021-06-01 18:06:10.062 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.123s] 2021-06-01 18:06:10.536 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination ... success [0.472s] 2021-06-01 18:06:10.808 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.271s] 2021-06-01 18:06:11.032 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.224s] 2021-06-01 18:06:11.387 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.353s] 2021-06-01 18:06:12.555 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.165s] 2021-06-01 18:06:13.158 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.604s] 2021-06-01 18:06:13.219 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_asc ... success [0.062s] 2021-06-01 18:06:13.293 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_desc ... success [0.074s] 2021-06-01 18:06:13.364 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_validation_filters ... success [0.070s] 2021-06-01 18:06:21.473 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTestExtended.test_router_update_centralized_returns_exception ... success [5.177s] 2021-06-01 18:06:23.078 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTestExtended.test_router_update_distributed_returns_exception ... success [1.607s] 2021-06-01 18:06:26.044 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_add_subport_with_mtu_equal_to_trunk ... success [6.347s] 2021-06-01 18:06:31.219 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_ints ... success [1.454s] 2021-06-01 18:06:31.785 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_add_subport_with_mtu_greater_than_subport ... success [5.740s] 2021-06-01 18:06:31.905 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_legacy_icmpv6 ... success [0.685s] 2021-06-01 18:06:32.928 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_names ... success [1.022s] 2021-06-01 18:06:36.217 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_bulk_sec_groups ... success [0.876s] 2021-06-01 18:06:36.420 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_create_trunk_with_mtu_equal_to_subport ... success [4.634s] 2021-06-01 18:06:36.599 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.381s] 2021-06-01 18:06:37.367 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_list_security_group_rules_contains_all_rules ... success [0.767s] 2021-06-01 18:06:37.636 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_show_security_group_contains_all_rules ... success [0.269s] 2021-06-01 18:06:41.445 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_admin_create_shared_subnetpool ... success [0.509s] 2021-06-01 18:06:41.585 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_list_subnetpool ... success [0.139s] 2021-06-01 18:06:42.647 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_default_prefixlen ... success [1.062s] 2021-06-01 18:06:42.752 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_create_trunk_with_mtu_greater_than_subport ... success [6.333s] 2021-06-01 18:06:43.592 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen ... success [0.943s] 2021-06-01 18:06:44.619 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_quota ... success [1.027s] 2021-06-01 18:06:46.189 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr ... success [1.569s] 2021-06-01 18:06:46.453 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnetpool_associate_address_scope ... success [0.264s] 2021-06-01 18:06:46.683 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_update_subnetpool_description ... success [0.227s] 2021-06-01 18:06:46.808 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_get_subnetpool ... success [0.126s] 2021-06-01 18:06:46.918 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_show_subnetpool_has_project_id ... success [0.110s] 2021-06-01 18:06:46.994 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_create_non_default_subnetpool ... success [0.074s] 2021-06-01 18:06:47.173 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_update_subnetpool ... success [0.179s] 2021-06-01 18:06:48.090 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_address_scope ... success [0.916s] 2021-06-01 18:06:48.507 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_another_address_scope ... success [0.416s] 2021-06-01 18:06:48.759 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_disassociate_address_scope ... success [0.251s] 2021-06-01 18:06:48.905 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_append ... success [0.147s] 2021-06-01 18:06:49.050 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_extend ... success [0.144s] 2021-06-01 18:06:50.675 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.023s] 2021-06-01 18:06:50.846 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination ... success [0.169s] 2021-06-01 18:06:50.923 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.076s] 2021-06-01 18:06:51.005 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.081s] 2021-06-01 18:06:51.130 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.124s] 2021-06-01 18:06:51.551 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.418s] 2021-06-01 18:06:51.778 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.226s] 2021-06-01 18:06:51.810 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc ... success [0.033s] 2021-06-01 18:06:51.838 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc ... success [0.028s] 2021-06-01 18:06:59.900 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_network_with_timestamp ... success [1.483s] 2021-06-01 18:07:00.818 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_port_with_timestamp ... success [0.918s] 2021-06-01 18:07:01.778 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnet_with_timestamp ... success [0.960s] 2021-06-01 18:07:02.012 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnetpool_with_timestamp ... success [0.233s] 2021-06-01 18:07:02.613 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_segment_with_timestamp ... success [0.600s] 2021-06-01 18:07:02.944 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_networks_attribute_with_timestamp ... success [0.331s] 2021-06-01 18:07:03.858 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_port_attribute_with_timestamp ... success [0.912s] 2021-06-01 18:07:04.744 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestMtusJSON.test_add_subport_with_mtu_greater_than_trunk ... success [6.864s] 2021-06-01 18:07:04.959 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnet_attribute_with_timestamp ... success [1.101s] 2021-06-01 18:07:05.107 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnetpool_attribute_with_timestamp ... success [0.147s] 2021-06-01 18:07:05.737 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_network_with_timestamp ... success [0.630s] 2021-06-01 18:07:06.696 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_port_with_timestamp ... success [0.958s] 2021-06-01 18:07:08.417 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnet_with_timestamp ... success [1.720s] 2021-06-01 18:07:08.567 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnetpool_with_timestamp ... success [0.150s] 2021-06-01 18:07:09.654 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestMtusJSON.test_create_trunk_with_mtu_smaller_than_subport ... success [4.909s] 2021-06-01 18:07:21.655 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_empty_trunk_details ... success [1.739s] 2021-06-01 18:07:23.987 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_no_subports ... success [2.333s] 2021-06-01 18:07:27.480 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_with_subport ... success [3.490s] 2021-06-01 18:07:36.665 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_duplicate_segmentation_details ... success [6.487s] 2021-06-01 18:07:39.051 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_passing_dict ... success [2.387s] 2021-06-01 18:07:41.708 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_disabled_trunk ... success [2.658s] 2021-06-01 18:07:43.978 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_uses_parent_port_id ... success [2.269s] 2021-06-01 18:07:49.167 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_invalid_inherit_network_segmentation_type ... success [5.186s] 2021-06-01 18:07:52.788 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_missing_segmentation_id ... success [3.621s] 2021-06-01 18:07:55.370 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_port_id ... success [2.582s] 2021-06-01 18:07:56.788 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_trunk ... success [1.418s] 2021-06-01 18:08:01.725 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_duplicate_subport_segmentation_ids ... success [4.933s] 2021-06-01 18:08:01.793 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_port_id ... success [0.070s] 2021-06-01 18:08:03.889 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_subport_port_id ... success [2.093s] 2021-06-01 18:08:05.542 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_port_id ... success [1.653s] 2021-06-01 18:08:07.448 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_id ... success [1.906s] 2021-06-01 18:08:09.332 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_type ... success [1.882s] 2021-06-01 18:08:12.936 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_subport ... success [3.602s] 2021-06-01 18:08:15.767 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_trunk ... success [2.831s] 2021-06-01 18:08:17.627 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_trunk_disabled_trunk ... success [1.858s] 2021-06-01 18:08:22.183 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_not_found ... success [4.554s] 2021-06-01 18:08:26.302 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_passing_dict ... success [4.119s] 2021-06-01 18:08:28.121 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_port_id_disabled_trunk ... success [1.818s] 2021-06-01 18:08:30.354 36 INFO rally.task.context [-] Verification d77accf6-7e59-4a96-8ca3-edd1405bfc2a | Context testr@default cleanup() started 2021-06-01 18:08:30.355 36 INFO rally.task.context [-] Verification d77accf6-7e59-4a96-8ca3-edd1405bfc2a | Context testr@default cleanup() finished in 0.80 msec 2021-06-01 18:08:30.356 36 INFO rally.task.context [-] Verification d77accf6-7e59-4a96-8ca3-edd1405bfc2a | Context tempest@default cleanup() started 2021-06-01 18:08:30.596 36 INFO rally.task.context [-] Verification d77accf6-7e59-4a96-8ca3-edd1405bfc2a | Context tempest@default cleanup() finished in 0.24 sec 2021-06-01 18:08:30.649 36 INFO rally.api [-] Verification (UUID=b32fa223-71c5-493e-8817-54d919720a12) has been successfully finished for deployment 'opnfv-rally' (UUID=f1a81bcf-7072-4567-aec8-ec008fe8cd37)! 2021-06-01 18:08:32.422 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:08:32.422 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:08:32.423 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:08:34.547 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:08:34.547 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:08:34.547 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:08:36.999 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'b32fa223-71c5-493e-8817-54d919720a12' 2021-06-01 18:08:37.028 53 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:08:38.809 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:08:38.810 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:08:38.810 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:08:41.166 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b32fa223-71c5-493e-8817-54d919720a12' 2021-06-01 18:08:41.194 55 INFO rally.api [-] The report has been successfully built.