2023-03-26 01:24:22.207 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:22.208 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:22.208 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:24.787 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 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:24:24.787 8 ERROR rally.cli.cliutils 2023-03-26 01:24:26.264 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:26.265 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:26.265 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:30.483 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:30.483 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:30.483 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:35.022 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:35.023 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:35.023 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:36.333 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:36.333 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:36.333 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:38.476 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 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:24:38.476 18 ERROR rally.cli.cliutils 2023-03-26 01:24:39.836 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:39.837 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:39.837 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:42.212 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 01:24:42.259 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a0460fd8-dba1-4e6e-9400-83e7bf3f1716/repo. 2023-03-26 01:24:42.550 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a0460fd8-dba1-4e6e-9400-83e7bf3f1716/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2023-03-26 01:24:42.567 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 01:24:42.574 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 01:24:42.586 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 01:24:42.651 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 01:24:43.328 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0460fd8-dba1-4e6e-9400-83e7bf3f1716) has been successfully created! 2023-03-26 01:24:44.900 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:44.901 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:44.901 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:49.383 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:49.383 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:49.384 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:51.555 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a0460fd8-dba1-4e6e-9400-83e7bf3f1716) for deployment 'opnfv-rally' (UUID=95f486c1-3476-4177-aaee-9295c0c0c8a8). 2023-03-26 01:24:51.996 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a0460fd8-dba1-4e6e-9400-83e7bf3f1716) has been successfully configured for deployment 'opnfv-rally' (UUID=95f486c1-3476-4177-aaee-9295c0c0c8a8)! 2023-03-26 01:24:57.367 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:24:57.367 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:24:57.368 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:24:59.551 38 INFO rally.api [-] Starting verification (UUID=c45993b3-6f68-4ccb-9465-d50471649ed1) for deployment 'opnfv-rally' (UUID=95f486c1-3476-4177-aaee-9295c0c0c8a8) by verifier 'opnfv-tempest' (UUID=a0460fd8-dba1-4e6e-9400-83e7bf3f1716). 2023-03-26 01:25:00.084 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 01:25:00.085 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0460fd8-dba1-4e6e-9400-83e7bf3f1716/for-deployment-95f486c1-3476-4177-aaee-9295c0c0c8a8/tempest.log' to option 'log_file'. 2023-03-26 01:25:00.085 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a0460fd8-dba1-4e6e-9400-83e7bf3f1716/for-deployment-95f486c1-3476-4177-aaee-9295c0c0c8a8/tempest.log 2023-03-26 01:25:00.085 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 01:25:00.085 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0460fd8-dba1-4e6e-9400-83e7bf3f1716/for-deployment-95f486c1-3476-4177-aaee-9295c0c0c8a8/lock_files' to option 'lock_path'. 2023-03-26 01:25:00.085 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a0460fd8-dba1-4e6e-9400-83e7bf3f1716/for-deployment-95f486c1-3476-4177-aaee-9295c0c0c8a8/lock_files 2023-03-26 01:25:00.085 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 01:25:00.086 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a0460fd8-dba1-4e6e-9400-83e7bf3f1716/for-deployment-95f486c1-3476-4177-aaee-9295c0c0c8a8' to option 'img_dir'. 2023-03-26 01:25:00.086 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-a0460fd8-dba1-4e6e-9400-83e7bf3f1716/for-deployment-95f486c1-3476-4177-aaee-9295c0c0c8a8 2023-03-26 01:25:00.086 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 2023-03-26 01:25:00.086 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4347b695-965f-41fa-9e20-987dfd4b1d9a 2023-03-26 01:25:00.086 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9b4cab31-f0c4-4dcb-9fc6-63c32418c027 2023-03-26 01:25:00.087 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8beb2171-02d9-49de-8bc4-d92fd432fa46 2023-03-26 01:25:00.087 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 922bb666-acf6-41cb-9f3f-fbd3c5938755 2023-03-26 01:25:00.251 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 01:25:00.252 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_0d0bfb35-9f2b-4648-9a97-da311eec76b2 2023-03-26 01:25:00.253 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 01:25:00.330 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-03-26 01:25:00.362 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2023-03-26 01:25:00.363 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c45993b3_D5HYPhV1' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2023-03-26 01:25:00.392 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c45993b3_D5HYPhV1' (ID = 615401a6-531e-4924-b736-9daa0c64daf0) has been successfully created! 2023-03-26 01:25:00.393 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '615401a6-531e-4924-b736-9daa0c64daf0' to option 'instance_type'. 2023-03-26 01:25:00.393 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 615401a6-531e-4924-b736-9daa0c64daf0 2023-03-26 01:25:00.395 38 INFO rally.task.context [-] Verification a0460fd8-dba1-4e6e-9400-83e7bf3f1716 | Context tempest@default setup() finished in 0.72 sec 2023-03-26 01:25:00.396 38 INFO rally.task.context [-] Verification a0460fd8-dba1-4e6e-9400-83e7bf3f1716 | Context testr@default setup() finished in 0.48 msec 2023-03-26 01:25:00.396 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8bc25549-d8e0-4b5f-9803-83ccb60c659f'. 2023-03-26 01:25:03.418 38 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.202s] 2023-03-26 01:25:03.488 38 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.069s] 2023-03-26 01:25:04.824 38 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.571s] 2023-03-26 01:25:05.553 38 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.727s] 2023-03-26 01:25:05.828 38 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [1.781s] 2023-03-26 01:25:13.226 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.061s] 2023-03-26 01:25:13.357 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.130s] 2023-03-26 01:25:18.844 38 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.029s] 2023-03-26 01:25:18.855 38 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2023-03-26 01:25:19.853 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2023-03-26 01:25:21.758 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.465s] 2023-03-26 01:25:26.133 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.587s] 2023-03-26 01:25:29.950 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.196s] 2023-03-26 01:25:32.709 38 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2023-03-26 01:25:33.698 38 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.310s] 2023-03-26 01:25:34.280 38 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.581s] 2023-03-26 01:25:34.413 38 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.133s] 2023-03-26 01:25:35.524 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.144s] 2023-03-26 01:25:35.526 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2023-03-26 01:25:39.542 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [28.930s] 2023-03-26 01:25:40.526 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.216s] 2023-03-26 01:25:43.621 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.018s] 2023-03-26 01:25:44.807 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.281s] 2023-03-26 01:25:46.184 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.377s] 2023-03-26 01:25:46.249 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.065s] 2023-03-26 01:25:46.310 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2023-03-26 01:25:48.596 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2023-03-26 01:25:48.691 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.094s] 2023-03-26 01:25:50.647 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.227s] 2023-03-26 01:25:50.807 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.158s] 2023-03-26 01:25:50.921 38 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.114s] 2023-03-26 01:25:54.041 38 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.208s] 2023-03-26 01:25:57.372 38 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.088s] 2023-03-26 01:25:57.944 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.788s] 2023-03-26 01:25:59.347 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2023-03-26 01:25:59.416 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.068s] 2023-03-26 01:25:59.437 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2023-03-26 01:25:59.444 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2023-03-26 01:26:00.776 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.070s] 2023-03-26 01:26:02.109 38 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2023-03-26 01:26:05.740 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.792s] 2023-03-26 01:26:07.660 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.146s] 2023-03-26 01:26:07.662 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2023-03-26 01:26:09.193 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.150s] 2023-03-26 01:26:09.194 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2023-03-26 01:26:12.231 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.255s] 2023-03-26 01:26:15.869 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2023-03-26 01:26:16.565 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.333s] 2023-03-26 01:26:17.842 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.672s] 2023-03-26 01:26:20.024 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.300s] 2023-03-26 01:26:21.249 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.812s] 2023-03-26 01:26:22.788 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.371s] 2023-03-26 01:26:24.359 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.770s] 2023-03-26 01:26:25.496 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.673s] 2023-03-26 01:26:25.647 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.152s] 2023-03-26 01:26:25.852 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.203s] 2023-03-26 01:26:25.916 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2023-03-26 01:26:26.025 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.109s] 2023-03-26 01:26:26.076 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.050s] 2023-03-26 01:26:26.656 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.591s] 2023-03-26 01:26:26.868 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.508s] 2023-03-26 01:26:28.996 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.787s] 2023-03-26 01:26:29.942 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.455s] 2023-03-26 01:26:30.307 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.305s] 2023-03-26 01:26:30.342 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.042s] 2023-03-26 01:26:31.649 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [4.780s] 2023-03-26 01:26:31.724 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.036s] 2023-03-26 01:26:31.741 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2023-03-26 01:26:31.760 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.018s] 2023-03-26 01:26:31.786 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.027s] 2023-03-26 01:26:32.334 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.390s] 2023-03-26 01:26:34.277 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [1.943s] 2023-03-26 01:26:37.980 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.743s] 2023-03-26 01:26:39.500 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.513s] 2023-03-26 01:26:39.548 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.055s] 2023-03-26 01:26:40.787 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.678s] 2023-03-26 01:26:40.923 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.136s] 2023-03-26 01:26:41.059 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.135s] 2023-03-26 01:26:41.118 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.059s] 2023-03-26 01:26:41.219 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.101s] 2023-03-26 01:26:41.263 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.044s] 2023-03-26 01:26:41.459 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.080s] 2023-03-26 01:26:41.491 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.031s] 2023-03-26 01:26:44.285 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.030s] 2023-03-26 01:26:44.296 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2023-03-26 01:26:46.726 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.221s] 2023-03-26 01:26:46.828 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.100s] 2023-03-26 01:26:46.903 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.075s] 2023-03-26 01:26:47.232 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.973s] 2023-03-26 01:26:47.725 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.022s] 2023-03-26 01:26:48.602 38 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2023-03-26 01:26:50.143 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.912s] 2023-03-26 01:26:51.142 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [0.998s] 2023-03-26 01:26:51.195 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.053s] 2023-03-26 01:26:51.241 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.046s] 2023-03-26 01:27:02.676 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.266s] 2023-03-26 01:27:07.835 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.159s] 2023-03-26 01:27:12.484 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.649s] 2023-03-26 01:27:15.659 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.175s] 2023-03-26 01:27:27.840 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.389s] 2023-03-26 01:27:33.405 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.564s] 2023-03-26 01:27:38.361 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.956s] 2023-03-26 01:27:41.613 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.251s] 2023-03-26 01:27:43.789 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.376s] 2023-03-26 01:27:50.332 38 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.061s] 2023-03-26 01:27:55.053 38 INFO rally.task.context [-] Verification a0460fd8-dba1-4e6e-9400-83e7bf3f1716 | Context testr@default cleanup() started 2023-03-26 01:27:55.053 38 INFO rally.task.context [-] Verification a0460fd8-dba1-4e6e-9400-83e7bf3f1716 | Context testr@default cleanup() finished in 0.68 msec 2023-03-26 01:27:55.054 38 INFO rally.task.context [-] Verification a0460fd8-dba1-4e6e-9400-83e7bf3f1716 | Context tempest@default cleanup() started 2023-03-26 01:27:55.243 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c45993b3_D5HYPhV1'. 2023-03-26 01:27:55.454 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c45993b3_D5HYPhV1' has been deleted. 2023-03-26 01:27:55.454 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '615401a6-531e-4924-b736-9daa0c64daf0' of option 'instance_type' from Tempest config file. 2023-03-26 01:27:55.454 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '615401a6-531e-4924-b736-9daa0c64daf0' has been removed. 2023-03-26 01:27:55.456 38 INFO rally.task.context [-] Verification a0460fd8-dba1-4e6e-9400-83e7bf3f1716 | Context tempest@default cleanup() finished in 0.40 sec 2023-03-26 01:27:55.473 38 INFO rally.api [-] Verification (UUID=c45993b3-6f68-4ccb-9465-d50471649ed1) has been successfully finished for deployment 'opnfv-rally' (UUID=95f486c1-3476-4177-aaee-9295c0c0c8a8)! 2023-03-26 01:27:56.914 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:27:56.914 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:27:56.914 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:27:58.210 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:27:58.210 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:27:58.210 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:28:00.266 64 INFO rally.api [-] Building 'html' report for the following verification(s): 'c45993b3-6f68-4ccb-9465-d50471649ed1' 2023-03-26 01:28:00.286 64 INFO rally.api [-] The report has been successfully built. 2023-03-26 01:28:01.537 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:28:01.537 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:28:01.537 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:28:03.610 66 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c45993b3-6f68-4ccb-9465-d50471649ed1' 2023-03-26 01:28:03.615 66 INFO rally.api [-] The report has been successfully built.