2020-08-27 09:02:56.900 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:02:56.900 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:02:56.900 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-27 09:02:58.895 7 ERROR rally.cli.cliutils 2020-08-27 09:03:00.243 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:03:00.244 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:03:00.244 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:03:03.774 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:03:03.774 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:03:03.775 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:03:07.647 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:03:07.647 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:03:07.647 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:03:08.909 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:03:08.910 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:03:08.910 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-27 09:03:10.923 17 ERROR rally.cli.cliutils 2020-08-27 09:03:12.351 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:03:12.351 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:03:12.351 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:03:14.313 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-27 09:03:14.412 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e6adcdd3-c048-4aab-beec-3d125bf0a8ae/repo. 2020-08-27 09:03:14.654 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e6adcdd3-c048-4aab-beec-3d125bf0a8ae/repo'... done. ' 2020-08-27 09:03:14.668 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-08-27 09:03:14.694 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-27 09:03:14.752 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-27 09:03:15.332 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e6adcdd3-c048-4aab-beec-3d125bf0a8ae) has been successfully created! 2020-08-27 09:03:16.787 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:03:16.787 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:03:16.787 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:03:20.591 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:03:20.591 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:03:20.591 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:03:22.517 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e6adcdd3-c048-4aab-beec-3d125bf0a8ae) for deployment 'opnfv-rally' (UUID=8413851d-fc99-47b2-a7cc-d09630f3caeb). 2020-08-27 09:03:22.916 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e6adcdd3-c048-4aab-beec-3d125bf0a8ae) has been successfully configured for deployment 'opnfv-rally' (UUID=8413851d-fc99-47b2-a7cc-d09630f3caeb)! 2020-08-27 09:03:27.906 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:03:27.906 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:03:27.906 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:03:30.007 34 INFO rally.api [-] Starting verification (UUID=69999188-2ba0-4f94-9233-714e8519d50d) for deployment 'opnfv-rally' (UUID=8413851d-fc99-47b2-a7cc-d09630f3caeb) by verifier 'opnfv-tempest' (UUID=e6adcdd3-c048-4aab-beec-3d125bf0a8ae). 2020-08-27 09:03:30.584 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2020-08-27 09:03:30.652 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-27 09:03:30.652 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e6adcdd3-c048-4aab-beec-3d125bf0a8ae/for-deployment-8413851d-fc99-47b2-a7cc-d09630f3caeb/tempest.log' to option 'log_file'. 2020-08-27 09:03:30.652 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e6adcdd3-c048-4aab-beec-3d125bf0a8ae/for-deployment-8413851d-fc99-47b2-a7cc-d09630f3caeb/tempest.log 2020-08-27 09:03:30.653 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-27 09:03:30.653 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e6adcdd3-c048-4aab-beec-3d125bf0a8ae/for-deployment-8413851d-fc99-47b2-a7cc-d09630f3caeb/lock_files' to option 'lock_path'. 2020-08-27 09:03:30.653 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e6adcdd3-c048-4aab-beec-3d125bf0a8ae/for-deployment-8413851d-fc99-47b2-a7cc-d09630f3caeb/lock_files 2020-08-27 09:03:30.653 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-27 09:03:30.654 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-08-27 09:03:30.654 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0f649cb6-bb67-4324-88ba-a073c379ce8b 2020-08-27 09:03:30.655 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d4b72437-a529-4bfc-a3ba-f28c2a922e5a 2020-08-27 09:03:30.655 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2f095222-38dd-4c96-be56-2a653599a75c 2020-08-27 09:03:30.656 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 901f365a-db34-4684-b61c-63e83083c667 2020-08-27 09:03:30.910 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-27 09:03:30.911 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_0caae5e1-de7a-45cc-9efd-82a1b49220f9 2020-08-27 09:03:30.911 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-27 09:03:31.009 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-27 09:03:31.044 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-08-27 09:03:31.045 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_69999188_6Ou9jIQZ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-08-27 09:03:31.084 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_69999188_6Ou9jIQZ' (ID = 2f491d99-9aaa-4a56-b8b6-409cb3aedfce) has been successfully created! 2020-08-27 09:03:31.085 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2f491d99-9aaa-4a56-b8b6-409cb3aedfce' to option 'instance_type'. 2020-08-27 09:03:31.085 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2f491d99-9aaa-4a56-b8b6-409cb3aedfce 2020-08-27 09:03:31.086 34 INFO rally.task.context [-] Verification e6adcdd3-c048-4aab-beec-3d125bf0a8ae | Context tempest@default setup() finished in 0.90 sec 2020-08-27 09:03:31.087 34 INFO rally.task.context [-] Verification e6adcdd3-c048-4aab-beec-3d125bf0a8ae | Context testr@default setup() finished in 0.42 msec 2020-08-27 09:03:31.087 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e7d35ae8-7923-4e6d-b1f0-269b9d71ab8e'. 2020-08-27 09:03:33.879 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.234s] 2020-08-27 09:03:33.962 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.082s] 2020-08-27 09:03:38.050 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.757s] 2020-08-27 09:03:39.203 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.152s] 2020-08-27 09:03:46.747 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.078s] 2020-08-27 09:03:56.241 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.150s] 2020-08-27 09:03:56.241 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-08-27 09:04:06.843 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.171s] 2020-08-27 09:04:06.844 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-08-27 09:04:08.497 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.282s] 2020-08-27 09:04:12.785 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.653s] 2020-08-27 09:04:17.794 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.631s] 2020-08-27 09:04:22.831 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.916s] 2020-08-27 09:04:25.740 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.340s] 2020-08-27 09:04:26.007 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.267s] 2020-08-27 09:04:26.119 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.111s] 2020-08-27 09:04:35.563 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.637s] 2020-08-27 09:04:40.644 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.179s] 2020-08-27 09:04:40.645 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-08-27 09:04:41.126 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.562s] 2020-08-27 09:04:43.391 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.264s] 2020-08-27 09:04:43.489 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.098s] 2020-08-27 09:04:43.551 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2020-08-27 09:04:50.253 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.029s] 2020-08-27 09:04:50.266 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-08-27 09:04:52.574 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.126s] 2020-08-27 09:04:56.353 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.244s] 2020-08-27 09:05:00.901 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.424s] 2020-08-27 09:05:01.664 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.447s] 2020-08-27 09:05:05.435 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.570s] 2020-08-27 09:05:07.505 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-08-27 09:05:09.153 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.676s] 2020-08-27 09:05:12.005 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [10.339s] 2020-08-27 09:05:18.822 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.019s] 2020-08-27 09:05:19.111 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.288s] 2020-08-27 09:05:19.232 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.121s] 2020-08-27 09:05:19.290 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2020-08-27 09:05:19.609 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.605s] 2020-08-27 09:05:19.720 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.429s] 2020-08-27 09:05:19.792 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.072s] 2020-08-27 09:05:23.974 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.323s] 2020-08-27 09:05:24.548 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.940s] 2020-08-27 09:05:25.685 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.705s] 2020-08-27 09:05:25.721 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.041s] 2020-08-27 09:05:27.307 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.033s] 2020-08-27 09:05:27.321 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.015s] 2020-08-27 09:05:27.336 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.015s] 2020-08-27 09:05:27.369 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.032s] 2020-08-27 09:05:43.915 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.556s] 2020-08-27 09:05:53.265 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.350s] 2020-08-27 09:06:02.464 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.199s] 2020-08-27 09:06:06.797 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.332s] 2020-08-27 09:06:11.019 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.248s] 2020-08-27 09:06:13.140 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.118s] 2020-08-27 09:06:15.224 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.084s] 2020-08-27 09:06:18.980 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.208s] 2020-08-27 09:06:21.050 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.068s] 2020-08-27 09:06:23.113 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.063s] 2020-08-27 09:06:24.813 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-08-27 09:09:17.664 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [318.196s] 2020-08-27 09:09:33.954 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... fail [334.511s] 2020-08-27 09:09:37.157 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.071s] 2020-08-27 09:09:37.273 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.116s] 2020-08-27 09:09:39.052 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-27 09:09:39.799 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.092s] 2020-08-27 09:09:41.536 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2020-08-27 09:09:42.972 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-27 09:09:44.399 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.292s] 2020-08-27 09:09:46.858 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2020-08-27 09:09:46.879 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2020-08-27 09:09:46.901 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2020-08-27 09:09:46.910 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2020-08-27 09:09:52.584 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.988s] 2020-08-27 09:09:52.830 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.246s] 2020-08-27 09:09:52.983 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.152s] 2020-08-27 09:09:53.473 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.490s] 2020-08-27 09:09:53.573 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.100s] 2020-08-27 09:09:53.640 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.066s] 2020-08-27 09:09:57.705 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.939s] 2020-08-27 09:09:59.271 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.561s] 2020-08-27 09:09:59.303 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.036s] 2020-08-27 09:09:59.921 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.164s] 2020-08-27 09:10:01.083 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.504s] 2020-08-27 09:10:04.190 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.267s] 2020-08-27 09:10:15.394 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.970s] 2020-08-27 09:10:16.371 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.020s] 2020-08-27 09:10:18.905 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.511s] 2020-08-27 09:10:25.665 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.759s] 2020-08-27 09:10:27.202 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.118s] 2020-08-27 09:10:36.074 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.407s] 2020-08-27 09:10:37.572 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.367s] 2020-08-27 09:10:39.640 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.565s] 2020-08-27 09:10:44.040 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.058s] 2020-08-27 09:10:44.970 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.329s] 2020-08-27 09:10:56.671 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.270s] 2020-08-27 09:11:00.758 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.086s] 2020-08-27 09:11:02.221 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.462s] 2020-08-27 09:11:02.275 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.054s] 2020-08-27 09:11:02.329 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.053s] 2020-08-27 09:11:05.878 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2020-08-27 09:11:06.060 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.182s] 2020-08-27 09:11:08.371 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.104s] 2020-08-27 09:11:08.397 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.026s] 2020-08-27 09:11:13.515 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.025s] 2020-08-27 09:11:13.525 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-08-27 09:11:27.535 34 INFO rally.task.context [-] Verification e6adcdd3-c048-4aab-beec-3d125bf0a8ae | Context testr@default cleanup() started 2020-08-27 09:11:27.536 34 INFO rally.task.context [-] Verification e6adcdd3-c048-4aab-beec-3d125bf0a8ae | Context testr@default cleanup() finished in 0.78 msec 2020-08-27 09:11:27.536 34 INFO rally.task.context [-] Verification e6adcdd3-c048-4aab-beec-3d125bf0a8ae | Context tempest@default cleanup() started 2020-08-27 09:11:27.677 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2020-08-27 09:11:27.756 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2020-08-27 09:11:27.793 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_69999188_6Ou9jIQZ'. 2020-08-27 09:11:27.988 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_69999188_6Ou9jIQZ' has been deleted. 2020-08-27 09:11:27.989 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '2f491d99-9aaa-4a56-b8b6-409cb3aedfce' of option 'instance_type' from Tempest config file. 2020-08-27 09:11:27.989 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '2f491d99-9aaa-4a56-b8b6-409cb3aedfce' has been removed. 2020-08-27 09:11:27.991 34 INFO rally.task.context [-] Verification e6adcdd3-c048-4aab-beec-3d125bf0a8ae | Context tempest@default cleanup() finished in 0.45 sec 2020-08-27 09:11:28.019 34 INFO rally.api [-] Verification (UUID=69999188-2ba0-4f94-9233-714e8519d50d) has been successfully finished for deployment 'opnfv-rally' (UUID=8413851d-fc99-47b2-a7cc-d09630f3caeb)! 2020-08-27 09:11:29.574 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:11:29.574 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:11:29.574 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:11:30.985 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:11:30.986 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:11:30.986 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:11:32.825 51 INFO rally.api [-] Building 'html' report for the following verification(s): '69999188-2ba0-4f94-9233-714e8519d50d' 2020-08-27 09:11:32.844 51 INFO rally.api [-] The report has been successfully built. 2020-08-27 09:11:34.199 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:11:34.199 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:11:34.199 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:11:36.130 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '69999188-2ba0-4f94-9233-714e8519d50d' 2020-08-27 09:11:36.135 53 INFO rally.api [-] The report has been successfully built.