2022-05-31 07:49:27.964 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:27.964 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:27.964 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:29.784 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 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-05-31 07:49:29.784 7 ERROR rally.cli.cliutils 2022-05-31 07:49:31.063 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:31.063 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:31.063 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:34.407 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:34.407 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:34.408 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:38.307 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:38.308 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:38.308 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:39.485 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:39.485 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:39.485 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils force=force) 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-05-31 07:49:41.196 16 ERROR rally.cli.cliutils 2022-05-31 07:49:42.475 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:42.475 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:42.475 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:44.083 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-05-31 07:49:44.123 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4fa637e4-a120-4da8-a9eb-922b9a9041dc/repo. 2022-05-31 07:49:44.360 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4fa637e4-a120-4da8-a9eb-922b9a9041dc/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-05-31 07:49:44.373 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-05-31 07:49:44.381 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-05-31 07:49:44.391 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-05-31 07:49:44.437 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-05-31 07:49:44.930 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4fa637e4-a120-4da8-a9eb-922b9a9041dc) has been successfully created! 2022-05-31 07:49:46.161 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:46.161 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:46.161 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:51.667 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:51.667 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:51.667 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:53.424 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4fa637e4-a120-4da8-a9eb-922b9a9041dc) for deployment 'opnfv-rally' (UUID=ed16c8dc-761e-4d75-9ebc-d441db488755). 2022-05-31 07:49:53.732 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4fa637e4-a120-4da8-a9eb-922b9a9041dc) has been successfully configured for deployment 'opnfv-rally' (UUID=ed16c8dc-761e-4d75-9ebc-d441db488755)! 2022-05-31 07:49:58.066 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:49:58.066 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:49:58.067 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:49:59.723 33 INFO rally.api [-] Starting verification (UUID=0a1a829f-d2c8-4032-ba12-e6fb6c671168) for deployment 'opnfv-rally' (UUID=ed16c8dc-761e-4d75-9ebc-d441db488755) by verifier 'opnfv-tempest' (UUID=4fa637e4-a120-4da8-a9eb-922b9a9041dc). 2022-05-31 07:50:00.226 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-05-31 07:50:00.226 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4fa637e4-a120-4da8-a9eb-922b9a9041dc/for-deployment-ed16c8dc-761e-4d75-9ebc-d441db488755/tempest.log' to option 'log_file'. 2022-05-31 07:50:00.227 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4fa637e4-a120-4da8-a9eb-922b9a9041dc/for-deployment-ed16c8dc-761e-4d75-9ebc-d441db488755/tempest.log 2022-05-31 07:50:00.227 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-05-31 07:50:00.227 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4fa637e4-a120-4da8-a9eb-922b9a9041dc/for-deployment-ed16c8dc-761e-4d75-9ebc-d441db488755/lock_files' to option 'lock_path'. 2022-05-31 07:50:00.227 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4fa637e4-a120-4da8-a9eb-922b9a9041dc/for-deployment-ed16c8dc-761e-4d75-9ebc-d441db488755/lock_files 2022-05-31 07:50:00.228 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-05-31 07:50:00.228 33 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 2022-05-31 07:50:00.228 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1f5b0f33-d31c-4fe2-a8b1-80101ca35f5c 2022-05-31 07:50:00.229 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 92ef157d-3c6b-41e5-96dc-a974d278639b 2022-05-31 07:50:00.229 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f4aa6c9f-d539-408f-8b9e-af9fe626b367 2022-05-31 07:50:00.230 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e7ea15ef-ea0c-438e-9919-e8cba9e99b6a 2022-05-31 07:50:00.425 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-05-31 07:50:00.425 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_725e2aec-b3f2-4d18-b291-223eff48ac00 2022-05-31 07:50:00.426 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-05-31 07:50:00.492 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-05-31 07:50:00.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-05-31 07:50:00.520 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_0a1a829f_aJKtrwIJ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-05-31 07:50:00.548 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0a1a829f_aJKtrwIJ' (ID = 4950dfa6-fcd1-40c9-8580-6db2ed0c6bca) has been successfully created! 2022-05-31 07:50:00.549 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4950dfa6-fcd1-40c9-8580-6db2ed0c6bca' to option 'instance_type'. 2022-05-31 07:50:00.549 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4950dfa6-fcd1-40c9-8580-6db2ed0c6bca 2022-05-31 07:50:00.550 33 INFO rally.task.context [-] Verification 4fa637e4-a120-4da8-a9eb-922b9a9041dc | Context tempest@default setup() finished in 0.68 sec 2022-05-31 07:50:00.551 33 INFO rally.task.context [-] Verification 4fa637e4-a120-4da8-a9eb-922b9a9041dc | Context testr@default setup() finished in 0.40 msec 2022-05-31 07:50:00.551 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/82fa26ab-d039-4933-b831-502cb31859ab'. 2022-05-31 07:50:03.040 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.216s] 2022-05-31 07:50:03.098 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.057s] 2022-05-31 07:50:03.964 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.403s] 2022-05-31 07:50:05.002 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.037s] 2022-05-31 07:50:09.509 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.097s] 2022-05-31 07:50:15.452 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.063s] 2022-05-31 07:50:15.453 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2022-05-31 07:50:18.092 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.067s] 2022-05-31 07:50:18.094 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2022-05-31 07:50:22.621 33 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... fail [0.021s] 2022-05-31 07:50:22.634 33 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2022-05-31 07:50:23.286 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-05-31 07:50:24.627 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.148s] 2022-05-31 07:50:27.478 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.250s] 2022-05-31 07:50:28.713 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [19.949s] 2022-05-31 07:50:29.342 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.077s] 2022-05-31 07:50:31.496 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.959s] 2022-05-31 07:50:33.678 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [2.181s] 2022-05-31 07:50:34.424 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.300s] 2022-05-31 07:50:34.506 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.082s] 2022-05-31 07:50:35.658 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [1.979s] 2022-05-31 07:50:36.204 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.122s] 2022-05-31 07:50:37.956 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-05-31 07:50:39.041 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2022-05-31 07:50:39.416 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.226s] 2022-05-31 07:50:41.328 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.912s] 2022-05-31 07:50:41.855 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2022-05-31 07:50:43.625 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.453s] 2022-05-31 07:50:45.375 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [1.979s] 2022-05-31 07:50:45.554 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.179s] 2022-05-31 07:50:45.632 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.077s] 2022-05-31 07:50:45.684 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.052s] 2022-05-31 07:50:45.691 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.055s] 2022-05-31 07:50:45.714 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.024s] 2022-05-31 07:50:45.738 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.023s] 2022-05-31 07:50:45.746 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2022-05-31 07:50:45.755 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.070s] 2022-05-31 07:50:45.792 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.037s] 2022-05-31 07:50:49.108 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.654s] 2022-05-31 07:50:49.286 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.178s] 2022-05-31 07:50:49.389 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.102s] 2022-05-31 07:50:49.447 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.058s] 2022-05-31 07:50:49.625 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.177s] 2022-05-31 07:50:49.682 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.057s] 2022-05-31 07:50:49.745 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.071s] 2022-05-31 07:50:49.746 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2022-05-31 07:50:55.032 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.790s] 2022-05-31 07:50:55.304 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.538s] 2022-05-31 07:50:55.403 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [7.781s] 2022-05-31 07:50:57.153 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [1.849s] 2022-05-31 07:50:58.048 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [0.894s] 2022-05-31 07:50:58.095 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.047s] 2022-05-31 07:50:58.139 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.043s] 2022-05-31 07:50:58.282 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.249s] 2022-05-31 07:50:58.944 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.533s] 2022-05-31 07:51:00.244 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [4.840s] 2022-05-31 07:51:02.594 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [1.719s] 2022-05-31 07:51:03.502 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [3.257s] 2022-05-31 07:51:03.550 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.542s] 2022-05-31 07:51:04.024 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.242s] 2022-05-31 07:51:04.230 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [1.636s] 2022-05-31 07:51:05.243 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.012s] 2022-05-31 07:51:05.281 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.039s] 2022-05-31 07:51:05.317 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.036s] 2022-05-31 07:51:05.366 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [1.342s] 2022-05-31 07:51:06.023 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.520s] 2022-05-31 07:51:06.214 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.234s] 2022-05-31 07:51:07.637 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.419s] 2022-05-31 07:51:08.410 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.147s] 2022-05-31 07:51:09.598 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.031s] 2022-05-31 07:51:09.609 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2022-05-31 07:51:10.158 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.791s] 2022-05-31 07:51:12.046 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.462s] 2022-05-31 07:51:13.830 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.142s] 2022-05-31 07:51:14.421 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [6.912s] 2022-05-31 07:51:14.802 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.895s] 2022-05-31 07:51:15.340 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [1.507s] 2022-05-31 07:51:15.848 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.039s] 2022-05-31 07:51:15.882 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.042s] 2022-05-31 07:51:16.763 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [1.424s] 2022-05-31 07:51:17.044 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2022-05-31 07:51:18.752 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [4.329s] 2022-05-31 07:51:19.232 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2022-05-31 07:51:19.383 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.151s] 2022-05-31 07:51:21.434 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.095s] 2022-05-31 07:51:21.463 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.029s] 2022-05-31 07:51:22.402 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [3.650s] 2022-05-31 07:51:24.832 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [2.428s] 2022-05-31 07:51:25.930 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.279s] 2022-05-31 07:51:27.112 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.598s] 2022-05-31 07:51:27.550 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.163s] 2022-05-31 07:51:28.062 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [0.945s] 2022-05-31 07:51:28.083 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.150s] 2022-05-31 07:51:28.089 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.032s] 2022-05-31 07:51:29.216 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [9.147s] 2022-05-31 07:51:29.661 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.108s] 2022-05-31 07:51:30.200 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.118s] 2022-05-31 07:51:31.754 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.093s] 2022-05-31 07:51:33.250 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.045s] 2022-05-31 07:51:33.269 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2022-05-31 07:51:33.294 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.025s] 2022-05-31 07:51:33.322 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.028s] 2022-05-31 07:51:35.684 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.052s] 2022-05-31 07:51:36.715 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.093s] 2022-05-31 07:51:46.034 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.318s] 2022-05-31 07:51:46.907 33 INFO rally.task.context [-] Verification 4fa637e4-a120-4da8-a9eb-922b9a9041dc | Context testr@default cleanup() started 2022-05-31 07:51:46.907 33 INFO rally.task.context [-] Verification 4fa637e4-a120-4da8-a9eb-922b9a9041dc | Context testr@default cleanup() finished in 0.82 msec 2022-05-31 07:51:46.908 33 INFO rally.task.context [-] Verification 4fa637e4-a120-4da8-a9eb-922b9a9041dc | Context tempest@default cleanup() started 2022-05-31 07:51:47.087 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_0a1a829f_aJKtrwIJ'. 2022-05-31 07:51:47.246 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0a1a829f_aJKtrwIJ' has been deleted. 2022-05-31 07:51:47.247 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4950dfa6-fcd1-40c9-8580-6db2ed0c6bca' of option 'instance_type' from Tempest config file. 2022-05-31 07:51:47.247 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4950dfa6-fcd1-40c9-8580-6db2ed0c6bca' has been removed. 2022-05-31 07:51:47.252 33 INFO rally.task.context [-] Verification 4fa637e4-a120-4da8-a9eb-922b9a9041dc | Context tempest@default cleanup() finished in 0.34 sec 2022-05-31 07:51:47.271 33 INFO rally.api [-] Verification (UUID=0a1a829f-d2c8-4032-ba12-e6fb6c671168) has been successfully finished for deployment 'opnfv-rally' (UUID=ed16c8dc-761e-4d75-9ebc-d441db488755)! 2022-05-31 07:51:48.546 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:51:48.547 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:51:48.547 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:51:49.776 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:51:49.777 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:51:49.777 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:51:51.404 53 INFO rally.api [-] Building 'html' report for the following verification(s): '0a1a829f-d2c8-4032-ba12-e6fb6c671168' 2022-05-31 07:51:51.424 53 INFO rally.api [-] The report has been successfully built. 2022-05-31 07:51:52.530 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-05-31 07:51:52.531 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-05-31 07:51:52.531 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-05-31 07:51:54.156 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0a1a829f-d2c8-4032-ba12-e6fb6c671168' 2022-05-31 07:51:54.162 55 INFO rally.api [-] The report has been successfully built.