2021-08-16 18:30:25.582 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:25.583 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:25.583 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:30:28.469 8 ERROR rally.cli.cliutils 2021-08-16 18:30:29.973 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:29.973 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:29.973 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:33.802 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:33.802 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:33.802 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:38.453 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:38.454 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:38.454 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:39.871 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:39.872 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:39.872 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:30:42.356 18 ERROR rally.cli.cliutils 2021-08-16 18:30:43.940 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:43.940 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:43.941 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:46.375 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 18:30:46.414 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-38f2ab85-0e19-41c3-aafb-118557e84544/repo. 2021-08-16 18:30:46.802 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-38f2ab85-0e19-41c3-aafb-118557e84544/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-08-16 18:30:46.817 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 18:30:46.824 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 18:30:46.835 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 18:30:46.895 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 18:30:47.628 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38f2ab85-0e19-41c3-aafb-118557e84544) has been successfully created! 2021-08-16 18:30:49.093 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:49.094 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:49.094 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:53.234 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:53.234 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:53.235 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:55.351 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=38f2ab85-0e19-41c3-aafb-118557e84544) for deployment 'opnfv-rally' (UUID=50453967-00c6-4127-b8c2-458c59c54057). 2021-08-16 18:30:55.861 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=38f2ab85-0e19-41c3-aafb-118557e84544) has been successfully configured for deployment 'opnfv-rally' (UUID=50453967-00c6-4127-b8c2-458c59c54057)! 2021-08-16 18:31:01.134 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:01.134 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:01.135 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:03.434 38 INFO rally.api [-] Starting verification (UUID=78606147-a23e-4352-b9e5-100fc5dcff83) for deployment 'opnfv-rally' (UUID=50453967-00c6-4127-b8c2-458c59c54057) by verifier 'opnfv-tempest' (UUID=38f2ab85-0e19-41c3-aafb-118557e84544). 2021-08-16 18:31:03.948 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 18:31:03.948 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-38f2ab85-0e19-41c3-aafb-118557e84544/for-deployment-50453967-00c6-4127-b8c2-458c59c54057/tempest.log' to option 'log_file'. 2021-08-16 18:31:03.949 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-38f2ab85-0e19-41c3-aafb-118557e84544/for-deployment-50453967-00c6-4127-b8c2-458c59c54057/tempest.log 2021-08-16 18:31:03.949 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 18:31:03.949 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-38f2ab85-0e19-41c3-aafb-118557e84544/for-deployment-50453967-00c6-4127-b8c2-458c59c54057/lock_files' to option 'lock_path'. 2021-08-16 18:31:03.949 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-38f2ab85-0e19-41c3-aafb-118557e84544/for-deployment-50453967-00c6-4127-b8c2-458c59c54057/lock_files 2021-08-16 18:31:03.950 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 18:31:03.950 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-38f2ab85-0e19-41c3-aafb-118557e84544/for-deployment-50453967-00c6-4127-b8c2-458c59c54057' to option 'img_dir'. 2021-08-16 18:31:03.950 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-38f2ab85-0e19-41c3-aafb-118557e84544/for-deployment-50453967-00c6-4127-b8c2-458c59c54057 2021-08-16 18:31:03.950 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 18:31:03.951 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ac530ca4-c524-4163-bc4d-4949f3466c57 2021-08-16 18:31:03.951 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 79ad6fef-6c59-4db8-a028-4ba5db6ed8b5 2021-08-16 18:31:03.951 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 885dd087-d25e-43cf-af8b-3fdbe807057a 2021-08-16 18:31:03.952 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ae0cc6ef-65ce-4625-862f-4a08239ee6ac 2021-08-16 18:31:04.137 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 18:31:04.138 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_30d1c83d-cdd9-4e2e-b342-4320dfc348ec 2021-08-16 18:31:04.139 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 18:31:04.251 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 18:31:04.283 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-16 18:31:04.284 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_78606147_WRzvMm0D' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-16 18:31:04.316 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_78606147_WRzvMm0D' (ID = 5b0b0ff4-ec79-423a-8b2b-d8defd475aac) has been successfully created! 2021-08-16 18:31:04.316 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5b0b0ff4-ec79-423a-8b2b-d8defd475aac' to option 'instance_type'. 2021-08-16 18:31:04.317 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5b0b0ff4-ec79-423a-8b2b-d8defd475aac 2021-08-16 18:31:04.319 38 INFO rally.task.context [-] Verification 38f2ab85-0e19-41c3-aafb-118557e84544 | Context tempest@default setup() finished in 0.76 sec 2021-08-16 18:31:04.321 38 INFO rally.task.context [-] Verification 38f2ab85-0e19-41c3-aafb-118557e84544 | Context testr@default setup() finished in 1.33 msec 2021-08-16 18:31:04.322 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/ce6159d9-77c5-4e9a-a11a-3c620dbfbb80'. 2021-08-16 18:31:07.181 38 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.173s] 2021-08-16 18:31:07.257 38 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.074s] 2021-08-16 18:31:08.376 38 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.620s] 2021-08-16 18:31:09.249 38 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.872s] 2021-08-16 18:31:09.941 38 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.045s] 2021-08-16 18:31:31.129 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.164s] 2021-08-16 18:31:31.131 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-08-16 18:31:37.738 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.151s] 2021-08-16 18:31:37.739 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2021-08-16 18:31:39.752 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-08-16 18:31:39.754 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-08-16 18:31:40.429 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.146s] 2021-08-16 18:31:40.431 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2021-08-16 18:31:41.675 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.466s] 2021-08-16 18:31:45.096 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.182s] 2021-08-16 18:31:45.760 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [28.954s] 2021-08-16 18:31:50.731 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.626s] 2021-08-16 18:31:51.480 38 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.030s] 2021-08-16 18:31:51.493 38 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2021-08-16 18:31:52.239 38 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-08-16 18:31:54.490 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.765s] 2021-08-16 18:31:59.495 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.746s] 2021-08-16 18:31:59.546 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.538s] 2021-08-16 18:31:59.654 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.159s] 2021-08-16 18:31:59.774 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.120s] 2021-08-16 18:31:59.828 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.053s] 2021-08-16 18:31:59.933 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.105s] 2021-08-16 18:32:00.019 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.086s] 2021-08-16 18:32:00.103 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.057s] 2021-08-16 18:32:00.238 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.134s] 2021-08-16 18:32:02.451 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.429s] 2021-08-16 18:32:03.018 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.566s] 2021-08-16 18:32:03.136 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.118s] 2021-08-16 18:32:05.188 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.093s] 2021-08-16 18:32:05.969 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.064s] 2021-08-16 18:32:06.524 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.028s] 2021-08-16 18:32:07.562 38 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2021-08-16 18:32:09.101 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.641s] 2021-08-16 18:32:10.106 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.582s] 2021-08-16 18:32:11.521 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.419s] 2021-08-16 18:32:11.987 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.880s] 2021-08-16 18:32:12.066 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.079s] 2021-08-16 18:32:12.128 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.062s] 2021-08-16 18:32:13.820 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.300s] 2021-08-16 18:32:14.698 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.682s] 2021-08-16 18:32:15.994 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.292s] 2021-08-16 18:32:16.038 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.050s] 2021-08-16 18:32:17.551 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.377s] 2021-08-16 18:32:18.490 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.509s] 2021-08-16 18:32:19.420 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.082s] 2021-08-16 18:32:19.448 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.029s] 2021-08-16 18:32:20.617 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.010s] 2021-08-16 18:32:20.801 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.185s] 2021-08-16 18:32:20.948 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.146s] 2021-08-16 18:32:21.006 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.058s] 2021-08-16 18:32:21.226 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.219s] 2021-08-16 18:32:21.268 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.043s] 2021-08-16 18:32:23.334 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.842s] 2021-08-16 18:32:23.759 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.552s] 2021-08-16 18:32:30.658 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.364s] 2021-08-16 18:32:32.911 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.253s] 2021-08-16 18:32:33.696 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.475s] 2021-08-16 18:32:33.873 38 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.180s] 2021-08-16 18:32:36.802 38 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.243s] 2021-08-16 18:32:37.521 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.608s] 2021-08-16 18:32:39.499 38 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.429s] 2021-08-16 18:32:39.935 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.239s] 2021-08-16 18:32:41.407 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2021-08-16 18:32:41.479 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.073s] 2021-08-16 18:32:41.501 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2021-08-16 18:32:41.508 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2021-08-16 18:32:42.919 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.073s] 2021-08-16 18:32:44.022 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.704s] 2021-08-16 18:32:44.154 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2021-08-16 18:32:44.340 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.186s] 2021-08-16 18:32:45.662 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.726s] 2021-08-16 18:32:45.700 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.235s] 2021-08-16 18:32:45.862 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.158s] 2021-08-16 18:32:45.974 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.114s] 2021-08-16 18:32:47.229 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.207s] 2021-08-16 18:32:47.370 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.189s] 2021-08-16 18:32:47.474 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.102s] 2021-08-16 18:32:47.556 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.083s] 2021-08-16 18:32:48.360 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.129s] 2021-08-16 18:32:48.406 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.046s] 2021-08-16 18:32:48.493 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.087s] 2021-08-16 18:32:48.895 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2021-08-16 18:32:49.316 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.654s] 2021-08-16 18:32:51.967 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.898s] 2021-08-16 18:32:53.646 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.675s] 2021-08-16 18:32:53.688 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2021-08-16 18:32:54.959 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.039s] 2021-08-16 18:32:54.976 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2021-08-16 18:32:54.995 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.018s] 2021-08-16 18:32:55.024 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.029s] 2021-08-16 18:32:56.129 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.909s] 2021-08-16 18:33:00.481 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.985s] 2021-08-16 18:33:04.107 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.973s] 2021-08-16 18:33:05.888 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.408s] 2021-08-16 18:33:10.464 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.575s] 2021-08-16 18:33:14.321 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.856s] 2021-08-16 18:33:16.521 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.032s] 2021-08-16 18:33:16.534 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.013s] 2021-08-16 18:33:31.093 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.995s] 2021-08-16 18:33:38.441 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.053s] 2021-08-16 18:33:43.075 38 INFO rally.task.context [-] Verification 38f2ab85-0e19-41c3-aafb-118557e84544 | Context testr@default cleanup() started 2021-08-16 18:33:43.076 38 INFO rally.task.context [-] Verification 38f2ab85-0e19-41c3-aafb-118557e84544 | Context testr@default cleanup() finished in 0.78 msec 2021-08-16 18:33:43.076 38 INFO rally.task.context [-] Verification 38f2ab85-0e19-41c3-aafb-118557e84544 | Context tempest@default cleanup() started 2021-08-16 18:33:43.247 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_78606147_WRzvMm0D'. 2021-08-16 18:33:43.429 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_78606147_WRzvMm0D' has been deleted. 2021-08-16 18:33:43.430 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '5b0b0ff4-ec79-423a-8b2b-d8defd475aac' of option 'instance_type' from Tempest config file. 2021-08-16 18:33:43.431 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '5b0b0ff4-ec79-423a-8b2b-d8defd475aac' has been removed. 2021-08-16 18:33:43.433 38 INFO rally.task.context [-] Verification 38f2ab85-0e19-41c3-aafb-118557e84544 | Context tempest@default cleanup() finished in 0.36 sec 2021-08-16 18:33:43.451 38 INFO rally.api [-] Verification (UUID=78606147-a23e-4352-b9e5-100fc5dcff83) has been successfully finished for deployment 'opnfv-rally' (UUID=50453967-00c6-4127-b8c2-458c59c54057)! 2021-08-16 18:33:45.004 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:33:45.004 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:33:45.005 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:33:46.365 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:33:46.365 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:33:46.365 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:33:48.478 64 INFO rally.api [-] Building 'html' report for the following verification(s): '78606147-a23e-4352-b9e5-100fc5dcff83' 2021-08-16 18:33:48.498 64 INFO rally.api [-] The report has been successfully built. 2021-08-16 18:33:49.771 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:33:49.771 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:33:49.771 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:33:51.886 66 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '78606147-a23e-4352-b9e5-100fc5dcff83' 2021-08-16 18:33:51.892 66 INFO rally.api [-] The report has been successfully built.