2021-02-13 19:46:01.396 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:01.396 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:01.397 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:03.448 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 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 19:46:03.448 7 ERROR rally.cli.cliutils 2021-02-13 19:46:05.006 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:05.007 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:05.007 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:09.091 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:09.092 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:09.092 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:13.362 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:13.362 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:13.363 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:14.744 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:14.745 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:14.745 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:16.597 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 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 19:46:16.597 17 ERROR rally.cli.cliutils 2021-02-13 19:46:17.944 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:17.944 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:17.944 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:19.727 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 19:46:19.859 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-190f8cec-70ed-40a6-975c-8850d56d6b78/repo. 2021-02-13 19:46:20.113 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-190f8cec-70ed-40a6-975c-8850d56d6b78/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-02-13 19:46:20.127 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 19:46:20.136 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 19:46:20.162 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 19:46:20.220 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 19:46:20.781 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=190f8cec-70ed-40a6-975c-8850d56d6b78) has been successfully created! 2021-02-13 19:46:22.340 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:22.340 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:22.340 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:26.503 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:26.503 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:26.504 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:28.544 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=190f8cec-70ed-40a6-975c-8850d56d6b78) for deployment 'opnfv-rally' (UUID=378f3e69-720f-47ec-9791-fcc8c1c61f85). 2021-02-13 19:46:28.891 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=190f8cec-70ed-40a6-975c-8850d56d6b78) has been successfully configured for deployment 'opnfv-rally' (UUID=378f3e69-720f-47ec-9791-fcc8c1c61f85)! 2021-02-13 19:46:33.730 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:46:33.730 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:46:33.731 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:46:35.775 35 INFO rally.api [-] Starting verification (UUID=5420b286-5684-4363-b9a6-17b1f92118c7) for deployment 'opnfv-rally' (UUID=378f3e69-720f-47ec-9791-fcc8c1c61f85) by verifier 'opnfv-tempest' (UUID=190f8cec-70ed-40a6-975c-8850d56d6b78). 2021-02-13 19:46:36.376 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 19:46:36.377 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-190f8cec-70ed-40a6-975c-8850d56d6b78/for-deployment-378f3e69-720f-47ec-9791-fcc8c1c61f85/tempest.log' to option 'log_file'. 2021-02-13 19:46:36.377 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-190f8cec-70ed-40a6-975c-8850d56d6b78/for-deployment-378f3e69-720f-47ec-9791-fcc8c1c61f85/tempest.log 2021-02-13 19:46:36.378 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 19:46:36.378 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-190f8cec-70ed-40a6-975c-8850d56d6b78/for-deployment-378f3e69-720f-47ec-9791-fcc8c1c61f85/lock_files' to option 'lock_path'. 2021-02-13 19:46:36.378 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-190f8cec-70ed-40a6-975c-8850d56d6b78/for-deployment-378f3e69-720f-47ec-9791-fcc8c1c61f85/lock_files 2021-02-13 19:46:36.379 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 19:46:36.379 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-02-13 19:46:36.379 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1991f7c8-8819-4089-a873-2a7db0885f93 2021-02-13 19:46:36.380 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ddc826e3-5b2b-4da2-a9cc-ff4d561d11bf 2021-02-13 19:46:36.380 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1d6d7728-96e9-4bae-a6bd-4161f375147e 2021-02-13 19:46:36.381 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fb822dda-557d-4fbe-93b6-9207e3b58c7f 2021-02-13 19:46:36.574 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 19:46:36.574 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_cac5627d-0c59-44d6-a533-78516517b37a 2021-02-13 19:46:36.575 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 19:46:36.670 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 19:46:36.717 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-13 19:46:36.718 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5420b286_qsOfOfrk' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-13 19:46:36.751 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5420b286_qsOfOfrk' (ID = c0fd826a-38a8-4ffd-ada8-35ca5ba81977) has been successfully created! 2021-02-13 19:46:36.751 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c0fd826a-38a8-4ffd-ada8-35ca5ba81977' to option 'instance_type'. 2021-02-13 19:46:36.752 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c0fd826a-38a8-4ffd-ada8-35ca5ba81977 2021-02-13 19:46:36.753 35 INFO rally.task.context [-] Verification 190f8cec-70ed-40a6-975c-8850d56d6b78 | Context tempest@default setup() finished in 0.80 sec 2021-02-13 19:46:36.753 35 INFO rally.task.context [-] Verification 190f8cec-70ed-40a6-975c-8850d56d6b78 | Context testr@default setup() finished in 0.27 msec 2021-02-13 19:46:36.753 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f3af0e13-2280-43aa-b8d9-d2d6636c269b'. 2021-02-13 19:46:39.917 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.255s] 2021-02-13 19:46:40.003 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.087s] 2021-02-13 19:46:42.163 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.675s] 2021-02-13 19:46:43.928 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.764s] 2021-02-13 19:46:46.860 35 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.130s] 2021-02-13 19:46:50.680 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.129s] 2021-02-13 19:46:54.671 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.433s] 2021-02-13 19:46:59.302 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.788s] 2021-02-13 19:47:01.965 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2021-02-13 19:47:02.365 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.085s] 2021-02-13 19:47:02.518 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.151s] 2021-02-13 19:47:08.289 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.158s] 2021-02-13 19:47:08.290 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-02-13 19:47:08.872 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.035s] 2021-02-13 19:47:08.880 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2021-02-13 19:47:10.038 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-13 19:47:10.041 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-13 19:47:12.381 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.750s] 2021-02-13 19:47:17.123 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.389s] 2021-02-13 19:47:17.173 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [31.264s] 2021-02-13 19:47:17.473 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.646s] 2021-02-13 19:47:19.568 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-02-13 19:47:22.445 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.274s] 2021-02-13 19:47:23.558 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.434s] 2021-02-13 19:47:26.382 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.937s] 2021-02-13 19:47:34.232 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.848s] 2021-02-13 19:47:39.291 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.184s] 2021-02-13 19:47:39.292 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-02-13 19:47:41.338 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.752s] 2021-02-13 19:47:42.597 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.252s] 2021-02-13 19:47:42.635 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2021-02-13 19:47:44.647 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.521s] 2021-02-13 19:47:48.581 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.446s] 2021-02-13 19:47:48.986 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.227s] 2021-02-13 19:47:51.123 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.136s] 2021-02-13 19:47:53.202 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.078s] 2021-02-13 19:47:54.877 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.036s] 2021-02-13 19:47:54.895 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2021-02-13 19:47:54.913 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.018s] 2021-02-13 19:47:54.937 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.023s] 2021-02-13 19:47:59.019 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.436s] 2021-02-13 19:48:00.034 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.367s] 2021-02-13 19:48:06.846 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.827s] 2021-02-13 19:48:11.624 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.777s] 2021-02-13 19:48:11.822 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.171s] 2021-02-13 19:48:11.823 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-02-13 19:48:14.349 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2021-02-13 19:48:14.570 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.220s] 2021-02-13 19:48:14.819 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.029s] 2021-02-13 19:48:17.436 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.092s] 2021-02-13 19:48:19.290 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.354s] 2021-02-13 19:48:19.940 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.650s] 2021-02-13 19:48:20.059 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.119s] 2021-02-13 19:48:25.232 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.227s] 2021-02-13 19:48:28.558 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.246s] 2021-02-13 19:48:29.536 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.921s] 2021-02-13 19:48:29.711 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.176s] 2021-02-13 19:48:29.843 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.131s] 2021-02-13 19:48:29.942 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.099s] 2021-02-13 19:48:30.044 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2021-02-13 19:48:30.093 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.043s] 2021-02-13 19:48:30.776 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.637s] 2021-02-13 19:48:32.359 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.304s] 2021-02-13 19:48:35.781 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.059s] 2021-02-13 19:48:35.798 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.017s] 2021-02-13 19:48:35.823 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.025s] 2021-02-13 19:48:35.834 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2021-02-13 19:48:38.587 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.740s] 2021-02-13 19:48:40.127 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.800s] 2021-02-13 19:48:41.048 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.699s] 2021-02-13 19:48:42.158 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.123s] 2021-02-13 19:48:45.173 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.014s] 2021-02-13 19:48:46.101 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.052s] 2021-02-13 19:48:47.834 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.733s] 2021-02-13 19:48:47.903 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.069s] 2021-02-13 19:48:47.966 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2021-02-13 19:48:48.133 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.004s] 2021-02-13 19:48:49.537 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.363s] 2021-02-13 19:48:54.217 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.050s] 2021-02-13 19:49:03.336 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.787s] 2021-02-13 19:49:03.523 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.186s] 2021-02-13 19:49:03.632 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.107s] 2021-02-13 19:49:03.707 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.075s] 2021-02-13 19:49:03.854 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.147s] 2021-02-13 19:49:03.957 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.102s] 2021-02-13 19:49:06.222 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.150s] 2021-02-13 19:49:14.641 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.417s] 2021-02-13 19:49:14.646 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.923s] 2021-02-13 19:49:18.785 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.138s] 2021-02-13 19:49:20.232 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.446s] 2021-02-13 19:49:20.289 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2021-02-13 19:49:20.347 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.059s] 2021-02-13 19:49:22.941 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [8.302s] 2021-02-13 19:49:23.664 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.094s] 2021-02-13 19:49:23.687 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.024s] 2021-02-13 19:49:27.260 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.317s] 2021-02-13 19:49:29.850 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.779s] 2021-02-13 19:49:31.066 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.213s] 2021-02-13 19:49:31.114 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.051s] 2021-02-13 19:49:33.186 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.027s] 2021-02-13 19:49:33.197 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2021-02-13 19:49:49.628 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.219s] 2021-02-13 19:49:51.710 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.080s] 2021-02-13 19:49:53.767 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.058s] 2021-02-13 19:49:55.359 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2021-02-13 19:49:56.472 35 INFO rally.task.context [-] Verification 190f8cec-70ed-40a6-975c-8850d56d6b78 | Context testr@default cleanup() started 2021-02-13 19:49:56.473 35 INFO rally.task.context [-] Verification 190f8cec-70ed-40a6-975c-8850d56d6b78 | Context testr@default cleanup() finished in 0.77 msec 2021-02-13 19:49:56.474 35 INFO rally.task.context [-] Verification 190f8cec-70ed-40a6-975c-8850d56d6b78 | Context tempest@default cleanup() started 2021-02-13 19:49:56.657 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5420b286_qsOfOfrk'. 2021-02-13 19:49:56.829 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5420b286_qsOfOfrk' has been deleted. 2021-02-13 19:49:56.830 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c0fd826a-38a8-4ffd-ada8-35ca5ba81977' of option 'instance_type' from Tempest config file. 2021-02-13 19:49:56.831 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c0fd826a-38a8-4ffd-ada8-35ca5ba81977' has been removed. 2021-02-13 19:49:56.841 35 INFO rally.task.context [-] Verification 190f8cec-70ed-40a6-975c-8850d56d6b78 | Context tempest@default cleanup() finished in 0.37 sec 2021-02-13 19:49:56.869 35 INFO rally.api [-] Verification (UUID=5420b286-5684-4363-b9a6-17b1f92118c7) has been successfully finished for deployment 'opnfv-rally' (UUID=378f3e69-720f-47ec-9791-fcc8c1c61f85)! 2021-02-13 19:49:58.444 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:49:58.444 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:49:58.444 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:49:59.918 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:49:59.918 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:49:59.919 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:01.824 60 INFO rally.api [-] Building 'html' report for the following verification(s): '5420b286-5684-4363-b9a6-17b1f92118c7' 2021-02-13 19:50:01.845 60 INFO rally.api [-] The report has been successfully built. 2021-02-13 19:50:03.218 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 19:50:03.219 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 19:50:03.219 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 19:50:05.085 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5420b286-5684-4363-b9a6-17b1f92118c7' 2021-02-13 19:50:05.091 62 INFO rally.api [-] The report has been successfully built.