2021-08-16 20:04:39.096 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:39.096 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:39.097 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 20:04:41.752 8 ERROR rally.cli.cliutils 2021-08-16 20:04:43.342 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:43.342 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:43.343 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:47.514 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:47.515 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:47.515 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:52.075 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:52.075 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:52.075 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:53.501 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:53.501 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:53.501 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 20:04:56.120 18 ERROR rally.cli.cliutils 2021-08-16 20:04:57.811 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:04:57.812 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:04:57.812 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:05:00.126 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 20:05:00.164 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-94fc7d41-aa4f-47b9-80c9-e53d9cccee47/repo. 2021-08-16 20:05:00.498 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-94fc7d41-aa4f-47b9-80c9-e53d9cccee47/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-08-16 20:05:00.515 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 20:05:00.524 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 20:05:00.537 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 20:05:00.591 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 20:05:01.344 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=94fc7d41-aa4f-47b9-80c9-e53d9cccee47) has been successfully created! 2021-08-16 20:05:02.988 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:05:02.989 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:05:02.989 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:05:07.826 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:05:07.827 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:05:07.827 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:05:10.376 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=94fc7d41-aa4f-47b9-80c9-e53d9cccee47) for deployment 'opnfv-rally' (UUID=44bdf42e-2d98-4711-b209-99dedd27afed). 2021-08-16 20:05:10.820 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=94fc7d41-aa4f-47b9-80c9-e53d9cccee47) has been successfully configured for deployment 'opnfv-rally' (UUID=44bdf42e-2d98-4711-b209-99dedd27afed)! 2021-08-16 20:05:30.163 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:05:30.164 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:05:30.164 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:05:33.075 38 INFO rally.api [-] Starting verification (UUID=c2add43a-1dba-4794-86c5-bd74bd30f342) for deployment 'opnfv-rally' (UUID=44bdf42e-2d98-4711-b209-99dedd27afed) by verifier 'opnfv-tempest' (UUID=94fc7d41-aa4f-47b9-80c9-e53d9cccee47). 2021-08-16 20:05:33.804 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 20:05:33.805 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-94fc7d41-aa4f-47b9-80c9-e53d9cccee47/for-deployment-44bdf42e-2d98-4711-b209-99dedd27afed/tempest.log' to option 'log_file'. 2021-08-16 20:05:33.805 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-94fc7d41-aa4f-47b9-80c9-e53d9cccee47/for-deployment-44bdf42e-2d98-4711-b209-99dedd27afed/tempest.log 2021-08-16 20:05:33.805 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 20:05:33.806 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-94fc7d41-aa4f-47b9-80c9-e53d9cccee47/for-deployment-44bdf42e-2d98-4711-b209-99dedd27afed/lock_files' to option 'lock_path'. 2021-08-16 20:05:33.806 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-94fc7d41-aa4f-47b9-80c9-e53d9cccee47/for-deployment-44bdf42e-2d98-4711-b209-99dedd27afed/lock_files 2021-08-16 20:05:33.806 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 20:05:33.806 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-94fc7d41-aa4f-47b9-80c9-e53d9cccee47/for-deployment-44bdf42e-2d98-4711-b209-99dedd27afed' to option 'img_dir'. 2021-08-16 20:05:33.807 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-94fc7d41-aa4f-47b9-80c9-e53d9cccee47/for-deployment-44bdf42e-2d98-4711-b209-99dedd27afed 2021-08-16 20:05:33.807 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 20:05:33.807 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 034057dd-827e-4bbb-89a2-dc532823b24a 2021-08-16 20:05:33.807 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1e2c1c1f-0648-4c16-8270-02876fa65b3b 2021-08-16 20:05:33.808 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 399e9c9c-60c5-4846-9bb4-3a2267486cd3 2021-08-16 20:05:33.808 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c9cb63db-7ad8-4a98-86b7-ae0f7a89f1ed 2021-08-16 20:05:34.126 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 20:05:34.127 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_neutron_cntt-net_4afc5a4e-eb1e-46b5-b0c9-de31096768e3 2021-08-16 20:05:34.127 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 20:05:34.224 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 20:05:34.278 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_97e00087_L0fv9a7U'. Using flavor 'rally_verify_97e00087_L0fv9a7U' (ID = d2f9cad9-5b1f-470c-9dee-7b3d86df16c7) for the tests. 2021-08-16 20:05:34.279 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd2f9cad9-5b1f-470c-9dee-7b3d86df16c7' to option 'instance_type'. 2021-08-16 20:05:34.279 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d2f9cad9-5b1f-470c-9dee-7b3d86df16c7 2021-08-16 20:05:34.281 38 INFO rally.task.context [-] Verification 94fc7d41-aa4f-47b9-80c9-e53d9cccee47 | Context tempest@default setup() finished in 1.01 sec 2021-08-16 20:05:34.282 38 INFO rally.task.context [-] Verification 94fc7d41-aa4f-47b9-80c9-e53d9cccee47 | Context testr@default setup() finished in 1.08 msec 2021-08-16 20:05:34.283 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2c3e22f8-932b-4c1f-a247-0c034b01ff30'. 2021-08-16 20:05:41.378 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.034s] 2021-08-16 20:05:41.393 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.014s] 2021-08-16 20:05:41.613 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.220s] 2021-08-16 20:05:41.633 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.020s] 2021-08-16 20:05:41.733 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.098s] 2021-08-16 20:05:41.757 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.024s] 2021-08-16 20:05:45.379 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_update_mac_address ... success [3.271s] 2021-08-16 20:05:46.831 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_extension_driver_port_security_admin.PortSecurityAdminTests.test_create_port_security_false_on_shared_network ... success [1.892s] 2021-08-16 20:05:50.222 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net ... success [8.327s] 2021-08-16 20:05:51.976 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_one_policy_delete ... success [1.753s] 2021-08-16 20:05:52.604 38 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.226s] 2021-08-16 20:05:52.878 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_create ... success [0.903s] 2021-08-16 20:05:53.061 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_detail_quotas ... success [2.360s] 2021-08-16 20:05:53.488 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_quotas ... success [0.427s] 2021-08-16 20:05:53.987 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address ... success [1.384s] 2021-08-16 20:05:54.193 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_delete ... success [1.314s] 2021-08-16 20:05:56.065 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_network_on_shared_policy_delete ... success [1.871s] 2021-08-16 20:05:58.273 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_floatingip_when_quotas_is_full ... success [1.641s] 2021-08-16 20:05:58.578 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags ... success [0.725s] 2021-08-16 20:05:59.409 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_network_when_quotas_is_full ... success [1.136s] 2021-08-16 20:06:00.879 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_update_policy_from_wildcard_to_specific_tenant ... success [4.813s] 2021-08-16 20:06:02.417 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_port_when_quotas_is_full ... success [3.006s] 2021-08-16 20:06:03.534 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_router_when_quotas_is_full ... success [1.116s] 2021-08-16 20:06:04.023 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_allocate_floatingip ... success [3.143s] 2021-08-16 20:06:04.206 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_rule_when_quotas_is_full ... success [0.670s] 2021-08-16 20:06:04.805 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_when_quotas_is_full ... success [0.599s] 2021-08-16 20:06:06.087 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_subnet_when_quotas_is_full ... success [1.282s] 2021-08-16 20:06:08.431 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags ... success [1.081s] 2021-08-16 20:06:08.583 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_attach_ext_gw ... success [4.558s] 2021-08-16 20:06:09.090 38 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.506s] 2021-08-16 20:06:12.672 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags ... success [0.640s] 2021-08-16 20:06:13.417 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_shares_with_another ... success [4.318s] 2021-08-16 20:06:15.444 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_created_from_external_network_api ... success [2.034s] 2021-08-16 20:06:15.836 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_delete_blocked_on_default_ext ... success [0.392s] 2021-08-16 20:06:16.015 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_security_groups.SecGroupAdminTest.test_security_group_recreated_on_port_update ... success [2.981s] 2021-08-16 20:06:20.733 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON.test_qos_policy_tags ... success [0.852s] 2021-08-16 20:06:20.889 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project ... success [0.794s] 2021-08-16 20:06:20.902 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_other_tenant ... success [0.015s] 2021-08-16 20:06:21.271 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_tenant ... success [0.368s] 2021-08-16 20:06:21.483 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags ... success [0.702s] 2021-08-16 20:06:22.937 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags ... success [1.396s] 2021-08-16 20:06:25.583 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_create_with_address_pair_blocked_on_other_network ... success [0.545s] 2021-08-16 20:06:26.467 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_update_with_address_pair_blocked_on_other_network ... success [0.884s] 2021-08-16 20:06:26.527 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags ... success [2.989s] 2021-08-16 20:06:27.505 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags ... success [0.545s] 2021-08-16 20:06:28.193 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags ... success [1.543s] 2021-08-16 20:06:31.861 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags ... success [0.502s] 2021-08-16 20:06:32.367 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource ... success [1.668s] 2021-08-16 20:06:32.703 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none ... success [1.456s] 2021-08-16 20:06:35.349 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_create_shared_address_scope ... success [0.251s] 2021-08-16 20:06:35.457 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_update_shared_address_scope ... success [0.107s] 2021-08-16 20:06:35.461 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_too_long_id ... success [2.757s] 2021-08-16 20:06:35.699 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_delete_address_scope ... success [0.242s] 2021-08-16 20:06:35.747 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope ... success [0.049s] 2021-08-16 20:06:35.803 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope_project_id ... success [0.055s] 2021-08-16 20:06:35.862 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_create_list_address_scope ... success [0.057s] 2021-08-16 20:06:35.955 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_update_address_scope ... success [0.093s] 2021-08-16 20:06:36.871 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags ... success [1.334s] 2021-08-16 20:06:37.357 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags ... success [1.007s] 2021-08-16 20:06:38.417 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_delete_self_share_rule ... success [2.956s] 2021-08-16 20:06:40.424 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_availability_zones.ListAvailableZonesTest.test_list_available_zones ... success [0.138s] 2021-08-16 20:06:40.506 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_fields ... success [0.931s] 2021-08-16 20:06:40.812 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_rbac_policies ... success [0.307s] 2021-08-16 20:06:40.950 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_policy_target_update ... success [0.138s] 2021-08-16 20:06:41.133 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_rbac_policy_show ... success [0.183s] 2021-08-16 20:06:41.298 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error ... success [2.881s] 2021-08-16 20:06:41.393 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.258s] 2021-08-16 20:06:41.850 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_shares_to_another_regular_client ... success [0.455s] 2021-08-16 20:06:41.932 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_fields ... success [0.633s] 2021-08-16 20:06:42.597 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_subnet_pool_presence_prevents_rbac_policy_deletion ... success [0.747s] 2021-08-16 20:06:43.207 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_policies ... success [1.275s] 2021-08-16 20:06:44.378 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [1.951s] 2021-08-16 20:06:45.078 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags ... success [0.489s] 2021-08-16 20:06:46.202 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filtering_works_with_rbac_records_present ... success [2.991s] 2021-08-16 20:06:46.401 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all ... success [0.295s] 2021-08-16 20:06:46.415 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_pagination ... success [0.013s] 2021-08-16 20:06:46.425 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_project_id ... success [0.010s] 2021-08-16 20:06:46.433 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_sorting ... success [0.008s] 2021-08-16 20:06:50.038 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target ... success [3.838s] 2021-08-16 20:06:51.696 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.834s] 2021-08-16 20:06:52.390 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.694s] 2021-08-16 20:06:53.945 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_show ... success [3.906s] 2021-08-16 20:06:56.272 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON.test_filter_trunk_tags ... success [0.246s] 2021-08-16 20:06:56.640 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_flavor ... success [0.129s] 2021-08-16 20:06:56.771 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_service_profile ... success [0.131s] 2021-08-16 20:06:56.799 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_flavors ... success [0.027s] 2021-08-16 20:06:56.815 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_service_profiles ... success [0.015s] 2021-08-16 20:06:56.833 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_flavor ... success [0.018s] 2021-08-16 20:06:56.848 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_service_profile ... success [0.015s] 2021-08-16 20:06:57.890 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_target_update ... success [3.945s] 2021-08-16 20:07:00.937 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_delete_allocated_net_topology_as_tenant ... success [13.762s] 2021-08-16 20:07:02.276 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_port_delete ... success [2.571s] 2021-08-16 20:07:03.393 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_port_presence_prevents_network_rbac_policy_deletion ... success [5.500s] 2021-08-16 20:07:04.258 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_subnet_and_ports ... success [1.981s] 2021-08-16 20:07:05.072 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_before_subnet ... success [0.815s] 2021-08-16 20:07:06.194 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_bumps_network_revision ... success [2.800s] 2021-08-16 20:07:06.680 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ipv6_ip_availability_after_subnet_and_ports ... success [1.606s] 2021-08-16 20:07:07.361 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags ... success [1.653s] 2021-08-16 20:07:09.082 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_port_delete ... success [2.402s] 2021-08-16 20:07:09.935 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_get_allocated_net_topology_as_tenant ... success [8.994s] 2021-08-16 20:07:10.706 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_subnet_and_ports_create ... success [1.623s] 2021-08-16 20:07:11.331 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_filter_fields ... success [0.615s] 2021-08-16 20:07:11.582 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_filter_rbac_policies ... success [0.252s] 2021-08-16 20:07:11.809 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_policy_target_update ... success [0.227s] 2021-08-16 20:07:11.830 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_policy_quota ... success [5.635s] 2021-08-16 20:07:12.042 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_rbac_policy_show ... success [0.231s] 2021-08-16 20:07:12.447 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.403s] 2021-08-16 20:07:12.662 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_blocked_from_updating_shared_address_group ... success [0.214s] 2021-08-16 20:07:13.017 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_regular_client_shares_to_another_regular_client ... success [0.353s] 2021-08-16 20:07:13.862 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_groups.RbacSharedAddressGroupTest.test_secgrprule_presence_prevents_policy_rbac_policy_deletion ... success [0.846s] 2021-08-16 20:07:14.954 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_anothers_network ... success [3.125s] 2021-08-16 20:07:15.631 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_with_wildcard ... success [0.676s] 2021-08-16 20:07:16.871 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_shares_to_another_regular_client ... success [1.240s] 2021-08-16 20:07:17.201 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_address_scope_associated_with_subnetpool ... success [0.460s] 2021-08-16 20:07:17.217 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_non_existent_address_scope ... success [0.018s] 2021-08-16 20:07:17.234 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_get_non_existent_address_scope ... success [0.016s] 2021-08-16 20:07:17.253 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_create_shared_address_scope ... success [0.018s] 2021-08-16 20:07:17.475 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_get_not_shared_admin_address_scope ... success [0.221s] 2021-08-16 20:07:17.562 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_false ... success [0.086s] 2021-08-16 20:07:17.613 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_true ... success [0.051s] 2021-08-16 20:07:17.627 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_non_existent_address_scope ... success [0.014s] 2021-08-16 20:07:17.679 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_shared_address_scope_to_unshare ... success [0.051s] 2021-08-16 20:07:19.464 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_subnet_on_network_only_visible_to_policy_target ... success [2.592s] 2021-08-16 20:07:20.924 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_flavor ... success [0.112s] 2021-08-16 20:07:21.016 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_can_delete_port_on_own_network ... success [1.551s] 2021-08-16 20:07:21.018 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_service_profile ... success [0.093s] 2021-08-16 20:07:21.039 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_flavors ... success [0.022s] 2021-08-16 20:07:21.051 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_service_profiles ... success [0.012s] 2021-08-16 20:07:21.065 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_flavor ... success [0.013s] 2021-08-16 20:07:21.083 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_service_profile ... success [0.017s] 2021-08-16 20:07:21.352 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_create_network_custom_mtu ... success [0.600s] 2021-08-16 20:07:21.718 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_cant_delete_other_tenants_ports ... success [0.702s] 2021-08-16 20:07:21.980 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_update_network_custom_mtu ... success [0.627s] 2021-08-16 20:07:23.896 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_update_self_share_rule ... success [2.177s] 2021-08-16 20:07:26.071 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_delete_network_in_use ... success [1.144s] 2021-08-16 20:07:26.182 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_update_network_mtu ... success [0.110s] 2021-08-16 20:07:31.801 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.788s] 2021-08-16 20:07:33.090 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_bulk_shared_network ... success [1.167s] 2021-08-16 20:07:33.161 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.361s] 2021-08-16 20:07:33.579 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_blank_update_clears_association ... success [2.652s] 2021-08-16 20:07:33.815 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.653s] 2021-08-16 20:07:34.196 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.381s] 2021-08-16 20:07:34.461 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.265s] 2021-08-16 20:07:34.478 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_port_shared_network_as_non_admin_tenant ... success [1.388s] 2021-08-16 20:07:34.809 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.346s] 2021-08-16 20:07:34.971 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.163s] 2021-08-16 20:07:35.144 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.171s] 2021-08-16 20:07:35.191 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_update_shared_network ... success [0.712s] 2021-08-16 20:07:35.261 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.117s] 2021-08-16 20:07:35.514 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.253s] 2021-08-16 20:07:35.524 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.010s] 2021-08-16 20:07:35.544 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.018s] 2021-08-16 20:07:35.567 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.022s] 2021-08-16 20:07:35.594 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.027s] 2021-08-16 20:07:35.822 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.226s] 2021-08-16 20:07:36.028 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.206s] 2021-08-16 20:07:36.280 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks ... success [1.086s] 2021-08-16 20:07:36.436 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.407s] 2021-08-16 20:07:36.639 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.202s] 2021-08-16 20:07:36.760 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.121s] 2021-08-16 20:07:36.831 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_with_port_with_floatingip ... success [12.380s] 2021-08-16 20:07:36.910 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.150s] 2021-08-16 20:07:37.138 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.226s] 2021-08-16 20:07:37.328 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.189s] 2021-08-16 20:07:37.867 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_description ... success [4.287s] 2021-08-16 20:07:38.175 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets ... success [1.891s] 2021-08-16 20:07:38.438 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_list_shared_networks ... success [0.266s] 2021-08-16 20:07:38.700 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_show_shared_networks_attribute ... success [0.261s] 2021-08-16 20:07:42.598 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_floatingip_update_extra_attributes_port_id_not_changed ... success [4.730s] 2021-08-16 20:07:43.359 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_get_rules_by_policy ... success [0.469s] 2021-08-16 20:07:43.395 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_invalid_rule_create ... success [0.038s] 2021-08-16 20:07:47.680 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags ... success [1.452s] 2021-08-16 20:07:48.521 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_qos_dscp_create_and_update ... success [5.114s] 2021-08-16 20:07:48.798 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create ... success [0.282s] 2021-08-16 20:07:48.955 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.157s] 2021-08-16 20:07:48.965 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.010s] 2021-08-16 20:07:48.981 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.016s] 2021-08-16 20:07:49.211 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_delete ... success [0.229s] 2021-08-16 20:07:49.469 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_update ... success [0.257s] 2021-08-16 20:07:53.130 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_illegal_ip ... success [0.017s] 2021-08-16 20:07:53.161 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_network_id ... success [0.031s] 2021-08-16 20:07:53.225 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_security_groups_id ... success [0.063s] 2021-08-16 20:07:53.239 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_nonexist_tenant_id ... success [0.014s] 2021-08-16 20:07:53.256 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_too_long_description ... success [0.017s] 2021-08-16 20:07:53.269 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports_negative.PortsNegativeTestJSON.test_add_port_with_too_long_name ... success [0.013s] 2021-08-16 20:07:53.294 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags ... success [0.721s] 2021-08-16 20:07:53.759 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.117s] 2021-08-16 20:07:54.608 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination ... success [0.846s] 2021-08-16 20:07:54.898 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.290s] 2021-08-16 20:07:55.474 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.575s] 2021-08-16 20:07:56.204 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.728s] 2021-08-16 20:07:57.186 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.600s] 2021-08-16 20:07:57.428 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_port_delete ... success [2.967s] 2021-08-16 20:07:57.546 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_get_rules_by_policy ... success [0.361s] 2021-08-16 20:07:57.767 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create ... success [0.219s] 2021-08-16 20:07:57.883 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.116s] 2021-08-16 20:07:57.896 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.013s] 2021-08-16 20:07:57.911 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.015s] 2021-08-16 20:07:58.118 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON.test_trunk_tags ... success [0.400s] 2021-08-16 20:07:58.165 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_delete ... success [0.252s] 2021-08-16 20:07:58.430 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update ... success [0.264s] 2021-08-16 20:07:58.550 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.120s] 2021-08-16 20:07:58.602 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.395s] 2021-08-16 20:07:58.628 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_subnet_and_ports ... success [1.200s] 2021-08-16 20:07:58.708 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.158s] 2021-08-16 20:07:59.119 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_before_subnet ... success [0.491s] 2021-08-16 20:08:00.040 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_marker ... success [1.438s] 2021-08-16 20:08:00.290 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_asc ... success [0.251s] 2021-08-16 20:08:00.440 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_desc ... success [0.149s] 2021-08-16 20:08:01.997 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_port_delete ... success [2.878s] 2021-08-16 20:08:03.394 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_subnet_and_ports_create ... success [1.396s] 2021-08-16 20:08:03.419 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [0.751s] 2021-08-16 20:08:04.767 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [1.347s] 2021-08-16 20:08:06.127 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [1.360s] 2021-08-16 20:08:06.619 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_portbinding_bumps_revision ... success [4.410s] 2021-08-16 20:08:07.704 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [1.575s] 2021-08-16 20:08:09.747 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_allowed_address_pairs_bumps_revision ... success [3.129s] 2021-08-16 20:08:10.578 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_external_network_bumps_revision ... success [0.830s] 2021-08-16 20:08:12.975 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.135s] 2021-08-16 20:08:13.641 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_extra_dhcp_opt_bumps_revision ... success [3.061s] 2021-08-16 20:08:13.845 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination ... success [0.867s] 2021-08-16 20:08:14.140 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.296s] 2021-08-16 20:08:14.407 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.266s] 2021-08-16 20:08:15.015 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.606s] 2021-08-16 20:08:16.087 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_in_use ... success [3.927s] 2021-08-16 20:08:16.318 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_port_nonexist ... success [0.230s] 2021-08-16 20:08:16.709 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [0.878s] 2021-08-16 20:08:17.410 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.394s] 2021-08-16 20:08:17.948 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [1.240s] 2021-08-16 20:08:18.578 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_marker ... success [1.167s] 2021-08-16 20:08:18.679 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_asc ... success [0.103s] 2021-08-16 20:08:18.779 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_desc ... success [0.099s] 2021-08-16 20:08:19.295 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [1.346s] 2021-08-16 20:08:20.359 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_wrong_tenant ... success [4.039s] 2021-08-16 20:08:21.078 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [1.782s] 2021-08-16 20:08:22.977 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_network_with_project ... success [0.588s] 2021-08-16 20:08:23.604 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_list_networks_fields_keystone_v3 ... success [0.625s] 2021-08-16 20:08:23.677 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network ... success [0.074s] 2021-08-16 20:08:23.975 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network_fields_keystone_v3 ... success [0.297s] 2021-08-16 20:08:26.570 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_remove_associated_ports ... success [6.209s] 2021-08-16 20:08:28.790 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsIpv6TestJSON.test_add_ipv6_ips_to_port ... success [2.228s] 2021-08-16 20:08:29.047 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_floatingip_bumps_revision ... success [15.402s] 2021-08-16 20:08:30.355 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_bumps_revision ... success [1.310s] 2021-08-16 20:08:30.824 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_allowed_address_pairs ... success [2.634s] 2021-08-16 20:08:31.197 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision ... success [0.840s] 2021-08-16 20:08:32.962 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_bumps_revision ... success [1.764s] 2021-08-16 20:08:33.605 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_create_port_sec_with_security_group ... success [2.781s] 2021-08-16 20:08:35.130 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_delete_with_port_sec ... success [1.525s] 2021-08-16 20:08:35.346 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_add_ips_to_port ... success [2.143s] 2021-08-16 20:08:36.480 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_security_bumps_revisions ... success [3.517s] 2021-08-16 20:08:36.587 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_default_value ... success [1.456s] 2021-08-16 20:08:37.296 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_change_dhcp_flag_then_create_port ... success [1.949s] 2021-08-16 20:08:38.255 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_1 ... success [1.668s] 2021-08-16 20:08:38.763 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_description ... success [1.467s] 2021-08-16 20:08:38.788 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_sg_binding_bumps_revision ... success [2.307s] 2021-08-16 20:08:39.747 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_ints ... success [1.416s] 2021-08-16 20:08:40.030 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision ... success [1.240s] 2021-08-16 20:08:40.032 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_2 ... success [1.774s] 2021-08-16 20:08:40.348 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_legacy_icmpv6 ... success [0.602s] 2021-08-16 20:08:40.659 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_security ... success [1.897s] 2021-08-16 20:08:41.834 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_names ... success [1.486s] 2021-08-16 20:08:42.482 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision ... success [2.453s] 2021-08-16 20:08:43.601 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_pass ... success [3.570s] 2021-08-16 20:08:44.178 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_service_type_management.ServiceTypeManagementTest.test_service_provider_list ... success [0.231s] 2021-08-16 20:08:46.228 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sg_with_timestamp ... success [0.555s] 2021-08-16 20:08:46.525 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sgrule_with_timestamp ... success [0.296s] 2021-08-16 20:08:46.688 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sg_attribute_with_timestamp ... success [0.162s] 2021-08-16 20:08:46.956 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sgrule_attribute_with_timestamp ... success [0.267s] 2021-08-16 20:08:47.290 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_port_failed ... success [3.687s] 2021-08-16 20:08:48.067 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.082s] 2021-08-16 20:08:48.496 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination ... success [0.427s] 2021-08-16 20:08:48.631 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.134s] 2021-08-16 20:08:48.763 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.131s] 2021-08-16 20:08:49.185 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_update_sg_with_timestamp ... success [2.228s] 2021-08-16 20:08:49.227 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.462s] 2021-08-16 20:08:49.947 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.718s] 2021-08-16 20:08:50.000 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_bumps_revision ... success [7.516s] 2021-08-16 20:08:50.491 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_marker ... success [0.545s] 2021-08-16 20:08:50.585 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_asc ... success [0.095s] 2021-08-16 20:08:50.823 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_desc ... success [0.237s] 2021-08-16 20:08:54.195 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_create_policy ... success [0.526s] 2021-08-16 20:08:54.838 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_with_policy ... success [0.642s] 2021-08-16 20:08:55.646 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_without_policy ... success [0.807s] 2021-08-16 20:08:56.064 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_network ... success [0.419s] 2021-08-16 20:08:56.589 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_add_subports ... success [4.417s] 2021-08-16 20:08:57.052 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_port ... success [0.986s] 2021-08-16 20:08:57.278 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_policy ... success [0.227s] 2021-08-16 20:08:57.345 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_get_policy_that_is_shared ... success [0.067s] 2021-08-16 20:08:57.353 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_admin_rule_types ... success [0.007s] 2021-08-16 20:08:57.428 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_filter_by_name ... success [0.075s] 2021-08-16 20:08:57.726 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_routes_bumps_revision ... success [7.725s] 2021-08-16 20:08:57.895 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_sort_by_name ... success [0.464s] 2021-08-16 20:08:57.907 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_regular_rule_types ... success [0.013s] 2021-08-16 20:08:57.936 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_group_bumps_revision ... success [0.211s] 2021-08-16 20:08:58.428 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_rule_bumps_sg_revision ... success [0.489s] 2021-08-16 20:08:58.600 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_admin_network ... success [0.692s] 2021-08-16 20:08:58.733 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_non_shared_policy ... success [0.132s] 2021-08-16 20:08:58.873 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_nonexistent_policy ... success [0.140s] 2021-08-16 20:08:59.056 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_show_delete_trunk ... success [2.468s] 2021-08-16 20:08:59.445 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_non_shared_policy ... success [0.572s] 2021-08-16 20:09:00.178 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_nonexistent_policy ... success [0.730s] 2021-08-16 20:09:00.901 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_network_revision ... success [2.474s] 2021-08-16 20:09:01.161 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [0.900s] 2021-08-16 20:09:01.246 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_shared_policy ... success [1.069s] 2021-08-16 20:09:01.260 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_empty_subports_list ... success [2.202s] 2021-08-16 20:09:01.664 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.502s] 2021-08-16 20:09:01.783 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_tenant_network ... success [0.536s] 2021-08-16 20:09:01.794 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_create_forbidden_for_regular_tenants ... success [0.011s] 2021-08-16 20:09:01.994 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update ... success [0.199s] 2021-08-16 20:09:02.727 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_admin_network ... success [0.729s] 2021-08-16 20:09:03.611 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_subports_not_specified ... success [2.350s] 2021-08-16 20:09:03.671 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_revision ... success [2.769s] 2021-08-16 20:09:04.655 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_port_shared_policy ... success [1.930s] 2021-08-16 20:09:04.714 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_foreign_policy ... success [0.059s] 2021-08-16 20:09:04.792 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_own_policy ... success [0.078s] 2021-08-16 20:09:05.082 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_qos_policy_delete_with_rules ... success [0.289s] 2021-08-16 20:09:05.340 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_shared_policy_update ... success [0.257s] 2021-08-16 20:09:05.420 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_policy_has_project_id ... success [0.080s] 2021-08-16 20:09:05.431 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_admin ... success [0.011s] 2021-08-16 20:09:05.438 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_user ... success [0.007s] 2021-08-16 20:09:05.465 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_network_ip_availability_negative.NetworksIpAvailabilityNegativeTest.test_network_availability_nonexistent_network_id ... success [0.191s] 2021-08-16 20:09:06.033 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk ... success [2.420s] 2021-08-16 20:09:06.177 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_user_create_port_with_admin_qos_policy ... success [0.737s] 2021-08-16 20:09:07.174 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_service_types_bumps_revisions ... success [3.501s] 2021-08-16 20:09:07.379 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnetpool_bumps_revision ... success [0.206s] 2021-08-16 20:09:08.453 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description ... success [2.421s] 2021-08-16 20:09:10.750 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.108s] 2021-08-16 20:09:11.303 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination ... success [0.550s] 2021-08-16 20:09:11.507 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.205s] 2021-08-16 20:09:11.707 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.199s] 2021-08-16 20:09:12.246 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.538s] 2021-08-16 20:09:12.636 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_delete_trunk_with_subport_is_allowed ... success [4.182s] 2021-08-16 20:09:13.618 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.369s] 2021-08-16 20:09:14.625 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_marker ... success [1.007s] 2021-08-16 20:09:14.716 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_asc ... success [0.091s] 2021-08-16 20:09:14.789 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_desc ... success [0.072s] 2021-08-16 20:09:17.260 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_get_subports ... success [4.622s] 2021-08-16 20:09:18.852 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_fields ... success [0.691s] 2021-08-16 20:09:19.078 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_rbac_policies ... success [0.228s] 2021-08-16 20:09:19.862 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_update_rule_nonexistent_policy ... success [0.394s] 2021-08-16 20:09:19.927 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_update_rule_nonexistent_rule ... success [0.066s] 2021-08-16 20:09:20.377 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_default_snat_value ... success [6.100s] 2021-08-16 20:09:20.539 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_project_id_wild_remove ... success [1.459s] 2021-08-16 20:09:21.536 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_projectid_wild_remains ... success [0.996s] 2021-08-16 20:09:21.963 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_list_trunks ... success [4.700s] 2021-08-16 20:09:22.881 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_description ... success [0.208s] 2021-08-16 20:09:22.895 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_name ... success [0.015s] 2021-08-16 20:09:22.907 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_tenant_id ... success [0.012s] 2021-08-16 20:09:23.024 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_delete_non_existent_qos_policy ... success [0.115s] 2021-08-16 20:09:23.042 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_get_non_existent_qos_policy ... success [0.018s] 2021-08-16 20:09:23.057 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_non_existent_qos_policy ... success [0.014s] 2021-08-16 20:09:23.072 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_network_presence_prevents_policy_rbac_policy_deletion ... success [1.536s] 2021-08-16 20:09:23.102 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_description ... success [0.044s] 2021-08-16 20:09:23.154 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_name ... success [0.053s] 2021-08-16 20:09:24.136 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard ... success [1.062s] 2021-08-16 20:09:24.839 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard_and_project_id ... success [0.702s] 2021-08-16 20:09:25.199 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_target_update ... success [0.361s] 2021-08-16 20:09:25.597 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_rbac_policy_show ... success [0.397s] 2021-08-16 20:09:25.861 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.264s] 2021-08-16 20:09:26.121 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_shares_to_another_regular_client ... success [0.258s] 2021-08-16 20:09:28.022 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_remove_subport ... success [6.057s] 2021-08-16 20:09:30.036 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id ... success [2.016s] 2021-08-16 20:09:30.382 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_snat_explicit ... success [10.005s] 2021-08-16 20:09:31.578 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_ints ... success [3.110s] 2021-08-16 20:09:31.636 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_update_router_description ... success [1.255s] 2021-08-16 20:09:34.056 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_names ... success [2.477s] 2021-08-16 20:09:38.152 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersDeleteTest.test_delete_router ... success [9.953s] 2021-08-16 20:09:39.561 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_duplicate_segmentation_details ... success [6.664s] 2021-08-16 20:09:41.486 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_create_sg_when_quota_disabled ... success [4.991s] 2021-08-16 20:09:41.712 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_passing_dict ... success [2.152s] 2021-08-16 20:09:44.299 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_disabled_trunk ... success [2.586s] 2021-08-16 20:09:44.889 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_network_attached_with_two_routers ... success [13.249s] 2021-08-16 20:09:45.182 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_max_allowed_sg_amount ... success [3.695s] 2021-08-16 20:09:47.633 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_uses_parent_port_id ... success [3.333s] 2021-08-16 20:09:48.929 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_default_snat_value ... success [5.908s] 2021-08-16 20:09:49.050 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_decrease_less_than_created ... success [3.867s] 2021-08-16 20:09:51.842 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_missing_segmentation_id ... success [4.209s] 2021-08-16 20:09:54.201 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_port_id ... success [2.359s] 2021-08-16 20:09:55.581 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_increased ... success [6.524s] 2021-08-16 20:09:55.788 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_trunk ... success [1.587s] 2021-08-16 20:09:55.871 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_values ... success [0.293s] 2021-08-16 20:09:56.767 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_router_interface_status ... success [11.875s] 2021-08-16 20:09:58.732 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_snat_explicit ... success [9.801s] 2021-08-16 20:09:59.931 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_update_router_description ... success [1.199s] 2021-08-16 20:10:02.240 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.076s] 2021-08-16 20:10:02.589 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination ... success [0.343s] 2021-08-16 20:10:02.590 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_duplicate_subport_segmentation_ids ... success [6.792s] 2021-08-16 20:10:02.643 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_port_id ... success [0.061s] 2021-08-16 20:10:02.884 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.298s] 2021-08-16 20:10:03.094 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.210s] 2021-08-16 20:10:03.697 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.601s] 2021-08-16 20:10:04.699 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_subport_port_id ... success [2.054s] 2021-08-16 20:10:04.837 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_extra_route ... success [8.070s] 2021-08-16 20:10:04.986 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.287s] 2021-08-16 20:10:05.773 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.786s] 2021-08-16 20:10:05.856 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_asc ... success [0.085s] 2021-08-16 20:10:05.925 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_desc ... success [0.069s] 2021-08-16 20:10:06.320 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_port_id ... success [1.620s] 2021-08-16 20:10:08.443 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_id ... success [2.122s] 2021-08-16 20:10:10.196 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_type ... success [1.754s] 2021-08-16 20:10:11.733 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_reset_gateway_without_snat ... success [6.895s] 2021-08-16 20:10:12.053 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_empty_trunk_details ... success [1.744s] 2021-08-16 20:10:13.347 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_network_attached_with_two_routers ... success [13.412s] 2021-08-16 20:10:14.233 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_no_subports ... success [2.180s] 2021-08-16 20:10:14.596 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_subport ... success [4.397s] 2021-08-16 20:10:16.882 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_trunk ... success [2.286s] 2021-08-16 20:10:17.677 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_with_snat_explicit ... success [5.942s] 2021-08-16 20:10:18.586 38 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_with_subport ... success [4.352s] 2021-08-16 20:10:19.076 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_trunk_disabled_trunk ... success [2.192s] 2021-08-16 20:10:22.193 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_not_found ... success [3.115s] 2021-08-16 20:10:23.168 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_without_snat ... success [5.492s] 2021-08-16 20:10:23.326 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_router_interface_status ... success [9.980s] 2021-08-16 20:10:27.084 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_passing_dict ... success [4.890s] 2021-08-16 20:10:29.285 38 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_port_id_disabled_trunk ... success [2.201s] 2021-08-16 20:10:30.868 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.128s] 2021-08-16 20:10:31.160 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_pagination ... success [0.287s] 2021-08-16 20:10:31.238 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_asc ... success [0.080s] 2021-08-16 20:10:31.300 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_extra_route ... success [7.973s] 2021-08-16 20:10:31.321 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_desc ... success [0.084s] 2021-08-16 20:10:34.872 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_bulk_sec_groups ... success [1.265s] 2021-08-16 20:10:35.391 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.518s] 2021-08-16 20:10:36.136 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_sec_groups_with_the_same_name ... success [0.743s] 2021-08-16 20:10:36.918 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_list_security_group_rules_contains_all_rules ... success [0.780s] 2021-08-16 20:10:37.169 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_show_security_group_contains_all_rules ... success [0.253s] 2021-08-16 20:10:37.451 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_reset_gateway_without_snat ... success [6.149s] 2021-08-16 20:10:41.621 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_nonexistent_sec_group ... success [0.800s] 2021-08-16 20:10:42.581 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_sec_group_twice ... success [0.959s] 2021-08-16 20:10:42.598 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_boolean_type_name ... success [0.017s] 2021-08-16 20:10:42.608 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_too_long_name ... success [0.010s] 2021-08-16 20:10:42.877 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_with_snat_explicit ... success [5.426s] 2021-08-16 20:10:43.206 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_in_use_sec_group ... success [0.596s] 2021-08-16 20:10:44.163 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_no_sec_group_changes_after_assignment_failure ... success [0.957s] 2021-08-16 20:10:44.290 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_default_security_group_name ... success [0.127s] 2021-08-16 20:10:44.341 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_boolean_type_name ... success [0.051s] 2021-08-16 20:10:44.393 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_too_long_name ... success [0.052s] 2021-08-16 20:10:47.698 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_without_snat ... success [4.820s] 2021-08-16 20:10:49.903 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_create_excess_sg ... success [0.346s] 2021-08-16 20:10:49.992 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_sg_quota_incorrect_values ... success [0.089s] 2021-08-16 20:10:52.761 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupRulesQuotaTest.test_sg_creation_with_insufficient_sg_rules_quota ... success [0.375s] 2021-08-16 20:10:55.929 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_nonexistent_sec_group ... success [0.954s] 2021-08-16 20:10:56.367 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_create_sg_rules_when_quota_disabled ... success [2.615s] 2021-08-16 20:10:56.510 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_decrease_less_than_created ... success [0.147s] 2021-08-16 20:10:56.851 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_sec_group_twice ... success [0.921s] 2021-08-16 20:10:56.860 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_boolean_type_name ... success [0.009s] 2021-08-16 20:10:56.871 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_too_long_name ... success [0.010s] 2021-08-16 20:10:57.635 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_delete_in_use_sec_group ... success [0.763s] 2021-08-16 20:10:58.185 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_increased ... success [1.667s] 2021-08-16 20:10:58.463 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_values ... success [0.283s] 2021-08-16 20:10:58.976 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_no_sec_group_changes_after_assignment_failure ... success [1.341s] 2021-08-16 20:10:59.080 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_default_security_group_name ... success [0.103s] 2021-08-16 20:10:59.152 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_boolean_type_name ... success [0.071s] 2021-08-16 20:10:59.404 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_too_long_name ... success [0.251s] 2021-08-16 20:11:01.979 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_integers ... success [1.431s] 2021-08-16 20:11:02.526 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_names ... success [0.547s] 2021-08-16 20:11:05.185 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.050s] 2021-08-16 20:11:05.382 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination ... success [0.195s] 2021-08-16 20:11:05.456 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.074s] 2021-08-16 20:11:05.814 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.357s] 2021-08-16 20:11:06.001 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_sp_associate_address_scope_multiple_prefix_intersect ... success [0.736s] 2021-08-16 20:11:06.005 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.189s] 2021-08-16 20:11:06.606 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.599s] 2021-08-16 20:11:06.881 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.275s] 2021-08-16 20:11:06.920 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_asc ... success [0.040s] 2021-08-16 20:11:06.978 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_desc ... success [0.057s] 2021-08-16 20:11:07.470 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnet_different_pools_same_network ... success [1.468s] 2021-08-16 20:11:07.515 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_of_other_owner ... success [0.046s] 2021-08-16 20:11:07.767 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_prefix_intersect ... success [0.251s] 2021-08-16 20:11:07.783 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_invalid_address_scope ... success [0.016s] 2021-08-16 20:11:07.849 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_non_exist_address_scope ... success [0.065s] 2021-08-16 20:11:07.875 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_delete_non_existent_subnetpool ... success [0.025s] 2021-08-16 20:11:07.896 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_get_non_existent_subnetpool ... success [0.021s] 2021-08-16 20:11:07.906 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_default_subnetpool ... success [0.009s] 2021-08-16 20:11:07.930 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_shared_subnetpool ... success [0.023s] 2021-08-16 20:11:08.027 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_get_not_shared_admin_subnetpool ... success [0.097s] 2021-08-16 20:11:08.578 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_update_sp_prefix_associated_with_shared_addr_scope ... success [0.549s] 2021-08-16 20:11:08.602 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_non_existent_subnetpool ... success [0.025s] 2021-08-16 20:11:08.797 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_of_other_owner ... success [0.195s] 2021-08-16 20:11:08.966 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_wrong_ip_version ... success [0.168s] 2021-08-16 20:11:09.355 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_multiple_prefix_intersect ... success [0.387s] 2021-08-16 20:11:09.419 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_not_modifiable_shared ... success [0.064s] 2021-08-16 20:11:09.753 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefix_intersect ... success [0.331s] 2021-08-16 20:11:09.853 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefixes_shrink ... success [0.101s] 2021-08-16 20:11:09.929 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_tenant_id ... success [0.076s] 2021-08-16 20:11:10.462 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_admin_create_shared_subnetpool ... success [0.596s] 2021-08-16 20:11:10.543 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_list_subnetpool ... success [0.083s] 2021-08-16 20:11:11.381 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_default_prefixlen ... success [0.839s] 2021-08-16 20:11:12.091 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen ... success [0.707s] 2021-08-16 20:11:12.920 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_quota ... success [0.829s] 2021-08-16 20:11:13.744 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr ... success [0.822s] 2021-08-16 20:11:14.122 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnetpool_associate_address_scope ... success [0.378s] 2021-08-16 20:11:14.322 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_update_subnetpool_description ... success [0.197s] 2021-08-16 20:11:14.393 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_get_subnetpool ... success [0.072s] 2021-08-16 20:11:14.476 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_show_subnetpool_has_project_id ... success [0.083s] 2021-08-16 20:11:14.529 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_create_non_default_subnetpool ... success [0.052s] 2021-08-16 20:11:14.710 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_update_subnetpool ... success [0.181s] 2021-08-16 20:11:15.027 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_address_scope ... success [0.315s] 2021-08-16 20:11:15.223 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_network_with_timestamp ... success [0.548s] 2021-08-16 20:11:15.516 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_another_address_scope ... success [0.489s] 2021-08-16 20:11:16.110 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_disassociate_address_scope ... success [0.592s] 2021-08-16 20:11:16.301 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_port_with_timestamp ... success [1.078s] 2021-08-16 20:11:16.322 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_append ... success [0.213s] 2021-08-16 20:11:16.538 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_extend ... success [0.216s] 2021-08-16 20:11:17.020 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnet_with_timestamp ... success [0.718s] 2021-08-16 20:11:17.061 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnetpool_with_timestamp ... success [0.041s] 2021-08-16 20:11:17.376 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_networks_attribute_with_timestamp ... success [0.314s] 2021-08-16 20:11:18.139 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_port_attribute_with_timestamp ... success [0.761s] 2021-08-16 20:11:19.000 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnet_attribute_with_timestamp ... success [0.859s] 2021-08-16 20:11:19.075 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnetpool_attribute_with_timestamp ... success [0.076s] 2021-08-16 20:11:19.899 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_network_with_timestamp ... success [0.823s] 2021-08-16 20:11:21.370 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_port_with_timestamp ... success [1.470s] 2021-08-16 20:11:22.363 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnet_with_timestamp ... success [0.993s] 2021-08-16 20:11:22.499 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnetpool_with_timestamp ... success [0.136s] 2021-08-16 20:11:24.620 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_admin_create_shared_subnetpool ... success [0.429s] 2021-08-16 20:11:25.924 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_dual_stack_subnets_from_subnetpools ... success [1.304s] 2021-08-16 20:11:26.038 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_list_subnetpool ... success [0.113s] 2021-08-16 20:11:26.874 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_default_prefixlen ... success [0.835s] 2021-08-16 20:11:27.709 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_prefixlen ... success [0.834s] 2021-08-16 20:11:28.633 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_quota ... success [0.923s] 2021-08-16 20:11:29.372 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_subnet_cidr ... success [0.739s] 2021-08-16 20:11:29.546 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnetpool_associate_address_scope ... success [0.176s] 2021-08-16 20:11:29.788 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_update_subnetpool_description ... success [0.239s] 2021-08-16 20:11:29.868 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_get_subnetpool ... success [0.080s] 2021-08-16 20:11:29.955 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_show_subnetpool_has_project_id ... success [0.087s] 2021-08-16 20:11:30.023 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_create_non_default_subnetpool ... success [0.067s] 2021-08-16 20:11:30.205 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_update_subnetpool ... success [0.182s] 2021-08-16 20:11:30.496 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_address_scope ... success [0.289s] 2021-08-16 20:11:31.166 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_another_address_scope ... success [0.669s] 2021-08-16 20:11:31.842 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_disassociate_address_scope ... success [0.675s] 2021-08-16 20:11:31.855 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_floatingip_with_timestamp ... success [1.332s] 2021-08-16 20:11:31.941 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_router_with_timestamp ... success [0.086s] 2021-08-16 20:11:32.035 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_append ... success [0.193s] 2021-08-16 20:11:32.193 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_extend ... success [0.158s] 2021-08-16 20:11:32.928 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_floatingip_attribute_with_timestamp ... success [0.986s] 2021-08-16 20:11:33.117 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_router_attribute_with_timestamp ... success [0.188s] 2021-08-16 20:11:34.678 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_floatingip_with_timestamp ... success [1.560s] 2021-08-16 20:11:35.759 38 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_router_with_timestamp ... success [1.081s] 2021-08-16 20:11:49.804 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.025s] 2021-08-16 20:11:49.930 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination ... success [0.123s] 2021-08-16 20:11:49.982 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.053s] 2021-08-16 20:11:50.038 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.054s] 2021-08-16 20:11:50.155 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.116s] 2021-08-16 20:11:50.493 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.335s] 2021-08-16 20:11:50.630 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.138s] 2021-08-16 20:11:50.830 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc ... success [0.201s] 2021-08-16 20:11:50.850 38 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc ... success [0.020s] 2021-08-16 20:11:55.638 38 INFO rally.task.context [-] Verification 94fc7d41-aa4f-47b9-80c9-e53d9cccee47 | Context testr@default cleanup() started 2021-08-16 20:11:55.639 38 INFO rally.task.context [-] Verification 94fc7d41-aa4f-47b9-80c9-e53d9cccee47 | Context testr@default cleanup() finished in 0.81 msec 2021-08-16 20:11:55.639 38 INFO rally.task.context [-] Verification 94fc7d41-aa4f-47b9-80c9-e53d9cccee47 | Context tempest@default cleanup() started 2021-08-16 20:11:55.798 38 INFO rally.task.context [-] Verification 94fc7d41-aa4f-47b9-80c9-e53d9cccee47 | Context tempest@default cleanup() finished in 0.16 sec 2021-08-16 20:11:55.827 38 INFO rally.api [-] Verification (UUID=c2add43a-1dba-4794-86c5-bd74bd30f342) has been successfully finished for deployment 'opnfv-rally' (UUID=44bdf42e-2d98-4711-b209-99dedd27afed)! 2021-08-16 20:11:57.597 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:11:57.597 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:11:57.597 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:11:59.446 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:11:59.446 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:11:59.447 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:12:01.995 56 INFO rally.api [-] Building 'html' report for the following verification(s): 'c2add43a-1dba-4794-86c5-bd74bd30f342' 2021-08-16 20:12:02.024 56 INFO rally.api [-] The report has been successfully built. 2021-08-16 20:12:03.885 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 20:12:03.885 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 20:12:03.885 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 20:12:06.462 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c2add43a-1dba-4794-86c5-bd74bd30f342' 2021-08-16 20:12:06.486 58 INFO rally.api [-] The report has been successfully built.