2021-08-17 09:55:55.768 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:55:55.769 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:55:55.769 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:55:58.334 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-17 09:55:58.334 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 09:55:58.334 8 ERROR rally.cli.cliutils 2021-08-17 09:55:59.908 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:55:59.909 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:55:59.909 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:04.016 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:04.016 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:04.016 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:08.540 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:08.541 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:08.541 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:09.984 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:09.984 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:09.985 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:12.261 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-17 09:56:12.261 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 09:56:12.261 18 ERROR rally.cli.cliutils 2021-08-17 09:56:13.767 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:13.768 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:13.768 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:16.214 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 09:56:16.253 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ec3e167e-06d1-4971-8d15-862cddadf436/repo. 2021-08-17 09:56:16.495 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ec3e167e-06d1-4971-8d15-862cddadf436/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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-17 09:56:16.541 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 09:56:16.550 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 09:56:16.563 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 09:56:16.627 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 09:56:17.340 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ec3e167e-06d1-4971-8d15-862cddadf436) has been successfully created! 2021-08-17 09:56:18.928 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:18.928 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:18.928 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:23.655 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:23.655 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:23.655 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:26.091 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ec3e167e-06d1-4971-8d15-862cddadf436) for deployment 'opnfv-rally' (UUID=52feb53f-dbc9-4125-98ab-77d8c44e9f40). 2021-08-17 09:56:26.465 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ec3e167e-06d1-4971-8d15-862cddadf436) has been successfully configured for deployment 'opnfv-rally' (UUID=52feb53f-dbc9-4125-98ab-77d8c44e9f40)! 2021-08-17 09:56:34.288 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 09:56:34.288 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 09:56:34.288 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 09:56:36.832 36 INFO rally.api [-] Starting verification (UUID=0b0c652d-de42-47bb-8da6-d92f9535e359) for deployment 'opnfv-rally' (UUID=52feb53f-dbc9-4125-98ab-77d8c44e9f40) by verifier 'opnfv-tempest' (UUID=ec3e167e-06d1-4971-8d15-862cddadf436). 2021-08-17 09:56:37.367 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 09:56:37.367 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ec3e167e-06d1-4971-8d15-862cddadf436/for-deployment-52feb53f-dbc9-4125-98ab-77d8c44e9f40/tempest.log' to option 'log_file'. 2021-08-17 09:56:37.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ec3e167e-06d1-4971-8d15-862cddadf436/for-deployment-52feb53f-dbc9-4125-98ab-77d8c44e9f40/tempest.log 2021-08-17 09:56:37.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 09:56:37.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ec3e167e-06d1-4971-8d15-862cddadf436/for-deployment-52feb53f-dbc9-4125-98ab-77d8c44e9f40/lock_files' to option 'lock_path'. 2021-08-17 09:56:37.368 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ec3e167e-06d1-4971-8d15-862cddadf436/for-deployment-52feb53f-dbc9-4125-98ab-77d8c44e9f40/lock_files 2021-08-17 09:56:37.369 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 09:56:37.369 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-08-17 09:56:37.369 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5e0f27d9-f238-4c7f-8939-fb4cf796d87a 2021-08-17 09:56:37.370 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 33932ef9-6808-4456-9afe-e97fd3b7b797 2021-08-17 09:56:37.370 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 39ecdca5-a3a1-403a-a33a-1e05f4e2dc1e 2021-08-17 09:56:37.371 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5f88af9c-851f-44f6-8b87-aa697ce15ea4 2021-08-17 09:56:37.605 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 09:56:37.606 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_neutron-net_391bb1c3-33ce-453c-b3bd-097a7bca6c06 2021-08-17 09:56:37.606 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 09:56:37.677 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 09:56:37.716 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_02f7aa5b_WTRAKrgT'. Using flavor 'rally_verify_02f7aa5b_WTRAKrgT' (ID = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8) for the tests. 2021-08-17 09:56:37.717 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8746b876-9c2c-4a6c-9b73-0302e8c4ede8' to option 'instance_type'. 2021-08-17 09:56:37.717 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8746b876-9c2c-4a6c-9b73-0302e8c4ede8 2021-08-17 09:56:37.718 36 INFO rally.task.context [-] Verification ec3e167e-06d1-4971-8d15-862cddadf436 | Context tempest@default setup() finished in 0.76 sec 2021-08-17 09:56:37.719 36 INFO rally.task.context [-] Verification ec3e167e-06d1-4971-8d15-862cddadf436 | Context testr@default setup() finished in 0.59 msec 2021-08-17 09:56:37.719 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8d4be7db-cd24-463b-87ff-c46b493ebcac'. 2021-08-17 09:56:44.639 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_logging.LoggingTestJSON.test_list_supported_logging_types ... success [0.339s] 2021-08-17 09:56:44.642 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_agent_availability_zone.AgentAvailabilityZoneTestCase.test_agents_availability_zone ... success [0.021s] 2021-08-17 09:56:44.824 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_logging.LoggingTestJSON.test_log_lifecycle ... success [0.186s] 2021-08-17 09:56:44.831 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.020s] 2021-08-17 09:56:44.846 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.015s] 2021-08-17 09:56:45.119 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_list_agents_non_admin ... success [0.272s] 2021-08-17 09:56:45.133 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.014s] 2021-08-17 09:56:45.242 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.108s] 2021-08-17 09:56:45.272 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.030s] 2021-08-17 09:56:46.526 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_network_segment_range.NetworkSegmentRangeTestJson ... skip: b'network-segment-range extension not enabled.' 2021-08-17 09:56:48.166 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [1.804s] 2021-08-17 09:56:48.726 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project ... success [0.817s] 2021-08-17 09:56:48.743 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_invalid_resource_type ... success [0.286s] 2021-08-17 09:56:48.750 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_other_tenant ... success [0.025s] 2021-08-17 09:56:48.781 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_nonexistent_port ... success [0.038s] 2021-08-17 09:56:48.793 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_logging_negative.LoggingNegativeTestJSON.test_create_log_with_nonexistent_sg ... success [0.012s] 2021-08-17 09:56:49.155 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_network_with_project_and_tenant ... success [0.404s] 2021-08-17 09:56:49.317 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_dhcp_port_status_active ... success [1.154s] 2021-08-17 09:56:49.340 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.022s] 2021-08-17 09:56:49.560 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.219s] 2021-08-17 09:56:50.221 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_networks.NetworksTestAdmin.test_create_tenant_network_vxlan ... success [1.065s] 2021-08-17 09:56:50.981 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_routers_dvr.RouterTestCentralizedToDVR.test_centralized_router_update_to_dvr ... success [2.552s] 2021-08-17 09:56:53.593 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_detail_quotas ... success [2.061s] 2021-08-17 09:56:53.986 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_quotas.QuotasTest.test_quotas ... success [0.395s] 2021-08-17 09:56:55.166 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_extension_driver_port_security_admin.PortSecurityAdminTests.test_create_port_security_false_on_shared_network ... success [1.625s] 2021-08-17 09:56:55.714 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_bulk_shared_network ... success [1.221s] 2021-08-17 09:56:56.129 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_regenerate_mac_address ... success [1.577s] 2021-08-17 09:56:56.795 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_port_shared_network_as_non_admin_tenant ... success [1.081s] 2021-08-17 09:56:57.417 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_create_update_shared_network ... success [0.621s] 2021-08-17 09:56:57.664 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesAdmin.test_update_mac_address ... success [1.535s] 2021-08-17 09:56:58.249 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_networks ... success [0.829s] 2021-08-17 09:56:59.693 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.764s] 2021-08-17 09:57:00.109 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_filtering_shared_subnets ... success [1.856s] 2021-08-17 09:57:00.463 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_list_shared_networks ... success [0.356s] 2021-08-17 09:57:00.755 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_shared_network_extension.SharedNetworksTest.test_show_shared_networks_attribute ... success [0.293s] 2021-08-17 09:57:01.547 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [1.852s] 2021-08-17 09:57:05.595 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request ... success [1.686s] 2021-08-17 09:57:06.219 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_empty ... success [0.625s] 2021-08-17 09:57:07.665 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_security_groups.SecGroupAdminTest.test_security_group_recreated_on_port_update ... success [3.414s] 2021-08-17 09:57:08.294 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_inherited_policy ... success [2.074s] 2021-08-17 09:57:08.593 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net ... success [9.466s] 2021-08-17 09:57:09.284 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_ports.PortTestCasesResourceRequest.test_port_resource_request_no_provider_net_conflict ... success [0.990s] 2021-08-17 09:57:10.557 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_one_policy_delete ... success [1.964s] 2021-08-17 09:57:11.404 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_create ... success [0.847s] 2021-08-17 09:57:13.084 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_conversion_on_policy_delete ... success [1.679s] 2021-08-17 09:57:14.526 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterFloatingIpTestJSON.test_filter_floatingip_tags ... success [0.731s] 2021-08-17 09:57:14.876 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_network_on_shared_policy_delete ... success [1.791s] 2021-08-17 09:57:15.274 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_badrequest_on_requesting_flags_and_flavor ... success [0.064s] 2021-08-17 09:57:15.613 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_create_router_with_flavor ... success [0.336s] 2021-08-17 09:57:15.718 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_flavors.RoutersFlavorTestCase.test_delete_router_flavor_in_use ... success [0.107s] 2021-08-17 09:57:16.291 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterNetworkTestJSON.test_filter_network_tags ... success [0.975s] 2021-08-17 09:57:18.614 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_external_update_policy_from_wildcard_to_specific_tenant ... success [3.738s] 2021-08-17 09:57:22.068 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_allocate_floatingip ... success [3.452s] 2021-08-17 09:57:23.927 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterSecGroupTestJSON.test_filter_security_group_tags ... success [0.788s] 2021-08-17 09:57:26.301 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_policy_allows_tenant_to_attach_ext_gw ... success [4.233s] 2021-08-17 09:57:26.959 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_blocked_from_creating_external_wild_policies ... success [0.656s] 2021-08-17 09:57:28.022 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFilterPortTestJSON.test_filter_port_tags ... success [0.540s] 2021-08-17 09:57:31.502 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_regular_client_shares_with_another ... success [4.542s] 2021-08-17 09:57:32.537 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_delete_ha_router_keeps_ha_network_segment_data ... success [8.422s] 2021-08-17 09:57:33.344 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_created_from_external_network_api ... success [1.842s] 2021-08-17 09:57:33.905 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_wildcard_policy_delete_blocked_on_default_ext ... success [0.560s] 2021-08-17 09:57:35.175 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetTestJSON.test_filter_subnet_tags ... success [0.666s] 2021-08-17 09:57:37.227 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_ha_router_creation ... success [4.690s] 2021-08-17 09:57:38.755 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_legacy_router_creation ... success [1.529s] 2021-08-17 09:57:39.880 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagFloatingIpTestJSON.test_floatingip_tags ... success [1.542s] 2021-08-17 09:57:43.963 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagSubnetPoolTestJSON.test_subnetpool_tags ... success [0.548s] 2021-08-17 09:57:43.979 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_routers_ha.RoutersTestHA.test_legacy_router_update_to_ha ... success [5.222s] 2021-08-17 09:57:45.266 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.admin.test_tag.TagRouterTestJSON.test_router_tags ... success [2.650s] 2021-08-17 09:57:48.559 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_create_with_address_pair_blocked_on_other_network ... success [0.621s] 2021-08-17 09:57:49.137 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_associate_floating_ip_with_port_from_another_project ... success [3.539s] 2021-08-17 09:57:49.284 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_shared_network_extension.AllowedAddressPairSharedNetworkTest.test_update_with_address_pair_blocked_on_other_network ... success [0.725s] 2021-08-17 09:57:49.479 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.admin.test_tag.TagSubnetTestJSON.test_subnet_tags ... success [1.567s] 2021-08-17 09:57:50.636 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_floatingip_with_specified_ip_address ... success [1.502s] 2021-08-17 09:57:51.897 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [0.659s] 2021-08-17 09:57:52.322 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.424s] 2021-08-17 09:57:53.168 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_availability_zones.ListAvailableZonesTest.test_list_available_zones ... success [0.232s] 2021-08-17 09:57:54.196 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_conntrack_helper.ConntrackHelperTestJSON ... skip: b'l3-conntrack-helper extension not enabled.' 2021-08-17 09:57:56.394 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagFilterRouterTestJSON.test_filter_router_tags ... success [1.170s] 2021-08-17 09:57:57.929 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.487s] 2021-08-17 09:58:00.918 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_includes_all ... success [0.099s] 2021-08-17 09:58:00.933 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_pagination ... success [0.016s] 2021-08-17 09:58:00.945 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_project_id ... success [0.011s] 2021-08-17 09:58:00.955 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_extensions.ExtensionsTest.test_list_extensions_sorting ... success [0.009s] 2021-08-17 09:58:03.188 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_flavor ... success [0.096s] 2021-08-17 09:58:03.269 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_create_update_delete_service_profile ... success [0.081s] 2021-08-17 09:58:03.285 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_flavors ... success [0.016s] 2021-08-17 09:58:03.295 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_list_service_profiles ... success [0.010s] 2021-08-17 09:58:03.308 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_flavor ... success [0.012s] 2021-08-17 09:58:03.319 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsIpV6TestJSON.test_show_service_profile ... success [0.011s] 2021-08-17 09:58:04.361 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_add_list_remove_router_on_l3_agent ... success [0.439s] 2021-08-17 09:58:04.489 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_l3_agent_scheduler.L3AgentSchedulerTestJSON.test_list_routers_on_l3_agent ... success [0.127s] 2021-08-17 09:58:09.156 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagPortTestJSON.test_port_tags ... success [1.150s] 2021-08-17 09:58:10.498 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_with_port_with_floatingip ... success [10.229s] 2021-08-17 09:58:10.520 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_floatingip_when_quotas_is_full ... success [1.700s] 2021-08-17 09:58:10.726 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_floating_ips.FloatingIPPoolTestJSON.test_create_floatingip_from_specific_pool ... success [4.612s] 2021-08-17 09:58:11.584 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_network_when_quotas_is_full ... success [1.064s] 2021-08-17 09:58:13.892 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagQosPolicyTestJSON.test_qos_policy_tags ... success [0.777s] 2021-08-17 09:58:13.982 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2021-08-17 09:58:14.490 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_port_when_quotas_is_full ... success [2.903s] 2021-08-17 09:58:15.306 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_router_when_quotas_is_full ... success [0.816s] 2021-08-17 09:58:15.422 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_create_policy ... success [0.312s] 2021-08-17 09:58:16.028 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_rule_when_quotas_is_full ... success [0.721s] 2021-08-17 09:58:16.249 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_with_policy ... success [0.825s] 2021-08-17 09:58:16.530 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_security_group_when_quotas_is_full ... success [0.502s] 2021-08-17 09:58:16.953 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_default_policy_creating_network_without_policy ... success [0.704s] 2021-08-17 09:58:17.583 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagSecGroupTestJSON.test_security_group_tags ... success [0.420s] 2021-08-17 09:58:18.300 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_network ... success [1.348s] 2021-08-17 09:58:18.560 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_quotas_negative.QuotasAdminNegativeTestJSON.test_create_subnet_when_quotas_is_full ... success [2.030s] 2021-08-17 09:58:19.616 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_not_allowed_if_policy_in_use_by_port ... success [1.313s] 2021-08-17 09:58:19.827 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_delete_policy ... success [0.212s] 2021-08-17 09:58:19.911 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_get_policy_that_is_shared ... success [0.083s] 2021-08-17 09:58:19.923 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_admin_rule_types ... success [0.008s] 2021-08-17 09:58:20.029 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_filter_by_name ... success [0.108s] 2021-08-17 09:58:20.509 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_policy_sort_by_name ... success [0.480s] 2021-08-17 09:58:20.516 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_list_regular_rule_types ... success [0.008s] 2021-08-17 09:58:21.059 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_admin_network ... success [0.541s] 2021-08-17 09:58:21.359 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_non_shared_policy ... success [0.299s] 2021-08-17 09:58:21.446 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_network_nonexistent_policy ... success [0.086s] 2021-08-17 09:58:21.878 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_non_shared_policy ... success [0.432s] 2021-08-17 09:58:21.906 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.admin.test_tag.TagTrunkTestJSON.test_trunk_tags ... success [0.585s] 2021-08-17 09:58:22.439 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_nonexistent_policy ... success [0.561s] 2021-08-17 09:58:23.594 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_port_shared_policy ... success [1.153s] 2021-08-17 09:58:23.628 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_metering_negative.MeteringNegativeTestJSON ... skip: b'metering extension not enabled.' 2021-08-17 09:58:23.947 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_association_with_tenant_network ... success [0.352s] 2021-08-17 09:58:23.956 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_create_forbidden_for_regular_tenants ... success [0.010s] 2021-08-17 09:58:24.114 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update ... success [0.157s] 2021-08-17 09:58:24.865 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_admin_network ... success [0.750s] 2021-08-17 09:58:25.784 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_create_shared_address_scope ... success [0.189s] 2021-08-17 09:58:26.133 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_admin_update_shared_address_scope ... success [0.349s] 2021-08-17 09:58:26.324 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_association_with_port_shared_policy ... success [1.458s] 2021-08-17 09:58:26.368 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_foreign_policy ... success [0.044s] 2021-08-17 09:58:26.503 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_policy_update_forbidden_for_regular_tenants_own_policy ... success [0.134s] 2021-08-17 09:58:26.534 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_delete_address_scope ... success [0.400s] 2021-08-17 09:58:26.577 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope ... success [0.042s] 2021-08-17 09:58:26.630 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_show_address_scope_project_id ... success [0.053s] 2021-08-17 09:58:26.755 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_qos_policy_delete_with_rules ... success [0.251s] 2021-08-17 09:58:26.763 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_create_list_address_scope ... success [0.132s] 2021-08-17 09:58:26.848 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_address_scopes.AddressScopeTest.test_tenant_update_address_scope ... success [0.085s] 2021-08-17 09:58:27.083 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_shared_policy_update ... success [0.327s] 2021-08-17 09:58:27.205 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_policy_has_project_id ... success [0.122s] 2021-08-17 09:58:27.213 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_admin ... success [0.008s] 2021-08-17 09:58:27.222 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_show_rule_type_details_as_user ... success [0.008s] 2021-08-17 09:58:27.852 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.110s] 2021-08-17 09:58:28.427 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination ... success [0.573s] 2021-08-17 09:58:28.749 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.320s] 2021-08-17 09:58:28.821 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_none ... success [3.449s] 2021-08-17 09:58:29.102 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.QosTestJSON.test_user_create_port_with_admin_qos_policy ... success [1.878s] 2021-08-17 09:58:29.167 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.417s] 2021-08-17 09:58:29.663 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_create_rbac_policy_with_target_tenant_too_long_id ... success [0.840s] 2021-08-17 09:58:29.828 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.659s] 2021-08-17 09:58:32.203 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [0.740s] 2021-08-17 09:58:32.217 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.388s] 2021-08-17 09:58:32.343 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_delete_self_share_rule ... success [2.680s] 2021-08-17 09:58:33.059 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.841s] 2021-08-17 09:58:33.216 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_asc ... success [0.158s] 2021-08-17 09:58:33.377 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_sorts_desc ... success [0.161s] 2021-08-17 09:58:33.508 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [1.305s] 2021-08-17 09:58:33.511 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_networks.NetworksSearchCriteriaTest.test_list_validation_filters ... success [0.132s] 2021-08-17 09:58:34.500 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [0.991s] 2021-08-17 09:58:35.421 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_duplicate_policy_error ... success [3.078s] 2021-08-17 09:58:36.093 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [1.592s] 2021-08-17 09:58:36.332 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_fields ... success [0.911s] 2021-08-17 09:58:37.745 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filter_policies ... success [1.411s] 2021-08-17 09:58:39.990 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.076s] 2021-08-17 09:58:40.341 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination ... success [0.349s] 2021-08-17 09:58:40.502 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.160s] 2021-08-17 09:58:40.549 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_fields ... success [0.433s] 2021-08-17 09:58:40.673 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_filtering_works_with_rbac_records_present ... success [2.925s] 2021-08-17 09:58:40.729 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.227s] 2021-08-17 09:58:40.963 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_filter_rbac_policies ... success [0.413s] 2021-08-17 09:58:41.160 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.429s] 2021-08-17 09:58:42.123 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_project_id_wild_remove ... success [1.157s] 2021-08-17 09:58:42.995 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.832s] 2021-08-17 09:58:43.028 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_network_only_visible_to_policy_target ... success [2.357s] 2021-08-17 09:58:43.138 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_net_bound_shared_policy_wildcard_and_projectid_wild_remains ... success [1.007s] 2021-08-17 09:58:43.621 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.626s] 2021-08-17 09:58:43.711 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_asc ... success [0.092s] 2021-08-17 09:58:43.797 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_ports.PortsSearchCriteriaTest.test_list_sorts_desc ... success [0.086s] 2021-08-17 09:58:44.715 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_network_presence_prevents_policy_rbac_policy_deletion ... success [1.584s] 2021-08-17 09:58:45.439 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_show ... success [2.409s] 2021-08-17 09:58:46.206 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard ... success [1.491s] 2021-08-17 09:58:46.784 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_sharing_with_wildcard_and_project_id ... success [0.577s] 2021-08-17 09:58:47.012 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_policy_target_update ... success [0.227s] 2021-08-17 09:58:47.290 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_rbac_policy_show ... success [0.277s] 2021-08-17 09:58:47.762 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.470s] 2021-08-17 09:58:48.180 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_policy_target_update ... success [2.741s] 2021-08-17 09:58:48.267 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_qos.RbacSharedQosPoliciesTest.test_regular_client_shares_to_another_regular_client ... success [0.504s] 2021-08-17 09:58:50.510 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.766s] 2021-08-17 09:58:50.841 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_get_rules_by_policy ... success [0.332s] 2021-08-17 09:58:51.323 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create ... success [0.481s] 2021-08-17 09:58:51.455 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.133s] 2021-08-17 09:58:51.465 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.010s] 2021-08-17 09:58:51.480 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.015s] 2021-08-17 09:58:51.785 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_delete ... success [0.302s] 2021-08-17 09:58:52.302 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update ... success [0.516s] 2021-08-17 09:58:52.496 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.195s] 2021-08-17 09:58:52.521 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.HaRoutersNegativeTest.test_router_create_tenant_ha_returns_forbidden ... success [0.014s] 2021-08-17 09:58:52.610 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_port_presence_prevents_network_rbac_policy_deletion ... success [4.428s] 2021-08-17 09:58:52.699 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.202s] 2021-08-17 09:58:55.869 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_bumps_network_revision ... success [3.257s] 2021-08-17 09:58:57.315 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_get_rules_by_policy ... success [0.406s] 2021-08-17 09:58:57.365 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_invalid_rule_create ... success [0.050s] 2021-08-17 09:58:57.678 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_delete_allocated_net_topology_as_tenant ... success [13.795s] 2021-08-17 09:59:00.602 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_rbac_policy_quota ... success [4.731s] 2021-08-17 09:59:01.408 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_qos_dscp_create_and_update ... success [4.030s] 2021-08-17 09:59:01.731 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create ... success [0.327s] 2021-08-17 09:59:01.850 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_fail_for_the_same_type ... success [0.120s] 2021-08-17 09:59:01.859 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.009s] 2021-08-17 09:59:01.873 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.014s] 2021-08-17 09:59:02.104 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_delete ... success [0.229s] 2021-08-17 09:59:02.359 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosDscpMarkingRuleTestJSON.test_rule_update ... success [0.255s] 2021-08-17 09:59:02.773 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativeTest.test_delete_router_in_use ... success [2.960s] 2021-08-17 09:59:02.975 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_anothers_network ... success [2.373s] 2021-08-17 09:59:03.710 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_blocked_from_sharing_with_wildcard ... success [0.735s] 2021-08-17 09:59:04.430 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_regular_client_shares_to_another_regular_client ... success [0.719s] 2021-08-17 09:59:06.022 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.087s] 2021-08-17 09:59:06.259 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_auto_allocated_topology.TestAutoAllocatedTopology.test_get_allocated_net_topology_as_tenant ... success [8.578s] 2021-08-17 09:59:06.675 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_subnet_on_network_only_visible_to_policy_target ... success [2.245s] 2021-08-17 09:59:07.079 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination ... success [1.054s] 2021-08-17 09:59:07.200 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.121s] 2021-08-17 09:59:07.323 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.123s] 2021-08-17 09:59:07.917 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.591s] 2021-08-17 09:59:08.627 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_can_delete_port_on_own_network ... success [1.951s] 2021-08-17 09:59:08.662 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.743s] 2021-08-17 09:59:09.461 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_tenant_cant_delete_other_tenants_ports ... success [0.834s] 2021-08-17 09:59:09.479 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_pagination_with_marker ... success [0.817s] 2021-08-17 09:59:09.802 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_asc ... success [0.323s] 2021-08-17 09:59:09.987 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos.QosSearchCriteriaTest.test_list_sorts_desc ... success [0.185s] 2021-08-17 09:59:11.434 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_filter_fields ... success [0.543s] 2021-08-17 09:59:11.442 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_shared_network_extension.RBACSharedNetworksTest.test_update_self_share_rule ... success [1.980s] 2021-08-17 09:59:11.915 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_filter_rbac_policies ... success [0.482s] 2021-08-17 09:59:12.543 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_policy_target_update ... success [0.627s] 2021-08-17 09:59:13.131 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_update_rule_nonexistent_policy ... success [0.254s] 2021-08-17 09:59:13.187 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosBandwidthLimitRuleNegativeTestJSON.test_rule_update_rule_nonexistent_rule ... success [0.057s] 2021-08-17 09:59:14.530 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_port_presence_prevents_policy_rbac_policy_deletion ... success [1.985s] 2021-08-17 09:59:14.853 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_rbac_policy_show ... success [0.324s] 2021-08-17 09:59:15.305 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.450s] 2021-08-17 09:59:15.752 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.RbacSharedSecurityGroupTest.test_regular_client_shares_to_another_regular_client ... success [0.446s] 2021-08-17 09:59:16.145 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_description ... success [0.267s] 2021-08-17 09:59:16.159 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_name ... success [0.014s] 2021-08-17 09:59:16.174 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_add_policy_with_too_long_tenant_id ... success [0.014s] 2021-08-17 09:59:16.469 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_description ... success [0.292s] 2021-08-17 09:59:16.513 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_qos_negative.QosNegativeTestJSON.test_update_policy_with_too_long_name ... success [0.046s] 2021-08-17 09:59:18.974 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [0.814s] 2021-08-17 09:59:19.374 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.399s] 2021-08-17 09:59:20.925 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_router_interface_fip.RouterInterfaceFip ... skip: b'Skipped because network extension: router-interface-fip is not enabled' 2021-08-17 09:59:21.291 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterQosPolicyTestJSON.test_filter_qos_policy_tags ... success [1.384s] 2021-08-17 09:59:23.270 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_create_sg_rules_when_quota_disabled ... success [2.734s] 2021-08-17 09:59:23.455 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_decrease_less_than_created ... success [0.189s] 2021-08-17 09:59:23.957 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_flavor ... success [0.085s] 2021-08-17 09:59:24.040 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_create_update_delete_service_profile ... success [0.082s] 2021-08-17 09:59:24.049 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_flavors ... success [0.010s] 2021-08-17 09:59:24.059 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_list_service_profiles ... success [0.009s] 2021-08-17 09:59:24.080 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_flavor ... success [0.021s] 2021-08-17 09:59:24.091 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_flavors_extensions.TestFlavorsJson.test_show_service_profile ... success [0.012s] 2021-08-17 09:59:24.851 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_increased ... success [1.388s] 2021-08-17 09:59:25.044 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupRulesQuotaTest.test_sg_rules_quota_values ... success [0.197s] 2021-08-17 09:59:26.212 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterSubnetpoolTestJSON.test_filter_subnetpool_tags ... success [0.264s] 2021-08-17 09:59:26.314 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.DvrRoutersTestToCentralized.test_convert_distributed_router_back_to_centralized ... success [4.313s] 2021-08-17 09:59:28.930 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.172s] 2021-08-17 09:59:29.346 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_pagination ... success [0.412s] 2021-08-17 09:59:29.443 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_asc ... success [0.098s] 2021-08-17 09:59:29.609 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups.SecGroupSearchCriteriaTest.test_list_sorts_by_name_desc ... success [0.166s] 2021-08-17 09:59:34.131 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.DvrRoutersTestUpdateDistributedExtended.test_convert_centralized_router_to_distributed_extended ... success [5.184s] 2021-08-17 09:59:34.374 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_nonexistent_sec_group ... success [1.693s] 2021-08-17 09:59:35.347 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_assign_sec_group_twice ... success [0.972s] 2021-08-17 09:59:35.361 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_boolean_type_name ... success [0.014s] 2021-08-17 09:59:35.371 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_with_too_long_name ... success [0.010s] 2021-08-17 09:59:35.938 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_in_use_sec_group ... success [0.565s] 2021-08-17 09:59:36.694 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagFilterTrunkTestJSON.test_filter_trunk_tags ... success [0.168s] 2021-08-17 09:59:37.037 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_no_sec_group_changes_after_assignment_failure ... success [1.098s] 2021-08-17 09:59:37.127 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_default_security_group_name ... success [0.090s] 2021-08-17 09:59:37.175 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_boolean_type_name ... success [0.048s] 2021-08-17 09:59:37.225 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupIPv6Test.test_update_security_group_with_too_long_name ... success [0.049s] 2021-08-17 09:59:37.763 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_blank_update_clears_association ... success [4.333s] 2021-08-17 09:59:39.673 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.DvrRoutersTestUpdateDistributedExtended.test_convert_distributed_router_to_centralized_extended ... success [5.542s] 2021-08-17 09:59:43.563 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_integers ... success [0.955s] 2021-08-17 09:59:43.605 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_description ... success [5.841s] 2021-08-17 09:59:43.987 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupProtocolTest.test_create_security_group_rule_with_ipv6_protocol_names ... success [0.424s] 2021-08-17 09:59:46.801 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_sp_associate_address_scope_multiple_prefix_intersect ... success [0.676s] 2021-08-17 09:59:48.246 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.TagNetworkTestJSON.test_network_tags ... success [1.881s] 2021-08-17 09:59:48.729 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnet_different_pools_same_network ... success [1.927s] 2021-08-17 09:59:48.790 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_of_other_owner ... success [0.062s] 2021-08-17 09:59:49.131 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_address_scope_prefix_intersect ... success [0.339s] 2021-08-17 09:59:49.145 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_invalid_address_scope ... success [0.015s] 2021-08-17 09:59:49.202 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_create_subnetpool_associate_non_exist_address_scope ... success [0.056s] 2021-08-17 09:59:49.219 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_port_details ... success [5.612s] 2021-08-17 09:59:49.227 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_delete_non_existent_subnetpool ... success [0.025s] 2021-08-17 09:59:49.253 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_get_non_existent_subnetpool ... success [0.025s] 2021-08-17 09:59:49.271 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_default_subnetpool ... success [0.018s] 2021-08-17 09:59:49.289 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_shared_subnetpool ... success [0.016s] 2021-08-17 09:59:49.290 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_create_subnetpool_associate_shared_address_scope ... skip [0.000s]: b'Test is outdated starting from Ussuri release.' 2021-08-17 09:59:49.367 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_get_not_shared_admin_subnetpool ... success [0.078s] 2021-08-17 09:59:49.963 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_default_snat_value ... success [6.727s] 2021-08-17 09:59:50.421 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_tenant_update_sp_prefix_associated_with_shared_addr_scope ... success [1.052s] 2021-08-17 09:59:50.446 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_non_existent_subnetpool ... success [0.025s] 2021-08-17 09:59:50.640 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_of_other_owner ... success [0.194s] 2021-08-17 09:59:50.838 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_associate_address_scope_wrong_ip_version ... success [0.197s] 2021-08-17 09:59:51.798 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_multiple_prefix_intersect ... success [0.959s] 2021-08-17 09:59:51.873 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_not_modifiable_shared ... success [0.075s] 2021-08-17 09:59:52.242 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefix_intersect ... success [0.368s] 2021-08-17 09:59:52.346 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_prefixes_shrink ... success [0.104s] 2021-08-17 09:59:52.417 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnetpools_negative.SubnetPoolsNegativeTestJSON.test_update_subnetpool_tenant_id ... success [0.071s] 2021-08-17 09:59:52.591 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.admin.test_tag.UpdateTagsTest.test_update_tags_affects_only_updated_resource ... success [1.325s] 2021-08-17 09:59:55.112 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_floating_ips.FloatingIPTestJSON.test_floatingip_update_extra_attributes_port_id_not_changed ... success [5.892s] 2021-08-17 09:59:57.037 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_fields ... success [0.698s] 2021-08-17 09:59:57.242 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_filter_rbac_policies ... success [0.204s] 2021-08-17 09:59:57.371 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_policy_target_update ... success [0.130s] 2021-08-17 09:59:57.664 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_rbac_policy_show ... success [0.291s] 2021-08-17 09:59:57.856 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.191s] 2021-08-17 09:59:58.189 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_regular_client_shares_to_another_regular_client ... success [0.332s] 2021-08-17 09:59:59.148 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_router_with_snat_explicit ... success [9.182s] 2021-08-17 09:59:59.335 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes.RbacAddressScopeTest.test_subnet_pool_presence_prevents_rbac_policy_deletion ... success [1.145s] 2021-08-17 10:00:00.118 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.077s] 2021-08-17 10:00:00.566 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination ... success [0.446s] 2021-08-17 10:00:00.595 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_create_update_router_description ... success [1.449s] 2021-08-17 10:00:00.756 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.190s] 2021-08-17 10:00:00.940 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.184s] 2021-08-17 10:00:01.346 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.405s] 2021-08-17 10:00:02.486 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_href_links ... success [1.137s] 2021-08-17 10:00:03.557 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_pagination_with_marker ... success [1.071s] 2021-08-17 10:00:03.589 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_address_scope_associated_with_subnetpool ... success [0.516s] 2021-08-17 10:00:03.616 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_delete_non_existent_address_scope ... success [0.027s] 2021-08-17 10:00:03.633 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_asc ... success [0.077s] 2021-08-17 10:00:03.636 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_get_non_existent_address_scope ... success [0.020s] 2021-08-17 10:00:03.650 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_create_shared_address_scope ... success [0.013s] 2021-08-17 10:00:03.700 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_sorts_desc ... success [0.067s] 2021-08-17 10:00:03.775 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_subnets.SubnetsSearchCriteriaTest.test_list_validation_filters ... success [0.073s] 2021-08-17 10:00:03.968 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_get_not_shared_admin_address_scope ... success [0.317s] 2021-08-17 10:00:04.026 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_false ... success [0.057s] 2021-08-17 10:00:04.083 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_tenant_update_address_scope_shared_true ... success [0.056s] 2021-08-17 10:00:04.102 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_non_existent_address_scope ... success [0.019s] 2021-08-17 10:00:04.166 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_address_scopes_negative.AddressScopeTestNegative.test_update_shared_address_scope_to_unshare ... success [0.063s] 2021-08-17 10:00:09.256 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_network_with_timestamp ... success [0.773s] 2021-08-17 10:00:10.547 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_port_with_timestamp ... success [1.290s] 2021-08-17 10:00:10.744 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [1.056s] 2021-08-17 10:00:10.803 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_port_delete ... success [2.641s] 2021-08-17 10:00:11.169 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnet_with_timestamp ... success [0.621s] 2021-08-17 10:00:11.329 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_create_subnetpool_with_timestamp ... success [0.160s] 2021-08-17 10:00:11.770 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_segment_with_timestamp ... success [0.439s] 2021-08-17 10:00:12.013 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_after_subnet_and_ports ... success [1.210s] 2021-08-17 10:00:12.133 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_networks_attribute_with_timestamp ... success [0.364s] 2021-08-17 10:00:12.266 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [1.522s] 2021-08-17 10:00:12.286 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_list_ip_availability_before_subnet ... success [0.273s] 2021-08-17 10:00:13.008 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_port_attribute_with_timestamp ... success [0.873s] 2021-08-17 10:00:14.019 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnet_attribute_with_timestamp ... success [1.010s] 2021-08-17 10:00:14.072 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [1.805s] 2021-08-17 10:00:14.111 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_show_subnetpool_attribute_with_timestamp ... success [0.092s] 2021-08-17 10:00:14.742 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_network_with_timestamp ... success [0.630s] 2021-08-17 10:00:15.665 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_port_delete ... success [3.379s] 2021-08-17 10:00:16.297 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_port_with_timestamp ... success [1.553s] 2021-08-17 10:00:16.450 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [2.376s] 2021-08-17 10:00:16.548 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_extra_routes_atomic ... success [15.950s] 2021-08-17 10:00:18.192 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv6Test.test_show_ip_availability_after_subnet_and_ports_create ... success [2.525s] 2021-08-17 10:00:19.302 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnet_with_timestamp ... success [3.004s] 2021-08-17 10:00:19.427 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_timestamp.TestTimeStamp.test_update_subnetpool_with_timestamp ... success [0.126s] 2021-08-17 10:00:25.025 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_allowed_address_pairs ... success [2.168s] 2021-08-17 10:00:27.756 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_network_with_project ... success [0.718s] 2021-08-17 10:00:28.402 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_create_port_sec_with_security_group ... success [3.377s] 2021-08-17 10:00:28.907 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_create_update_network_dns_domain ... success [1.149s] 2021-08-17 10:00:29.458 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_list_networks_fields_keystone_v3 ... success [0.550s] 2021-08-17 10:00:29.592 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network ... success [0.135s] 2021-08-17 10:00:30.247 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_networks.NetworksTestJSON.test_show_network_fields_keystone_v3 ... success [0.653s] 2021-08-17 10:00:30.339 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_delete_with_port_sec ... success [1.936s] 2021-08-17 10:00:31.671 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_default_value ... success [1.330s] 2021-08-17 10:00:32.841 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_network_attached_with_two_routers ... success [16.291s] 2021-08-17 10:00:33.980 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_1 ... success [2.308s] 2021-08-17 10:00:35.158 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_specific_value_2 ... success [1.178s] 2021-08-17 10:00:35.658 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_add_subport_with_mtu_equal_to_trunk ... success [6.486s] 2021-08-17 10:00:39.695 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_pass ... success [4.534s] 2021-08-17 10:00:41.116 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_add_subport_with_mtu_greater_than_subport ... success [5.458s] 2021-08-17 10:00:43.299 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_extension_driver_port_security.PortSecTest.test_port_sec_update_port_failed ... success [3.603s] 2021-08-17 10:00:43.866 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_2_port_forwardings_to_floating_ip ... success [4.941s] 2021-08-17 10:00:45.488 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_router_interface_status ... success [12.647s] 2021-08-17 10:00:47.919 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_create_trunk_with_mtu_equal_to_subport ... success [6.800s] 2021-08-17 10:00:49.994 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_port_forwarding_to_port_with_fip ... success [6.129s] 2021-08-17 10:00:53.619 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunkTestMtusJSON.test_create_trunk_with_mtu_greater_than_subport ... success [5.699s] 2021-08-17 10:00:54.869 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_associate_port_forwarding_to_used_floating_ip ... success [4.874s] 2021-08-17 10:00:55.476 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_extra_route ... success [9.986s] 2021-08-17 10:00:58.046 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2021-08-17 10:00:58.262 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_port_forwarding_info_in_fip_details ... success [3.392s] 2021-08-17 10:01:00.561 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.029s] 2021-08-17 10:01:00.837 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination ... success [0.273s] 2021-08-17 10:01:00.918 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.081s] 2021-08-17 10:01:01.003 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.085s] 2021-08-17 10:01:01.127 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.123s] 2021-08-17 10:01:01.487 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.357s] 2021-08-17 10:01:01.749 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_pagination_with_marker ... success [0.263s] 2021-08-17 10:01:01.766 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_port_delete ... success [2.662s] 2021-08-17 10:01:01.828 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_asc ... success [0.080s] 2021-08-17 10:01:01.867 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk.TrunksSearchCriteriaTest.test_list_sorts_desc ... success [0.038s] 2021-08-17 10:01:03.007 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_reset_gateway_without_snat ... success [7.532s] 2021-08-17 10:01:03.231 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_after_subnet_and_ports ... success [1.466s] 2021-08-17 10:01:03.490 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_list_ip_availability_before_subnet ... success [0.259s] 2021-08-17 10:01:05.063 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_port_forwardings.PortForwardingTestJSON.test_port_forwarding_life_cycle ... success [6.801s] 2021-08-17 10:01:05.685 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_port_delete ... success [2.194s] 2021-08-17 10:01:07.187 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability.NetworksIpAvailabilityIPv4Test.test_show_ip_availability_after_subnet_and_ports_create ... success [1.502s] 2021-08-17 10:01:08.589 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_with_snat_explicit ... success [5.580s] 2021-08-17 10:01:13.671 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestMtusJSON.test_add_subport_with_mtu_greater_than_trunk ... success [5.821s] 2021-08-17 10:01:15.043 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersIpV6Test.test_update_router_set_gateway_without_snat ... success [6.453s] 2021-08-17 10:01:15.599 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_network_ip_availability_negative.NetworksIpAvailabilityNegativeTest.test_network_availability_nonexistent_network_id ... success [0.196s] 2021-08-17 10:01:18.728 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_create_network_custom_mtu ... success [0.973s] 2021-08-17 10:01:19.347 36 INFO opnfv-tempest [-] {1} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestMtusJSON.test_create_trunk_with_mtu_smaller_than_subport ... success [5.677s] 2021-08-17 10:01:19.367 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks.NetworksMtuTestJSON.test_update_network_custom_mtu ... success [0.638s] 2021-08-17 10:01:24.370 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_delete_network_in_use ... success [0.931s] 2021-08-17 10:01:24.454 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_networks_negative.NetworksNegativeTest.test_update_network_mtu ... success [0.084s] 2021-08-17 10:01:27.522 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_bulk_creation ... skip [0.001s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2021-08-17 10:01:27.525 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_bulk_creation_no_tags ... skip [0.001s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2021-08-17 10:01:27.526 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_ports.PortsTaggingOnCreationTestJSON.test_tagging_ports_during_creation ... skip [0.001s]: b'Skipped because network extension: tag-ports-during-bulk-creation is not enabled' 2021-08-17 10:01:28.686 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_default_snat_value ... success [5.311s] 2021-08-17 10:01:34.063 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_portbinding_bumps_revision ... success [4.579s] 2021-08-17 10:01:36.064 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_port_forwarding_negative.PortForwardingNegativeTestJSON.test_mapping_different_external_ports_to_the_same_destination ... success [3.201s] 2021-08-17 10:01:37.280 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_allowed_address_pairs_bumps_revision ... success [3.217s] 2021-08-17 10:01:38.253 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_router_with_snat_explicit ... success [9.566s] 2021-08-17 10:01:39.456 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_port_forwarding_negative.PortForwardingNegativeTestJSON.test_mapping_same_fip_and_external_port_to_different_dest ... success [3.392s] 2021-08-17 10:01:39.742 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_create_update_router_description ... success [1.490s] 2021-08-17 10:01:40.475 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_dns_domain_bumps_revision ... success [3.193s] 2021-08-17 10:01:41.682 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_external_network_bumps_revision ... success [1.208s] 2021-08-17 10:01:44.735 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_extra_dhcp_opt_bumps_revision ... success [3.051s] 2021-08-17 10:01:54.354 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_extra_routes_atomic ... success [14.608s] 2021-08-17 10:01:57.929 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_add_ips_to_port ... success [2.140s] 2021-08-17 10:01:59.651 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_change_dhcp_flag_then_create_port ... success [1.721s] 2021-08-17 10:02:01.193 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_description ... success [1.542s] 2021-08-17 10:02:02.658 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_floatingip_bumps_revision ... success [17.919s] 2021-08-17 10:02:03.498 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_bumps_revision ... success [0.843s] 2021-08-17 10:02:03.647 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_domain ... success [2.453s] 2021-08-17 10:02:04.433 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_network_constrained_by_revision ... success [0.933s] 2021-08-17 10:02:06.030 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_dns_name ... success [2.383s] 2021-08-17 10:02:06.839 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_bumps_revision ... success [2.405s] 2021-08-17 10:02:07.880 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name ... success [1.850s] 2021-08-17 10:02:11.301 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_security_bumps_revisions ... success [4.462s] 2021-08-17 10:02:11.898 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_network_attached_with_two_routers ... success [17.542s] 2021-08-17 10:02:13.336 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_port_sg_binding_bumps_revision ... success [2.034s] 2021-08-17 10:02:14.815 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_network_policy_binding_bumps_revision ... success [1.479s] 2021-08-17 10:02:16.994 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_qos_port_policy_binding_bumps_revision ... success [2.177s] 2021-08-17 10:02:20.829 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [2.177s] 2021-08-17 10:02:22.168 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_attach_and_detach_a_policy_by_a_tenant ... success [1.339s] 2021-08-17 10:02:22.452 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.284s] 2021-08-17 10:02:22.783 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_create_policy_with_multiple_rules ... success [0.330s] 2021-08-17 10:02:23.032 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.249s] 2021-08-17 10:02:23.271 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_get_rules_by_policy ... success [0.238s] 2021-08-17 10:02:23.436 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.163s] 2021-08-17 10:02:23.621 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create ... success [0.185s] 2021-08-17 10:02:23.759 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.137s] 2021-08-17 10:02:23.960 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_fail_for_the_same_type ... success [0.200s] 2021-08-17 10:02:23.975 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.014s] 2021-08-17 10:02:23.987 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_forbidden_for_regular_tenants ... success [0.012s] 2021-08-17 10:02:24.007 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.019s] 2021-08-17 10:02:24.029 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_create_rule_nonexistent_policy ... success [0.021s] 2021-08-17 10:02:24.259 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.228s] 2021-08-17 10:02:24.485 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_router_interface_status ... success [12.587s] 2021-08-17 10:02:24.513 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_delete ... success [0.254s] 2021-08-17 10:02:24.787 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.273s] 2021-08-17 10:02:25.091 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update ... success [0.303s] 2021-08-17 10:02:25.226 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.134s] 2021-08-17 10:02:25.268 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_bumps_revision ... success [8.273s] 2021-08-17 10:02:25.394 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_foreign_policy ... success [0.168s] 2021-08-17 10:02:25.514 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.118s] 2021-08-17 10:02:25.629 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosBandwidthLimitRuleWithDirectionTestJSON.test_rule_update_forbidden_for_regular_tenants_own_policy ... success [0.116s] 2021-08-17 10:02:32.457 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_attributes_bumps_revision ... success [7.189s] 2021-08-17 10:02:33.665 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_qos.QosMinimumBandwidthRuleTestJSON ... skip: b'minimum_bandwidth rule type is required.' 2021-08-17 10:02:34.510 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_extra_route ... success [10.025s] 2021-08-17 10:02:36.994 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.DvrRoutersTest.test_create_distributed_router ... success [2.113s] 2021-08-17 10:02:40.340 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_reset_gateway_without_snat ... success [5.829s] 2021-08-17 10:02:41.335 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_router_extra_routes_bumps_revision ... success [8.875s] 2021-08-17 10:02:41.778 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_group_bumps_revision ... success [0.443s] 2021-08-17 10:02:42.253 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_sg_rule_bumps_sg_revision ... success [0.474s] 2021-08-17 10:02:44.989 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_network_revision ... success [2.736s] 2021-08-17 10:02:45.764 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_with_snat_explicit ... success [5.422s] 2021-08-17 10:02:45.977 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.HaRoutersTest.test_convert_legacy_router ... success [6.466s] 2021-08-17 10:02:47.113 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_bumps_revision ... success [2.125s] 2021-08-17 10:02:49.610 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.394s] 2021-08-17 10:02:50.242 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnet_service_types_bumps_revisions ... success [3.128s] 2021-08-17 10:02:50.525 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination ... success [0.915s] 2021-08-17 10:02:50.603 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_revisions.TestRevisions.test_update_subnetpool_bumps_revision ... success [0.360s] 2021-08-17 10:02:50.864 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.338s] 2021-08-17 10:02:51.268 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.403s] 2021-08-17 10:02:52.208 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers.RoutersTest.test_update_router_set_gateway_without_snat ... success [6.443s] 2021-08-17 10:02:52.245 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.974s] 2021-08-17 10:02:54.995 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_href_links ... success [2.747s] 2021-08-17 10:02:56.325 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_pagination_with_marker ... success [1.330s] 2021-08-17 10:02:56.412 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_asc ... success [0.088s] 2021-08-17 10:02:56.496 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_routers.RoutersSearchCriteriaTest.test_list_sorts_desc ... success [0.083s] 2021-08-17 10:02:57.734 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.017s] 2021-08-17 10:03:06.502 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_create_sg_when_quota_disabled ... success [3.886s] 2021-08-17 10:03:06.525 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTestExtended.test_router_update_centralized_returns_exception ... success [5.698s] 2021-08-17 10:03:07.602 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_ints ... success [1.632s] 2021-08-17 10:03:08.483 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.DvrRoutersNegativeTestExtended.test_router_update_distributed_returns_exception ... success [1.959s] 2021-08-17 10:03:08.655 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_legacy_icmpv6 ... success [1.054s] 2021-08-17 10:03:09.499 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_max_allowed_sg_amount ... success [2.997s] 2021-08-17 10:03:09.512 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolIPv6Test.test_security_group_rule_protocol_names ... success [0.856s] 2021-08-17 10:03:12.272 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_decrease_less_than_created ... success [2.772s] 2021-08-17 10:03:12.679 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupRulesQuotaTest.test_sg_creation_with_insufficient_sg_rules_quota ... success [0.544s] 2021-08-17 10:03:15.492 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv6Test.test_add_overlapping_prefix ... success [0.348s] 2021-08-17 10:03:15.694 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv6Test.test_add_remove_prefix ... success [0.202s] 2021-08-17 10:03:18.472 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_increased ... success [6.192s] 2021-08-17 10:03:18.747 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupQuotaTest.test_sg_quota_values ... success [0.278s] 2021-08-17 10:03:19.744 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_in_use ... success [4.196s] 2021-08-17 10:03:19.930 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_port_nonexist ... success [0.185s] 2021-08-17 10:03:20.287 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_cannot_share_if_no_access_to_address_scope ... success [0.933s] 2021-08-17 10:03:20.578 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_filter_fields ... success [0.291s] 2021-08-17 10:03:20.838 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_filter_rbac_policies ... success [0.259s] 2021-08-17 10:03:21.344 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_policy_target_update ... success [0.506s] 2021-08-17 10:03:21.654 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_rbac_policy_show ... success [0.309s] 2021-08-17 10:03:21.958 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_regular_client_blocked_from_sharing_anothers_policy ... success [0.304s] 2021-08-17 10:03:22.469 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_regular_client_shares_to_another_regular_client ... success [0.508s] 2021-08-17 10:03:23.077 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_bulk_sec_groups ... success [0.926s] 2021-08-17 10:03:23.407 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_routers_negative.RoutersNegativePolicyTest.test_add_interface_wrong_tenant ... success [3.474s] 2021-08-17 10:03:23.526 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.448s] 2021-08-17 10:03:24.952 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.RbacSubnetPoolTest.test_subnet_presence_prevents_rbac_policy_deletion ... success [2.482s] 2021-08-17 10:03:25.234 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_list_security_group_rules_contains_all_rules ... success [1.705s] 2021-08-17 10:03:25.541 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_security_groups.SecGroupTest.test_show_security_group_contains_all_rules ... success [0.309s] 2021-08-17 10:03:28.579 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_service_type_management.ServiceTypeManagementTest.test_service_provider_list ... success [0.226s] 2021-08-17 10:03:29.346 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_admin_create_shared_subnetpool ... success [0.475s] 2021-08-17 10:03:29.469 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_list_subnetpool ... success [0.124s] 2021-08-17 10:03:30.452 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sg_with_timestamp ... success [0.399s] 2021-08-17 10:03:30.605 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_default_prefixlen ... success [1.136s] 2021-08-17 10:03:30.845 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_create_sgrule_with_timestamp ... success [0.393s] 2021-08-17 10:03:31.080 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sg_attribute_with_timestamp ... success [0.233s] 2021-08-17 10:03:31.529 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_prefixlen ... success [0.922s] 2021-08-17 10:03:31.567 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_show_sgrule_attribute_with_timestamp ... success [0.488s] 2021-08-17 10:03:32.383 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_quota ... success [0.854s] 2021-08-17 10:03:33.250 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnet_from_pool_with_subnet_cidr ... success [0.865s] 2021-08-17 10:03:33.546 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_subnetpool_associate_address_scope ... success [0.297s] 2021-08-17 10:03:33.815 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithSecurityGroup.test_update_sg_with_timestamp ... success [2.247s] 2021-08-17 10:03:33.861 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_create_update_subnetpool_description ... success [0.312s] 2021-08-17 10:03:33.949 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_get_subnetpool ... success [0.089s] 2021-08-17 10:03:34.036 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_show_subnetpool_has_project_id ... success [0.086s] 2021-08-17 10:03:34.140 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_create_non_default_subnetpool ... success [0.103s] 2021-08-17 10:03:34.321 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_tenant_update_subnetpool ... success [0.181s] 2021-08-17 10:03:34.622 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_address_scope ... success [0.299s] 2021-08-17 10:03:34.972 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_associate_another_address_scope ... success [0.350s] 2021-08-17 10:03:35.453 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_ints ... success [3.229s] 2021-08-17 10:03:35.509 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_disassociate_address_scope ... success [0.536s] 2021-08-17 10:03:35.710 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_append ... success [0.200s] 2021-08-17 10:03:35.863 36 INFO opnfv-tempest [-] {0} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTest.test_update_subnetpool_prefixes_extend ... success [0.152s] 2021-08-17 10:03:38.192 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups.SecGroupProtocolTest.test_security_group_rule_protocol_names ... success [2.739s] 2021-08-17 10:03:40.775 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_create_excess_sg ... success [0.459s] 2021-08-17 10:03:40.838 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupQuotaTest.test_sg_quota_incorrect_values ... success [0.063s] 2021-08-17 10:03:41.518 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestInheritJSONBase.test_add_subport ... success [5.182s] 2021-08-17 10:03:44.215 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_nonexistent_sec_group ... success [0.785s] 2021-08-17 10:03:45.142 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_assign_sec_group_twice ... success [0.925s] 2021-08-17 10:03:45.155 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_boolean_type_name ... success [0.013s] 2021-08-17 10:03:45.166 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_with_too_long_name ... success [0.010s] 2021-08-17 10:03:45.681 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_delete_in_use_sec_group ... success [0.514s] 2021-08-17 10:03:46.817 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_no_sec_group_changes_after_assignment_failure ... success [1.136s] 2021-08-17 10:03:46.901 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_default_security_group_name ... success [0.083s] 2021-08-17 10:03:46.963 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_boolean_type_name ... success [0.061s] 2021-08-17 10:03:47.021 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_security_groups_negative.NegativeSecGroupTest.test_update_security_group_with_too_long_name ... success [0.058s] 2021-08-17 10:03:48.279 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_add_subports ... success [4.066s] 2021-08-17 10:03:50.655 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_show_delete_trunk ... success [2.377s] 2021-08-17 10:03:52.448 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_empty_subports_list ... success [1.792s] 2021-08-17 10:03:52.931 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv4Test.test_add_overlapping_prefix ... success [0.410s] 2021-08-17 10:03:53.240 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpool_prefix_ops.SubnetPoolPrefixOpsIpv4Test.test_add_remove_prefix ... success [0.309s] 2021-08-17 10:03:54.645 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_trunk_subports_not_specified ... success [2.196s] 2021-08-17 10:03:56.331 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_no_pagination_limit_0 ... success [0.048s] 2021-08-17 10:03:56.519 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination ... success [0.185s] 2021-08-17 10:03:56.598 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_asc ... success [0.081s] 2021-08-17 10:03:56.622 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk ... success [1.976s] 2021-08-17 10:03:56.696 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_desc ... success [0.096s] 2021-08-17 10:03:56.832 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_page_reverse_with_href_links ... success [0.135s] 2021-08-17 10:03:57.320 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_href_links ... success [0.484s] 2021-08-17 10:03:57.626 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_pagination_with_marker ... success [0.308s] 2021-08-17 10:03:57.655 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_asc ... success [0.031s] 2021-08-17 10:03:57.682 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_sorts_desc ... success [0.026s] 2021-08-17 10:03:57.715 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsSearchCriteriaTest.test_list_validation_filters ... success [0.032s] 2021-08-17 10:03:58.435 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_create_update_trunk_with_description ... success [1.813s] 2021-08-17 10:04:01.211 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_admin_create_shared_subnetpool ... success [0.515s] 2021-08-17 10:04:01.587 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_delete_trunk_with_subport_is_allowed ... success [3.152s] 2021-08-17 10:04:02.684 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_dual_stack_subnets_from_subnetpools ... success [1.474s] 2021-08-17 10:04:02.886 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_list_subnetpool ... success [0.201s] 2021-08-17 10:04:03.995 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_default_prefixlen ... success [1.108s] 2021-08-17 10:04:05.076 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_prefixlen ... success [1.080s] 2021-08-17 10:04:05.213 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_get_subports ... success [3.623s] 2021-08-17 10:04:05.896 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_quota ... success [0.819s] 2021-08-17 10:04:06.804 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnet_from_pool_with_subnet_cidr ... success [0.908s] 2021-08-17 10:04:06.968 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_subnetpool_associate_address_scope ... success [0.164s] 2021-08-17 10:04:07.184 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_create_update_subnetpool_description ... success [0.210s] 2021-08-17 10:04:07.278 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_get_subnetpool ... success [0.099s] 2021-08-17 10:04:07.381 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_show_subnetpool_has_project_id ... success [0.102s] 2021-08-17 10:04:07.462 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_create_non_default_subnetpool ... success [0.080s] 2021-08-17 10:04:07.613 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_tenant_update_subnetpool ... success [0.150s] 2021-08-17 10:04:07.935 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_address_scope ... success [0.321s] 2021-08-17 10:04:08.305 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_associate_another_address_scope ... success [0.369s] 2021-08-17 10:04:08.606 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_disassociate_address_scope ... success [0.300s] 2021-08-17 10:04:08.735 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_append ... success [0.128s] 2021-08-17 10:04:08.873 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_subnetpools.SubnetPoolsTestV6.test_update_subnetpool_prefixes_extend ... success [0.138s] 2021-08-17 10:04:09.941 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_list_trunks ... success [4.726s] 2021-08-17 10:04:14.946 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_remove_subport ... success [5.003s] 2021-08-17 10:04:16.920 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk.TrunkTestJSON.test_show_trunk_has_project_id ... success [1.975s] 2021-08-17 10:04:18.965 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_floatingip_with_timestamp ... success [1.241s] 2021-08-17 10:04:19.048 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_create_router_with_timestamp ... success [0.084s] 2021-08-17 10:04:19.865 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_floatingip_attribute_with_timestamp ... success [0.815s] 2021-08-17 10:04:20.004 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_show_router_attribute_with_timestamp ... success [0.139s] 2021-08-17 10:04:21.314 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_floatingip_with_timestamp ... success [1.308s] 2021-08-17 10:04:22.154 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_timestamp.TestTimeStampWithL3.test_update_router_with_timestamp ... success [0.840s] 2021-08-17 10:04:24.409 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_duplicate_segmentation_details ... success [5.127s] 2021-08-17 10:04:26.266 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_passing_dict ... success [1.858s] 2021-08-17 10:04:28.383 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_disabled_trunk ... success [2.115s] 2021-08-17 10:04:30.740 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_add_subport_port_id_uses_parent_port_id ... success [2.356s] 2021-08-17 10:04:32.102 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_empty_trunk_details ... success [2.284s] 2021-08-17 10:04:34.121 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_no_subports ... success [2.017s] 2021-08-17 10:04:35.398 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_invalid_inherit_network_segmentation_type ... success [4.655s] 2021-08-17 10:04:38.387 36 INFO opnfv-tempest [-] {2} neutron_tempest_plugin.api.test_trunk_details.TestTrunkDetailsJSON.test_port_resource_trunk_details_with_subport ... success [4.265s] 2021-08-17 10:04:38.871 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_missing_segmentation_id ... success [3.473s] 2021-08-17 10:04:40.949 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_port_id ... success [2.078s] 2021-08-17 10:04:42.358 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_subport_nonexistent_trunk ... success [1.408s] 2021-08-17 10:04:46.461 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_duplicate_subport_segmentation_ids ... success [4.101s] 2021-08-17 10:04:46.518 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_port_id ... success [0.059s] 2021-08-17 10:04:48.176 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_nonexistent_subport_port_id ... success [1.657s] 2021-08-17 10:04:49.477 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_port_id ... success [1.299s] 2021-08-17 10:04:50.761 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_id ... success [1.283s] 2021-08-17 10:04:52.058 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_create_trunk_with_subport_missing_segmentation_type ... success [1.296s] 2021-08-17 10:04:55.133 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_subport ... success [3.073s] 2021-08-17 10:04:56.983 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_port_in_use_by_trunk ... success [1.850s] 2021-08-17 10:04:58.715 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_delete_trunk_disabled_trunk ... success [1.731s] 2021-08-17 10:05:01.371 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_not_found ... success [2.655s] 2021-08-17 10:05:04.783 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_passing_dict ... success [3.411s] 2021-08-17 10:05:06.538 36 INFO opnfv-tempest [-] {3} neutron_tempest_plugin.api.test_trunk_negative.TrunkTestJSON.test_remove_subport_port_id_disabled_trunk ... success [1.754s] 2021-08-17 10:05:08.767 36 INFO rally.task.context [-] Verification ec3e167e-06d1-4971-8d15-862cddadf436 | Context testr@default cleanup() started 2021-08-17 10:05:08.768 36 INFO rally.task.context [-] Verification ec3e167e-06d1-4971-8d15-862cddadf436 | Context testr@default cleanup() finished in 0.85 msec 2021-08-17 10:05:08.769 36 INFO rally.task.context [-] Verification ec3e167e-06d1-4971-8d15-862cddadf436 | Context tempest@default cleanup() started 2021-08-17 10:05:08.931 36 INFO rally.task.context [-] Verification ec3e167e-06d1-4971-8d15-862cddadf436 | Context tempest@default cleanup() finished in 0.16 sec 2021-08-17 10:05:08.977 36 INFO rally.api [-] Verification (UUID=0b0c652d-de42-47bb-8da6-d92f9535e359) has been successfully finished for deployment 'opnfv-rally' (UUID=52feb53f-dbc9-4125-98ab-77d8c44e9f40)! 2021-08-17 10:05:10.768 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:05:10.768 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:05:10.768 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:05:12.720 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:05:12.720 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:05:12.721 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:05:14.934 53 INFO rally.api [-] Building 'html' report for the following verification(s): '0b0c652d-de42-47bb-8da6-d92f9535e359' 2021-08-17 10:05:14.961 53 INFO rally.api [-] The report has been successfully built. 2021-08-17 10:05:16.487 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:05:16.487 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:05:16.487 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:05:18.716 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0b0c652d-de42-47bb-8da6-d92f9535e359' 2021-08-17 10:05:18.744 55 INFO rally.api [-] The report has been successfully built.