2020-12-09 12:46:29.952 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:29.952 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:29.952 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 12:46:32.113 7 ERROR rally.cli.cliutils 2020-12-09 12:46:33.619 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:33.619 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:33.619 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:37.694 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:37.695 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:37.695 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:42.281 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:42.281 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:42.281 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:43.675 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:43.675 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:43.675 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 12:46:45.723 17 ERROR rally.cli.cliutils 2020-12-09 12:46:47.217 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:47.218 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:47.218 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:49.228 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 12:46:49.292 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8ffd4258-d8c1-4d84-963c-263c9afe7262/repo. 2020-12-09 12:46:49.544 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8ffd4258-d8c1-4d84-963c-263c9afe7262/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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 ' 2020-12-09 12:46:49.559 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 12:46:49.568 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 12:46:49.593 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 12:46:49.641 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 12:46:50.337 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8ffd4258-d8c1-4d84-963c-263c9afe7262) has been successfully created! 2020-12-09 12:46:51.890 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:51.890 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:51.890 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:56.154 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:46:56.155 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:46:56.155 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:46:58.292 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8ffd4258-d8c1-4d84-963c-263c9afe7262) for deployment 'opnfv-rally' (UUID=cc59d696-828a-4437-b3c5-857082ccd5ed). 2020-12-09 12:46:58.770 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8ffd4258-d8c1-4d84-963c-263c9afe7262) has been successfully configured for deployment 'opnfv-rally' (UUID=cc59d696-828a-4437-b3c5-857082ccd5ed)! 2020-12-09 12:47:14.399 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:47:14.399 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:47:14.399 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:47:16.963 35 INFO rally.api [-] Starting verification (UUID=6af31130-313e-4893-aa75-8bb0cda9979c) for deployment 'opnfv-rally' (UUID=cc59d696-828a-4437-b3c5-857082ccd5ed) by verifier 'opnfv-tempest' (UUID=8ffd4258-d8c1-4d84-963c-263c9afe7262). 2020-12-09 12:47:17.765 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 12:47:17.765 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8ffd4258-d8c1-4d84-963c-263c9afe7262/for-deployment-cc59d696-828a-4437-b3c5-857082ccd5ed/tempest.log' to option 'log_file'. 2020-12-09 12:47:17.766 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8ffd4258-d8c1-4d84-963c-263c9afe7262/for-deployment-cc59d696-828a-4437-b3c5-857082ccd5ed/tempest.log 2020-12-09 12:47:17.766 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 12:47:17.766 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8ffd4258-d8c1-4d84-963c-263c9afe7262/for-deployment-cc59d696-828a-4437-b3c5-857082ccd5ed/lock_files' to option 'lock_path'. 2020-12-09 12:47:17.767 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8ffd4258-d8c1-4d84-963c-263c9afe7262/for-deployment-cc59d696-828a-4437-b3c5-857082ccd5ed/lock_files 2020-12-09 12:47:17.767 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 12:47:17.767 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-12-09 12:47:17.768 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ee542b57-ce01-49ea-b3bc-71fd35d92000 2020-12-09 12:47:17.768 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = cba11fb4-f0d9-4910-a30f-41f4a1b1eb47 2020-12-09 12:47:17.769 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 547d2b60-d14d-4b00-a86e-f02beb0feeda 2020-12-09 12:47:17.769 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f1da3ec1-312f-429d-a9fb-c14792980e2f 2020-12-09 12:47:18.114 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 12:47:18.114 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_neutron_cntt-net_47644881-43db-4cd8-b2d3-fc0e9c23205a 2020-12-09 12:47:18.115 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 12:47:18.205 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 12:47:18.246 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_04073c37_TGHO9jYh'. Using flavor 'rally_verify_04073c37_TGHO9jYh' (ID = ec1b624f-b228-4e40-85b3-80d49db25136) for the tests. 2020-12-09 12:47:18.246 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ec1b624f-b228-4e40-85b3-80d49db25136' to option 'instance_type'. 2020-12-09 12:47:18.247 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ec1b624f-b228-4e40-85b3-80d49db25136 2020-12-09 12:47:18.248 35 INFO rally.task.context [-] Verification 8ffd4258-d8c1-4d84-963c-263c9afe7262 | Context tempest@default setup() finished in 1.05 sec 2020-12-09 12:47:18.249 35 INFO rally.task.context [-] Verification 8ffd4258-d8c1-4d84-963c-263c9afe7262 | Context testr@default setup() finished in 0.56 msec 2020-12-09 12:47:18.249 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/42d996e7-451e-4cb0-bba0-86221d97a31d'. 2020-12-09 12:47:24.965 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.022s] 2020-12-09 12:47:24.983 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.019s] 2020-12-09 12:47:25.173 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.188s] 2020-12-09 12:47:25.195 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.023s] 2020-12-09 12:47:25.343 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.145s] 2020-12-09 12:47:25.392 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.050s] 2020-12-09 12:47:27.727 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_extension_driver_port_security_admin.PortSecurityAdminTests.test_create_port_security_false_on_shared_network ... success [2.911s] 2020-12-09 12:47:31.319 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_update_mac_address ... success [4.513s] 2020-12-09 12:47:31.425 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_security_groups.SecGroupAdminTest.test_security_group_recreated_on_port_update ... success [6.843s] 2020-12-09 12:47:40.151 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_create_with_address_pair_blocked_on_other_network ... success [0.456s] 2020-12-09 12:47:40.734 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags ... success [0.700s] 2020-12-09 12:47:41.124 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_update_with_address_pair_blocked_on_other_network ... success [0.973s] 2020-12-09 12:47:42.807 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_associate_floating_ip_with_port_from_another_project ... success [3.797s] 2020-12-09 12:47:42.824 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net ... success [10.479s] 2020-12-09 12:47:45.292 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_one_policy_delete ... success [2.471s] 2020-12-09 12:47:45.865 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address ... success [3.059s] 2020-12-09 12:47:47.177 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_create ... success [1.883s] 2020-12-09 12:47:47.507 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags ... success [1.519s] 2020-12-09 12:47:49.238 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_delete ... success [2.060s] 2020-12-09 12:47:49.875 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags ... success [1.744s] 2020-12-09 12:47:50.832 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_network_on_shared_policy_delete ... success [1.594s] 2020-12-09 12:47:52.149 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON.test_qos_policy_tags ... success [0.853s] 2020-12-09 12:47:55.746 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags ... success [0.785s] 2020-12-09 12:47:56.236 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_update_policy_from_wildcard_to_specific_tenant ... success [5.404s] 2020-12-09 12:47:56.594 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags ... success [1.160s] 2020-12-09 12:48:02.026 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [1.087s] 2020-12-09 12:48:02.398 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_allocate_floatingip ... success [6.160s] 2020-12-09 12:48:03.426 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [1.400s] 2020-12-09 12:48:04.331 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_detail_quotas ... success [2.741s] 2020-12-09 12:48:04.828 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags ... success [1.872s] 2020-12-09 12:48:05.313 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [1.886s] 2020-12-09 12:48:05.409 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_quotas ... success [1.076s] 2020-12-09 12:48:07.267 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [1.953s] 2020-12-09 12:48:10.083 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_attach_ext_gw ... success [7.684s] 2020-12-09 12:48:10.618 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_blocked_from_creating_external_wild_policies ... success [0.535s] 2020-12-09 12:48:11.002 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_floatingip_when_quotas_is_full ... success [1.838s] 2020-12-09 12:48:11.964 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource ... success [2.079s] 2020-12-09 12:48:12.257 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_network_when_quotas_is_full ... success [1.255s] 2020-12-09 12:48:14.663 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_shares_with_another ... success [4.043s] 2020-12-09 12:48:15.197 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_availability_zones.ListAvailableZonesTest.test_list_available_zones ... success [0.203s] 2020-12-09 12:48:17.066 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_port_when_quotas_is_full ... success [4.807s] 2020-12-09 12:48:18.175 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_created_from_external_network_api ... success [3.512s] 2020-12-09 12:48:18.689 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_router_when_quotas_is_full ... success [1.622s] 2020-12-09 12:48:19.295 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_rule_when_quotas_is_full ... success [0.606s] 2020-12-09 12:48:19.540 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.461s] 2020-12-09 12:48:19.881 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_delete_blocked_on_default_ext ... success [1.706s] 2020-12-09 12:48:20.064 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_when_quotas_is_full ... success [0.768s] 2020-12-09 12:48:20.737 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.068s] 2020-12-09 12:48:21.313 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.576s] 2020-12-09 12:48:22.407 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_subnet_when_quotas_is_full ... success [2.342s] 2020-12-09 12:48:26.126 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_allowed_address_pairs ... success [4.121s] 2020-12-09 12:48:27.188 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project ... success [1.110s] 2020-12-09 12:48:27.201 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_other_tenant ... success [0.013s] 2020-12-09 12:48:27.570 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_tenant ... success [0.368s] 2020-12-09 12:48:30.866 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_create_port_sec_with_security_group ... success [4.739s] 2020-12-09 12:48:33.234 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_port_delete ... success [4.393s] 2020-12-09 12:48:33.356 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_delete_with_port_sec ... success [2.489s] 2020-12-09 12:48:35.638 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags ... success [1.193s] 2020-12-09 12:48:36.520 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none ... success [6.260s] 2020-12-09 12:48:36.609 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_subnet_and_ports ... success [3.378s] 2020-12-09 12:48:37.040 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_default_value ... success [3.684s] 2020-12-09 12:48:38.655 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_before_subnet ... success [2.045s] 2020-12-09 12:48:39.472 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_too_long_id ... success [2.951s] 2020-12-09 12:48:40.711 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_1 ... success [3.671s] 2020-12-09 12:48:41.860 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_port_delete ... success [3.205s] 2020-12-09 12:48:42.998 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_2 ... success [2.286s] 2020-12-09 12:48:43.996 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.135s] 2020-12-09 12:48:44.807 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_delete_self_share_rule ... success [5.334s] 2020-12-09 12:48:47.367 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_pass ... success [4.367s] 2020-12-09 12:48:49.088 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error ... success [4.280s] 2020-12-09 12:48:49.976 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_fields ... success [0.887s] 2020-12-09 12:48:51.630 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_policies ... success [1.654s] 2020-12-09 12:48:52.103 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_port_failed ... success [4.735s] 2020-12-09 12:48:52.771 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags ... success [0.971s] 2020-12-09 12:48:55.865 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability_negative.NetworksIpAvailabilityNegativeTest.test_network_availability_nonexistent_network_id ... success [0.154s] 2020-12-09 12:48:57.546 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filtering_works_with_rbac_records_present ... success [5.911s] 2020-12-09 12:49:01.111 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target ... success [3.566s] 2020-12-09 12:49:01.427 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_network_with_project ... success [1.830s] 2020-12-09 12:49:01.982 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_list_networks_fields_keystone_v3 ... success [0.553s] 2020-12-09 12:49:02.061 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network ... success [0.080s] 2020-12-09 12:49:02.472 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network_fields_keystone_v3 ... success [0.406s] 2020-12-09 12:49:05.802 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags ... success [0.656s] 2020-12-09 12:49:06.455 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_show ... success [5.344s] 2020-12-09 12:49:11.907 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_target_update ... success [5.451s] 2020-12-09 12:49:11.924 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.101s] 2020-12-09 12:49:13.190 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination ... success [1.263s] 2020-12-09 12:49:13.441 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.252s] 2020-12-09 12:49:13.764 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.322s] 2020-12-09 12:49:14.261 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.495s] 2020-12-09 12:49:15.652 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.389s] 2020-12-09 12:49:16.544 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.890s] 2020-12-09 12:49:16.619 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_asc ... success [0.076s] 2020-12-09 12:49:16.700 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_desc ... success [0.081s] 2020-12-09 12:49:19.276 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_port_presence_prevents_network_rbac_policy_deletion ... success [7.367s] 2020-12-09 12:49:20.337 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON.test_filter_trunk_tags ... success [0.954s] 2020-12-09 12:49:23.382 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_bumps_network_revision ... success [4.104s] 2020-12-09 12:49:25.919 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.767s] 2020-12-09 12:49:27.777 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.857s] 2020-12-09 12:49:28.069 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.292s] 2020-12-09 12:49:28.431 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.361s] 2020-12-09 12:49:28.786 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.354s] 2020-12-09 12:49:29.148 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.361s] 2020-12-09 12:49:29.408 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.259s] 2020-12-09 12:49:29.599 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.191s] 2020-12-09 12:49:29.803 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.203s] 2020-12-09 12:49:29.980 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.177s] 2020-12-09 12:49:29.992 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.011s] 2020-12-09 12:49:30.003 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.010s] 2020-12-09 12:49:30.026 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.023s] 2020-12-09 12:49:30.063 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.037s] 2020-12-09 12:49:30.325 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.260s] 2020-12-09 12:49:30.741 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.414s] 2020-12-09 12:49:30.757 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_policy_quota ... success [7.374s] 2020-12-09 12:49:31.015 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.274s] 2020-12-09 12:49:31.265 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.249s] 2020-12-09 12:49:31.412 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.147s] 2020-12-09 12:49:32.132 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.719s] 2020-12-09 12:49:32.342 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.209s] 2020-12-09 12:49:32.504 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.162s] 2020-12-09 12:49:33.164 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_with_port_with_floatingip ... success [15.685s] 2020-12-09 12:49:35.355 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_anothers_network ... success [4.599s] 2020-12-09 12:49:35.689 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags ... success [2.558s] 2020-12-09 12:49:36.789 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_with_wildcard ... success [1.433s] 2020-12-09 12:49:37.472 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_shares_to_another_regular_client ... success [0.682s] 2020-12-09 12:49:39.977 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_get_rules_by_policy ... success [0.611s] 2020-12-09 12:49:40.034 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_invalid_rule_create ... success [0.058s] 2020-12-09 12:49:41.061 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_create_shared_address_scope ... success [0.252s] 2020-12-09 12:49:41.198 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_update_shared_address_scope ... success [0.138s] 2020-12-09 12:49:41.521 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_delete_address_scope ... success [0.321s] 2020-12-09 12:49:41.611 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope ... success [0.090s] 2020-12-09 12:49:41.763 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_subnet_on_network_only_visible_to_policy_target ... success [4.290s] 2020-12-09 12:49:41.783 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope_project_id ... success [0.171s] 2020-12-09 12:49:41.966 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_create_list_address_scope ... success [0.183s] 2020-12-09 12:49:42.104 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_update_address_scope ... success [0.138s] 2020-12-09 12:49:44.434 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_can_delete_port_on_own_network ... success [2.671s] 2020-12-09 12:49:44.650 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_qos_dscp_create_and_update ... success [4.604s] 2020-12-09 12:49:45.440 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create ... success [0.796s] 2020-12-09 12:49:45.570 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.130s] 2020-12-09 12:49:45.583 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.012s] 2020-12-09 12:49:45.617 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.033s] 2020-12-09 12:49:45.766 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_address_scope_associated_with_subnetpool ... success [0.631s] 2020-12-09 12:49:45.810 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_non_existent_address_scope ... success [0.044s] 2020-12-09 12:49:45.839 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_get_non_existent_address_scope ... success [0.029s] 2020-12-09 12:49:45.852 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_create_shared_address_scope ... success [0.012s] 2020-12-09 12:49:45.903 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_cant_delete_other_tenants_ports ... success [1.469s] 2020-12-09 12:49:45.949 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_delete ... success [0.331s] 2020-12-09 12:49:46.134 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_get_not_shared_admin_address_scope ... success [0.281s] 2020-12-09 12:49:46.200 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_false ... success [0.066s] 2020-12-09 12:49:46.229 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_update ... success [0.280s] 2020-12-09 12:49:46.363 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_true ... success [0.162s] 2020-12-09 12:49:46.384 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_non_existent_address_scope ... success [0.020s] 2020-12-09 12:49:46.646 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_shared_address_scope_to_unshare ... success [0.261s] 2020-12-09 12:49:48.353 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_update_self_share_rule ... success [2.448s] 2020-12-09 12:49:51.505 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_create_policy ... success [0.678s] 2020-12-09 12:49:52.098 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_with_policy ... success [0.594s] 2020-12-09 12:49:53.000 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_without_policy ... success [0.899s] 2020-12-09 12:49:53.024 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [1.110s] 2020-12-09 12:49:53.446 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_network ... success [0.448s] 2020-12-09 12:49:55.084 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.059s] 2020-12-09 12:49:55.355 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_create_network_custom_mtu ... success [1.617s] 2020-12-09 12:49:55.625 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_port ... success [2.177s] 2020-12-09 12:49:55.798 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_policy ... success [0.173s] 2020-12-09 12:49:55.876 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_get_policy_that_is_shared ... success [0.077s] 2020-12-09 12:49:55.884 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_admin_rule_types ... success [0.008s] 2020-12-09 12:49:56.004 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_filter_by_name ... success [0.118s] 2020-12-09 12:49:56.013 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_regular_rule_types ... success [0.009s] 2020-12-09 12:49:56.287 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_update_network_custom_mtu ... success [0.932s] 2020-12-09 12:49:56.344 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_admin_network ... success [0.329s] 2020-12-09 12:49:56.461 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [1.377s] 2020-12-09 12:49:56.560 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_non_shared_policy ... success [0.216s] 2020-12-09 12:49:56.653 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_nonexistent_policy ... success [0.092s] 2020-12-09 12:49:57.183 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_non_shared_policy ... success [0.530s] 2020-12-09 12:49:57.688 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_nonexistent_policy ... success [0.505s] 2020-12-09 12:49:58.770 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_shared_policy ... success [1.079s] 2020-12-09 12:49:58.806 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [2.344s] 2020-12-09 12:49:59.798 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_tenant_network ... success [1.028s] 2020-12-09 12:49:59.813 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_create_forbidden_for_regular_tenants ... success [0.015s] 2020-12-09 12:50:00.162 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update ... success [0.348s] 2020-12-09 12:50:01.279 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_admin_network ... success [1.116s] 2020-12-09 12:50:01.459 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_bulk_shared_network ... success [1.574s] 2020-12-09 12:50:02.509 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.185s] 2020-12-09 12:50:02.854 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_port_shared_network_as_non_admin_tenant ... success [1.393s] 2020-12-09 12:50:03.081 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_port_shared_policy ... success [1.800s] 2020-12-09 12:50:03.125 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_foreign_policy ... success [0.045s] 2020-12-09 12:50:03.192 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_own_policy ... success [0.066s] 2020-12-09 12:50:03.394 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_qos_policy_delete_with_rules ... success [0.201s] 2020-12-09 12:50:03.519 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_update_shared_network ... success [0.665s] 2020-12-09 12:50:03.779 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_shared_policy_update ... success [0.384s] 2020-12-09 12:50:03.816 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination ... success [1.303s] 2020-12-09 12:50:03.839 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_policy_has_project_id ... success [0.061s] 2020-12-09 12:50:03.848 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_admin ... success [0.008s] 2020-12-09 12:50:03.857 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_user ... success [0.008s] 2020-12-09 12:50:04.083 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.267s] 2020-12-09 12:50:04.337 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.254s] 2020-12-09 12:50:04.757 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_user_create_port_with_admin_qos_policy ... success [0.900s] 2020-12-09 12:50:04.859 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks ... success [1.337s] 2020-12-09 12:50:04.887 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.549s] 2020-12-09 12:50:07.545 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets ... success [2.684s] 2020-12-09 12:50:07.866 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_list_shared_networks ... success [0.320s] 2020-12-09 12:50:07.900 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all ... success [0.217s] 2020-12-09 12:50:07.914 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_pagination ... success [0.015s] 2020-12-09 12:50:07.927 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_project_id ... success [0.012s] 2020-12-09 12:50:07.941 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_sorting ... success [0.013s] 2020-12-09 12:50:08.165 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_show_shared_networks_attribute ... success [0.300s] 2020-12-09 12:50:08.285 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_href_links ... success [3.394s] 2020-12-09 12:50:09.926 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_marker ... success [1.641s] 2020-12-09 12:50:10.025 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_asc ... success [0.100s] 2020-12-09 12:50:10.246 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_desc ... success [0.221s] 2020-12-09 12:50:12.844 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [0.998s] 2020-12-09 12:50:14.212 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.367s] 2020-12-09 12:50:18.832 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_delete_network_in_use ... success [1.088s] 2020-12-09 12:50:18.918 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_update_network_mtu ... success [0.087s] 2020-12-09 12:50:21.851 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_flavor ... success [0.211s] 2020-12-09 12:50:22.013 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_service_profile ... success [0.161s] 2020-12-09 12:50:22.027 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_flavors ... success [0.014s] 2020-12-09 12:50:22.039 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_service_profiles ... success [0.012s] 2020-12-09 12:50:22.064 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_flavor ... success [0.025s] 2020-12-09 12:50:22.079 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_service_profile ... success [0.014s] 2020-12-09 12:50:26.297 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_fields ... success [1.333s] 2020-12-09 12:50:26.332 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.112s] 2020-12-09 12:50:26.683 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_rbac_policies ... success [0.385s] 2020-12-09 12:50:26.877 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination ... success [0.543s] 2020-12-09 12:50:27.209 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.332s] 2020-12-09 12:50:27.580 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.372s] 2020-12-09 12:50:28.156 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_project_id_wild_remove ... success [1.471s] 2020-12-09 12:50:28.823 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags ... success [1.073s] 2020-12-09 12:50:28.857 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_port_delete ... success [3.610s] 2020-12-09 12:50:28.919 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [1.338s] 2020-12-09 12:50:29.973 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_projectid_wild_remains ... success [1.817s] 2020-12-09 12:50:31.248 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_subnet_and_ports ... success [2.391s] 2020-12-09 12:50:31.514 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_before_subnet ... success [0.266s] 2020-12-09 12:50:31.582 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.660s] 2020-12-09 12:50:32.773 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_network_presence_prevents_policy_rbac_policy_deletion ... success [2.798s] 2020-12-09 12:50:33.446 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_marker ... success [1.864s] 2020-12-09 12:50:33.538 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_asc ... success [0.092s] 2020-12-09 12:50:33.630 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_desc ... success [0.091s] 2020-12-09 12:50:34.166 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard ... success [1.390s] 2020-12-09 12:50:34.318 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_port_delete ... success [2.803s] 2020-12-09 12:50:34.876 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard_and_project_id ... success [0.709s] 2020-12-09 12:50:35.164 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_target_update ... success [0.287s] 2020-12-09 12:50:35.490 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_rbac_policy_show ... success [0.325s] 2020-12-09 12:50:35.769 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.279s] 2020-12-09 12:50:36.055 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_shares_to_another_regular_client ... success [0.284s] 2020-12-09 12:50:36.770 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.451s] 2020-12-09 12:50:39.133 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags ... success [1.046s] 2020-12-09 12:50:45.793 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_default_snat_value ... success [6.562s] 2020-12-09 12:50:53.097 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_wrong_tenant ... success [5.845s] 2020-12-09 12:50:53.569 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_add_ips_to_port ... success [4.761s] 2020-12-09 12:50:55.637 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_snat_explicit ... success [9.843s] 2020-12-09 12:50:56.707 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_update_router_description ... success [1.072s] 2020-12-09 12:50:58.286 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_change_dhcp_flag_then_create_port ... success [4.717s] 2020-12-09 12:50:58.364 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags ... success [1.278s] 2020-12-09 12:51:00.231 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_description ... success [1.944s] 2020-12-09 12:51:01.830 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_bulk_sec_groups ... success [1.177s] 2020-12-09 12:51:02.163 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.333s] 2020-12-09 12:51:03.111 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_list_security_group_rules_contains_all_rules ... success [0.945s] 2020-12-09 12:51:03.438 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_show_security_group_contains_all_rules ... success [0.328s] 2020-12-09 12:51:08.444 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_nonexistent_sec_group ... success [1.568s] 2020-12-09 12:51:09.790 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_sec_group_twice ... success [1.344s] 2020-12-09 12:51:09.803 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_boolean_type_name ... success [0.014s] 2020-12-09 12:51:09.834 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_too_long_name ... success [0.030s] 2020-12-09 12:51:11.311 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_delete_in_use_sec_group ... success [1.476s] 2020-12-09 12:51:11.867 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [3.273s] 2020-12-09 12:51:12.159 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_get_rules_by_policy ... success [0.292s] 2020-12-09 12:51:12.286 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_network_attached_with_two_routers ... success [15.574s] 2020-12-09 12:51:12.381 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create ... success [0.221s] 2020-12-09 12:51:12.522 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.142s] 2020-12-09 12:51:12.534 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.011s] 2020-12-09 12:51:12.549 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.015s] 2020-12-09 12:51:12.799 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_delete ... success [0.248s] 2020-12-09 12:51:13.054 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_no_sec_group_changes_after_assignment_failure ... success [1.742s] 2020-12-09 12:51:13.074 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update ... success [0.274s] 2020-12-09 12:51:13.176 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_default_security_group_name ... success [0.121s] 2020-12-09 12:51:13.243 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_boolean_type_name ... success [0.068s] 2020-12-09 12:51:13.269 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.195s] 2020-12-09 12:51:13.309 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_too_long_name ... success [0.065s] 2020-12-09 12:51:13.451 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags ... success [0.249s] 2020-12-09 12:51:13.452 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.180s] 2020-12-09 12:51:19.030 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags ... success [1.381s] 2020-12-09 12:51:19.186 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.252s] 2020-12-09 12:51:19.706 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination ... success [0.517s] 2020-12-09 12:51:19.851 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.145s] 2020-12-09 12:51:19.992 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.141s] 2020-12-09 12:51:20.398 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.403s] 2020-12-09 12:51:21.454 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.054s] 2020-12-09 12:51:21.693 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_sp_associate_address_scope_multiple_prefix_intersect ... success [0.608s] 2020-12-09 12:51:22.001 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_marker ... success [0.548s] 2020-12-09 12:51:22.135 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_asc ... success [0.134s] 2020-12-09 12:51:22.241 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_desc ... success [0.105s] 2020-12-09 12:51:23.919 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON.test_trunk_tags ... success [0.547s] 2020-12-09 12:51:24.195 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnet_different_pools_same_network ... success [2.501s] 2020-12-09 12:51:24.287 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_of_other_owner ... success [0.092s] 2020-12-09 12:51:24.603 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_prefix_intersect ... success [0.315s] 2020-12-09 12:51:24.615 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_invalid_address_scope ... success [0.012s] 2020-12-09 12:51:24.721 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_non_exist_address_scope ... success [0.106s] 2020-12-09 12:51:24.757 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_delete_non_existent_subnetpool ... success [0.034s] 2020-12-09 12:51:24.777 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_get_non_existent_subnetpool ... success [0.020s] 2020-12-09 12:51:24.790 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_default_subnetpool ... success [0.013s] 2020-12-09 12:51:24.803 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_shared_subnetpool ... success [0.012s] 2020-12-09 12:51:24.909 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_get_not_shared_admin_subnetpool ... success [0.105s] 2020-12-09 12:51:25.253 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_router_interface_status ... success [12.966s] 2020-12-09 12:51:25.564 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_update_sp_prefix_associated_with_shared_addr_scope ... success [0.652s] 2020-12-09 12:51:25.587 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_non_existent_subnetpool ... success [0.025s] 2020-12-09 12:51:25.735 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_of_other_owner ... success [0.147s] 2020-12-09 12:51:26.764 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_wrong_ip_version ... success [1.028s] 2020-12-09 12:51:27.181 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_multiple_prefix_intersect ... success [0.416s] 2020-12-09 12:51:27.262 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_not_modifiable_shared ... success [0.081s] 2020-12-09 12:51:27.761 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefix_intersect ... success [0.497s] 2020-12-09 12:51:28.068 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefixes_shrink ... success [0.307s] 2020-12-09 12:51:28.372 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_tenant_id ... success [0.303s] 2020-12-09 12:51:29.705 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_fields ... success [0.676s] 2020-12-09 12:51:29.979 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_rbac_policies ... success [0.275s] 2020-12-09 12:51:30.180 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_policy_target_update ... success [0.201s] 2020-12-09 12:51:30.429 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_rbac_policy_show ... success [0.248s] 2020-12-09 12:51:30.647 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.216s] 2020-12-09 12:51:31.102 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_shares_to_another_regular_client ... success [0.453s] 2020-12-09 12:51:31.673 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_subnet_pool_presence_prevents_rbac_policy_deletion ... success [0.572s] 2020-12-09 12:51:32.033 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_portbinding_bumps_revision ... success [6.308s] 2020-12-09 12:51:36.074 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_allowed_address_pairs_bumps_revision ... success [4.043s] 2020-12-09 12:51:37.007 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_extra_route ... success [11.756s] 2020-12-09 12:51:38.002 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_external_network_bumps_revision ... success [1.927s] 2020-12-09 12:51:39.036 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.078s] 2020-12-09 12:51:39.546 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination ... success [0.508s] 2020-12-09 12:51:39.714 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.169s] 2020-12-09 12:51:39.909 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.195s] 2020-12-09 12:51:40.541 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.630s] 2020-12-09 12:51:41.745 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.202s] 2020-12-09 12:51:42.045 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_extra_dhcp_opt_bumps_revision ... success [4.041s] 2020-12-09 12:51:42.294 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.548s] 2020-12-09 12:51:42.357 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_asc ... success [0.064s] 2020-12-09 12:51:42.418 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_desc ... success [0.061s] 2020-12-09 12:51:45.055 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_reset_gateway_without_snat ... success [8.046s] 2020-12-09 12:51:51.644 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_with_snat_explicit ... success [6.589s] 2020-12-09 12:51:56.989 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.024s] 2020-12-09 12:51:57.128 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination ... success [0.138s] 2020-12-09 12:51:57.178 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.049s] 2020-12-09 12:51:57.247 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.069s] 2020-12-09 12:51:57.991 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.743s] 2020-12-09 12:51:58.524 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_without_snat ... success [6.879s] 2020-12-09 12:51:58.570 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.576s] 2020-12-09 12:51:58.895 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.326s] 2020-12-09 12:51:58.931 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc ... success [0.036s] 2020-12-09 12:51:58.964 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc ... success [0.033s] 2020-12-09 12:52:02.756 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_floatingip_bumps_revision ... success [20.708s] 2020-12-09 12:52:03.184 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_delete_allocated_net_topology_as_tenant ... success [24.446s] 2020-12-09 12:52:04.549 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_bumps_revision ... success [1.795s] 2020-12-09 12:52:06.603 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision ... success [2.053s] 2020-12-09 12:52:11.501 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_empty_trunk_details ... success [4.329s] 2020-12-09 12:52:11.763 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_bumps_revision ... success [5.160s] 2020-12-09 12:52:14.197 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_default_snat_value ... success [5.106s] 2020-12-09 12:52:14.842 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_no_subports ... success [3.339s] 2020-12-09 12:52:16.206 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_get_allocated_net_topology_as_tenant ... success [13.020s] 2020-12-09 12:52:16.926 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_security_bumps_revisions ... success [5.162s] 2020-12-09 12:52:19.686 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_sg_binding_bumps_revision ... success [2.760s] 2020-12-09 12:52:21.399 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_with_subport ... success [6.555s] 2020-12-09 12:52:21.625 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision ... success [1.938s] 2020-12-09 12:52:24.887 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision ... success [3.261s] 2020-12-09 12:52:26.553 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_snat_explicit ... success [12.352s] 2020-12-09 12:52:27.809 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_update_router_description ... success [1.259s] 2020-12-09 12:52:33.426 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_flavor ... success [0.169s] 2020-12-09 12:52:33.608 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_service_profile ... success [0.182s] 2020-12-09 12:52:33.624 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_flavors ... success [0.016s] 2020-12-09 12:52:33.641 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_service_profiles ... success [0.017s] 2020-12-09 12:52:33.660 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_flavor ... success [0.019s] 2020-12-09 12:52:33.672 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_service_profile ... success [0.012s] 2020-12-09 12:52:34.880 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_bumps_revision ... success [9.992s] 2020-12-09 12:52:36.240 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_duplicate_segmentation_details ... success [11.159s] 2020-12-09 12:52:39.987 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_passing_dict ... success [3.748s] 2020-12-09 12:52:42.760 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_disabled_trunk ... success [2.773s] 2020-12-09 12:52:47.984 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_routes_bumps_revision ... success [13.102s] 2020-12-09 12:52:48.040 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_uses_parent_port_id ... success [5.277s] 2020-12-09 12:52:48.043 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_network_attached_with_two_routers ... success [20.227s] 2020-12-09 12:52:48.214 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_group_bumps_revision ... success [0.231s] 2020-12-09 12:52:48.746 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_rule_bumps_sg_revision ... success [0.531s] 2020-12-09 12:52:50.803 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_blank_update_clears_association ... success [4.545s] 2020-12-09 12:52:51.726 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_network_revision ... success [2.979s] 2020-12-09 12:52:54.575 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_missing_segmentation_id ... success [6.535s] 2020-12-09 12:52:56.032 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_revision ... success [4.305s] 2020-12-09 12:52:56.595 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_description ... success [5.792s] 2020-12-09 12:52:58.555 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_port_id ... success [3.980s] 2020-12-09 12:53:01.001 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_trunk ... success [2.445s] 2020-12-09 12:53:01.136 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_router_interface_status ... success [13.097s] 2020-12-09 12:53:02.470 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_service_types_bumps_revisions ... success [6.437s] 2020-12-09 12:53:02.776 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnetpool_bumps_revision ... success [0.307s] 2020-12-09 12:53:03.993 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_floatingip_update_extra_attributes_port_id_not_changed ... success [7.396s] 2020-12-09 12:53:11.035 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_duplicate_subport_segmentation_ids ... success [10.032s] 2020-12-09 12:53:11.206 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_port_id ... success [0.172s] 2020-12-09 12:53:13.603 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_nonexistent_sec_group ... success [2.328s] 2020-12-09 12:53:14.135 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_extra_route ... success [12.997s] 2020-12-09 12:53:14.618 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_sec_group_twice ... success [1.014s] 2020-12-09 12:53:14.636 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_boolean_type_name ... success [0.019s] 2020-12-09 12:53:14.669 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_too_long_name ... success [0.033s] 2020-12-09 12:53:15.587 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_in_use_sec_group ... success [0.917s] 2020-12-09 12:53:15.856 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_subport_port_id ... success [4.648s] 2020-12-09 12:53:18.174 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_no_sec_group_changes_after_assignment_failure ... success [2.585s] 2020-12-09 12:53:18.293 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_default_security_group_name ... success [0.118s] 2020-12-09 12:53:18.347 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_boolean_type_name ... success [0.053s] 2020-12-09 12:53:18.401 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_too_long_name ... success [0.054s] 2020-12-09 12:53:19.445 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_port_id ... success [3.589s] 2020-12-09 12:53:20.508 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_description ... success [0.318s] 2020-12-09 12:53:20.521 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_name ... success [0.014s] 2020-12-09 12:53:20.540 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_tenant_id ... success [0.018s] 2020-12-09 12:53:22.134 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_reset_gateway_without_snat ... success [7.999s] 2020-12-09 12:53:22.205 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_id ... success [2.758s] 2020-12-09 12:53:24.567 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_type ... success [2.362s] 2020-12-09 12:53:26.183 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_ints ... success [2.094s] 2020-12-09 12:53:27.087 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_legacy_icmpv6 ... success [0.904s] 2020-12-09 12:53:27.610 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_create_excess_sg ... success [0.604s] 2020-12-09 12:53:27.702 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_sg_quota_incorrect_values ... success [0.092s] 2020-12-09 12:53:28.768 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_with_snat_explicit ... success [6.632s] 2020-12-09 12:53:29.172 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_names ... success [2.083s] 2020-12-09 12:53:31.104 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_service_type_management.ServiceTypeManagementTest.test_service_provider_list ... success [0.203s] 2020-12-09 12:53:31.204 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_subport ... success [6.635s] 2020-12-09 12:53:34.202 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.048s] 2020-12-09 12:53:34.412 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination ... success [0.207s] 2020-12-09 12:53:34.520 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.109s] 2020-12-09 12:53:34.619 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.099s] 2020-12-09 12:53:34.815 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.195s] 2020-12-09 12:53:35.251 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_trunk ... success [4.046s] 2020-12-09 12:53:35.718 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.899s] 2020-12-09 12:53:35.818 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_create_sg_when_quota_disabled ... success [4.138s] 2020-12-09 12:53:36.240 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.522s] 2020-12-09 12:53:36.281 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_asc ... success [0.042s] 2020-12-09 12:53:36.315 35 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_desc ... success [0.034s] 2020-12-09 12:53:36.575 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_without_snat ... success [7.808s] 2020-12-09 12:53:39.129 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_max_allowed_sg_amount ... success [3.310s] 2020-12-09 12:53:39.565 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_trunk_disabled_trunk ... success [4.313s] 2020-12-09 12:53:43.060 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_decrease_less_than_created ... success [3.930s] 2020-12-09 12:53:45.328 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_not_found ... success [5.762s] 2020-12-09 12:53:50.756 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_increased ... success [7.691s] 2020-12-09 12:53:51.079 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_values ... success [0.326s] 2020-12-09 12:53:52.006 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_passing_dict ... success [6.678s] 2020-12-09 12:53:52.644 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativeTest.test_delete_router_in_use ... success [3.877s] 2020-12-09 12:53:55.403 35 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_port_id_disabled_trunk ... success [3.396s] 2020-12-09 12:53:59.774 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_increased ... success [3.903s] 2020-12-09 12:54:00.108 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_values ... success [0.339s] 2020-12-09 12:54:04.026 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_admin_create_shared_subnetpool ... success [1.218s] 2020-12-09 12:54:04.219 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_list_subnetpool ... success [0.192s] 2020-12-09 12:54:05.511 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_default_prefixlen ... success [1.293s] 2020-12-09 12:54:06.366 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_ints ... success [3.433s] 2020-12-09 12:54:06.651 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen ... success [1.139s] 2020-12-09 12:54:07.793 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_quota ... success [1.141s] 2020-12-09 12:54:09.099 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_names ... success [2.733s] 2020-12-09 12:54:09.521 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr ... success [1.728s] 2020-12-09 12:54:09.708 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnetpool_associate_address_scope ... success [0.187s] 2020-12-09 12:54:09.923 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_update_subnetpool_description ... success [0.212s] 2020-12-09 12:54:10.006 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_get_subnetpool ... success [0.084s] 2020-12-09 12:54:10.103 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_show_subnetpool_has_project_id ... success [0.097s] 2020-12-09 12:54:10.204 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_create_non_default_subnetpool ... success [0.100s] 2020-12-09 12:54:10.387 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_update_subnetpool ... success [0.183s] 2020-12-09 12:54:10.722 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_address_scope ... success [0.334s] 2020-12-09 12:54:11.748 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_another_address_scope ... success [1.025s] 2020-12-09 12:54:11.905 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_integers ... success [0.929s] 2020-12-09 12:54:12.012 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_disassociate_address_scope ... success [0.264s] 2020-12-09 12:54:12.214 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_append ... success [0.202s] 2020-12-09 12:54:12.408 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_extend ... success [0.194s] 2020-12-09 12:54:12.643 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_names ... success [0.737s] 2020-12-09 12:54:16.249 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_admin_create_shared_subnetpool ... success [0.588s] 2020-12-09 12:54:18.183 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_dual_stack_subnets_from_subnetpools ... success [1.935s] 2020-12-09 12:54:18.297 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_list_subnetpool ... success [0.112s] 2020-12-09 12:54:19.300 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_default_prefixlen ... success [1.004s] 2020-12-09 12:54:20.372 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_prefixlen ... success [1.070s] 2020-12-09 12:54:21.406 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_quota ... success [1.033s] 2020-12-09 12:54:23.532 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_subnet_cidr ... success [2.126s] 2020-12-09 12:54:23.742 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnetpool_associate_address_scope ... success [0.210s] 2020-12-09 12:54:24.034 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_update_subnetpool_description ... success [0.290s] 2020-12-09 12:54:24.167 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_get_subnetpool ... success [0.134s] 2020-12-09 12:54:24.268 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_show_subnetpool_has_project_id ... success [0.101s] 2020-12-09 12:54:24.371 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_create_non_default_subnetpool ... success [0.102s] 2020-12-09 12:54:24.423 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sg_with_timestamp ... success [0.403s] 2020-12-09 12:54:24.563 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_update_subnetpool ... success [0.192s] 2020-12-09 12:54:24.738 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sgrule_with_timestamp ... success [0.314s] 2020-12-09 12:54:24.873 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_address_scope ... success [0.309s] 2020-12-09 12:54:25.011 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sg_attribute_with_timestamp ... success [0.271s] 2020-12-09 12:54:25.883 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_another_address_scope ... success [1.009s] 2020-12-09 12:54:25.939 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sgrule_attribute_with_timestamp ... success [0.927s] 2020-12-09 12:54:26.197 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_disassociate_address_scope ... success [0.314s] 2020-12-09 12:54:26.352 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_append ... success [0.154s] 2020-12-09 12:54:26.528 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_extend ... success [0.176s] 2020-12-09 12:54:28.239 35 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_update_sg_with_timestamp ... success [2.300s] 2020-12-09 12:54:41.147 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_network_with_timestamp ... success [0.574s] 2020-12-09 12:54:41.925 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_port_with_timestamp ... success [0.778s] 2020-12-09 12:54:43.753 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnet_with_timestamp ... success [1.828s] 2020-12-09 12:54:43.824 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnetpool_with_timestamp ... success [0.070s] 2020-12-09 12:54:44.141 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_networks_attribute_with_timestamp ... success [0.317s] 2020-12-09 12:54:45.102 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_port_attribute_with_timestamp ... success [0.959s] 2020-12-09 12:54:46.591 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnet_attribute_with_timestamp ... success [1.487s] 2020-12-09 12:54:46.677 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnetpool_attribute_with_timestamp ... success [0.086s] 2020-12-09 12:54:47.655 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_network_with_timestamp ... success [0.978s] 2020-12-09 12:54:48.915 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_port_with_timestamp ... success [1.259s] 2020-12-09 12:54:50.901 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnet_with_timestamp ... success [1.985s] 2020-12-09 12:54:51.051 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnetpool_with_timestamp ... success [0.150s] 2020-12-09 12:55:05.274 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_floatingip_with_timestamp ... success [1.521s] 2020-12-09 12:55:05.346 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_router_with_timestamp ... success [0.072s] 2020-12-09 12:55:07.093 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_floatingip_attribute_with_timestamp ... success [1.747s] 2020-12-09 12:55:07.371 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_router_attribute_with_timestamp ... success [0.277s] 2020-12-09 12:55:08.771 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_floatingip_with_timestamp ... success [1.399s] 2020-12-09 12:55:10.078 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_router_with_timestamp ... success [1.307s] 2020-12-09 12:55:25.795 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_add_subports ... success [6.015s] 2020-12-09 12:55:28.671 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_show_delete_trunk ... success [2.875s] 2020-12-09 12:55:31.792 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_empty_subports_list ... success [3.121s] 2020-12-09 12:55:34.803 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_subports_not_specified ... success [3.010s] 2020-12-09 12:55:37.850 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk ... success [3.045s] 2020-12-09 12:55:40.737 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description ... success [2.886s] 2020-12-09 12:55:46.833 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_delete_trunk_with_subport_is_allowed ... success [6.095s] 2020-12-09 12:55:52.067 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_get_subports ... success [5.232s] 2020-12-09 12:55:56.295 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_list_trunks ... success [4.225s] 2020-12-09 12:56:04.820 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_remove_subport ... success [8.524s] 2020-12-09 12:56:07.213 35 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id ... success [2.394s] 2020-12-09 12:56:09.135 35 INFO rally.task.context [-] Verification 8ffd4258-d8c1-4d84-963c-263c9afe7262 | Context testr@default cleanup() started 2020-12-09 12:56:09.136 35 INFO rally.task.context [-] Verification 8ffd4258-d8c1-4d84-963c-263c9afe7262 | Context testr@default cleanup() finished in 0.92 msec 2020-12-09 12:56:09.136 35 INFO rally.task.context [-] Verification 8ffd4258-d8c1-4d84-963c-263c9afe7262 | Context tempest@default cleanup() started 2020-12-09 12:56:09.304 35 INFO rally.task.context [-] Verification 8ffd4258-d8c1-4d84-963c-263c9afe7262 | Context tempest@default cleanup() finished in 0.17 sec 2020-12-09 12:56:09.344 35 INFO rally.api [-] Verification (UUID=6af31130-313e-4893-aa75-8bb0cda9979c) has been successfully finished for deployment 'opnfv-rally' (UUID=cc59d696-828a-4437-b3c5-857082ccd5ed)! 2020-12-09 12:56:11.165 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:56:11.166 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:56:11.166 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:56:13.181 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:56:13.182 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:56:13.182 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:56:15.355 52 INFO rally.api [-] Building 'html' report for the following verification(s): '6af31130-313e-4893-aa75-8bb0cda9979c' 2020-12-09 12:56:15.382 52 INFO rally.api [-] The report has been successfully built. 2020-12-09 12:56:17.082 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:56:17.083 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:56:17.083 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:56:19.228 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6af31130-313e-4893-aa75-8bb0cda9979c' 2020-12-09 12:56:19.251 54 INFO rally.api [-] The report has been successfully built.