2022-08-16 14:25:49.035 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:25:49.040 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:25:49.041 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:26:07.441 11 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-08-16 14:26:07.441 11 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-08-16 14:26:07.441 11 ERROR rally.cli.cliutils 2022-08-16 14:26:16.065 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:26:16.069 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:26:16.070 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:26:42.889 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:26:42.893 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:26:42.894 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:27:11.209 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:27:11.213 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:27:11.214 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:27:20.067 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:27:20.071 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:27:20.072 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:27:36.772 41 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-08-16 14:27:36.772 41 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-08-16 14:27:36.772 41 ERROR rally.cli.cliutils 2022-08-16 14:27:45.747 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:27:45.752 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:27:45.753 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:28:02.450 47 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-08-16 14:28:02.727 47 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-84473a50-d9c0-4aff-aac8-15b20f52f937/repo. 2022-08-16 14:28:03.474 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-84473a50-d9c0-4aff-aac8-15b20f52f937/repo'... done. Note: switching to '0edf8f6b24fa966bca9a34059c034148a726457c'. 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 ' 2022-08-16 14:28:03.541 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g0edf8f6b2 ' 2022-08-16 14:28:03.579 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0edf8f6b24fa966bca9a34059c034148a726457c ' 2022-08-16 14:28:03.614 47 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-08-16 14:28:04.085 47 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-08-16 14:28:08.113 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=84473a50-d9c0-4aff-aac8-15b20f52f937) has been successfully created! 2022-08-16 14:28:17.086 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:28:17.091 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:28:17.092 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:28:43.795 84 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:28:43.799 84 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:28:43.800 84 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:29:00.661 84 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=84473a50-d9c0-4aff-aac8-15b20f52f937) for deployment 'opnfv-rally' (UUID=c1ea72c1-3063-4a69-b15f-b4e2107667cd). 2022-08-16 14:29:01.620 84 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=84473a50-d9c0-4aff-aac8-15b20f52f937) has been successfully configured for deployment 'opnfv-rally' (UUID=c1ea72c1-3063-4a69-b15f-b4e2107667cd)! 2022-08-16 14:29:35.981 104 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:29:35.986 104 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:29:35.987 104 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:29:52.936 104 INFO rally.api [-] Starting verification (UUID=d5579fd2-de25-4f7d-92a6-8f4116828217) for deployment 'opnfv-rally' (UUID=c1ea72c1-3063-4a69-b15f-b4e2107667cd) by verifier 'opnfv-tempest' (UUID=84473a50-d9c0-4aff-aac8-15b20f52f937). 2022-08-16 14:29:55.577 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2022-08-16 14:29:55.630 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-08-16 14:29:55.631 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-84473a50-d9c0-4aff-aac8-15b20f52f937/for-deployment-c1ea72c1-3063-4a69-b15f-b4e2107667cd/tempest.log' to option 'log_file'. 2022-08-16 14:29:55.632 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-84473a50-d9c0-4aff-aac8-15b20f52f937/for-deployment-c1ea72c1-3063-4a69-b15f-b4e2107667cd/tempest.log 2022-08-16 14:29:55.633 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-08-16 14:29:55.634 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-84473a50-d9c0-4aff-aac8-15b20f52f937/for-deployment-c1ea72c1-3063-4a69-b15f-b4e2107667cd/lock_files' to option 'lock_path'. 2022-08-16 14:29:55.635 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-84473a50-d9c0-4aff-aac8-15b20f52f937/for-deployment-c1ea72c1-3063-4a69-b15f-b4e2107667cd/lock_files 2022-08-16 14:29:55.636 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2022-08-16 14:29:55.637 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-84473a50-d9c0-4aff-aac8-15b20f52f937/for-deployment-c1ea72c1-3063-4a69-b15f-b4e2107667cd' to option 'img_dir'. 2022-08-16 14:29:55.638 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-84473a50-d9c0-4aff-aac8-15b20f52f937/for-deployment-c1ea72c1-3063-4a69-b15f-b4e2107667cd 2022-08-16 14:29:55.639 104 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 2022-08-16 14:29:55.640 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = bc645f38-85be-4754-9a45-2ed6b88f6a01 2022-08-16 14:29:55.641 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3995ca22-aa6e-41f5-8904-a7ec6e54f569 2022-08-16 14:29:55.643 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a125bfbd-7b8c-4138-9624-ca3d384d6d9b 2022-08-16 14:29:55.645 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0a7276c2-72d4-43d7-8f27-baa69a651ed7 2022-08-16 14:29:55.948 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-08-16 14:29:55.951 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_e53f70ea-3281-4aa9-ba17-26238072e4fe 2022-08-16 14:29:55.956 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-08-16 14:29:56.495 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-08-16 14:29:56.556 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-08-16 14:29:56.558 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d5579fd2_1qQwE4aL' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-08-16 14:29:56.611 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d5579fd2_1qQwE4aL' (ID = 618b9595-8f90-4f76-8e9f-373e6a2a1dbc) has been successfully created! 2022-08-16 14:29:56.613 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '618b9595-8f90-4f76-8e9f-373e6a2a1dbc' to option 'instance_type'. 2022-08-16 14:29:56.614 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 618b9595-8f90-4f76-8e9f-373e6a2a1dbc 2022-08-16 14:29:56.621 104 INFO rally.task.context [-] Verification 84473a50-d9c0-4aff-aac8-15b20f52f937 | Context tempest@default setup() finished in 3.14 sec 2022-08-16 14:29:56.624 104 INFO rally.task.context [-] Verification 84473a50-d9c0-4aff-aac8-15b20f52f937 | Context testr@default setup() finished in 1.25 msec 2022-08-16 14:29:56.625 104 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e6ee0e71-4799-4922-aba9-5411391a9e25'. 2022-08-16 14:30:12.370 104 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.203s] 2022-08-16 14:30:12.518 104 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.161s] 2022-08-16 14:30:14.203 104 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.744s] 2022-08-16 14:30:15.564 104 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.351s] 2022-08-16 14:30:16.272 104 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.821s] 2022-08-16 14:30:19.796 104 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.267s] 2022-08-16 14:30:22.391 104 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.088s] 2022-08-16 14:30:24.377 104 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.382s] 2022-08-16 14:30:25.093 104 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.709s] 2022-08-16 14:30:25.321 104 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.226s] 2022-08-16 14:30:27.361 104 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.028s] 2022-08-16 14:30:29.533 104 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2022-08-16 14:30:30.521 104 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.133s] 2022-08-16 14:30:30.570 104 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.047s] 2022-08-16 14:30:30.792 104 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... fail [7.083s] 2022-08-16 14:30:31.193 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.961s] 2022-08-16 14:30:31.452 104 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2022-08-16 14:30:33.966 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.769s] 2022-08-16 14:30:34.345 104 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.743s] 2022-08-16 14:30:37.596 104 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume ... fail 2022-08-16 14:30:37.608 104 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2022-08-16 14:30:39.800 104 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.468s] 2022-08-16 14:30:40.319 104 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.157s] 2022-08-16 14:30:43.899 104 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.305s] 2022-08-16 14:30:44.210 104 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.217s] 2022-08-16 14:30:46.747 104 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2022-08-16 14:30:47.960 104 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.379s] 2022-08-16 14:30:50.230 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.663s] 2022-08-16 14:30:52.190 104 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2022-08-16 14:30:52.459 104 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.809s] 2022-08-16 14:30:52.575 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.341s] 2022-08-16 14:30:54.534 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [1.956s] 2022-08-16 14:30:56.965 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.266s] 2022-08-16 14:31:02.138 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.783s] 2022-08-16 14:31:02.324 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.187s] 2022-08-16 14:31:02.486 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.162s] 2022-08-16 14:31:02.565 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.076s] 2022-08-16 14:31:02.715 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.147s] 2022-08-16 14:31:02.790 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.073s] 2022-08-16 14:31:02.923 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.038s] 2022-08-16 14:31:05.349 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [31.379s] 2022-08-16 14:31:07.126 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.202s] 2022-08-16 14:31:08.424 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.293s] 2022-08-16 14:31:08.520 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.097s] 2022-08-16 14:31:08.610 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.087s] 2022-08-16 14:31:09.179 104 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2022-08-16 14:31:10.511 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.813s] 2022-08-16 14:31:13.531 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.022s] 2022-08-16 14:31:14.904 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.371s] 2022-08-16 14:31:14.993 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.091s] 2022-08-16 14:31:15.076 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.079s] 2022-08-16 14:31:16.545 104 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON ... fail 2022-08-16 14:31:19.149 104 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.775s] 2022-08-16 14:31:22.498 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.172s] 2022-08-16 14:31:22.728 104 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2022-08-16 14:31:22.770 104 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.041s] 2022-08-16 14:31:22.857 104 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.084s] 2022-08-16 14:31:22.882 104 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.025s] 2022-08-16 14:31:23.813 104 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... fail [4.157s] 2022-08-16 14:31:28.464 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.968s] 2022-08-16 14:31:33.222 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.083s] 2022-08-16 14:31:34.049 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.585s] 2022-08-16 14:31:37.892 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.832s] 2022-08-16 14:31:37.895 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.651s] 2022-08-16 14:31:40.122 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.831s] 2022-08-16 14:31:40.325 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.202s] 2022-08-16 14:31:40.369 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.023s] 2022-08-16 14:31:40.474 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.149s] 2022-08-16 14:31:40.488 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.121s] 2022-08-16 14:31:40.552 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.075s] 2022-08-16 14:31:40.738 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.181s] 2022-08-16 14:31:40.824 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.086s] 2022-08-16 14:31:42.581 104 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.359s] 2022-08-16 14:31:43.007 104 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.416s] 2022-08-16 14:31:43.302 104 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.290s] 2022-08-16 14:31:44.377 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.564s] 2022-08-16 14:31:45.328 104 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.347s] 2022-08-16 14:31:45.608 104 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.270s] 2022-08-16 14:31:45.805 104 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.196s] 2022-08-16 14:31:47.280 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.303s] 2022-08-16 14:31:47.346 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.068s] 2022-08-16 14:31:50.093 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.142s] 2022-08-16 14:31:50.170 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.078s] 2022-08-16 14:31:50.248 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.076s] 2022-08-16 14:31:50.342 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.091s] 2022-08-16 14:31:52.451 104 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.048s] 2022-08-16 14:31:53.779 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.448s] 2022-08-16 14:31:54.793 104 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.266s] 2022-08-16 14:31:59.731 104 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.096s] 2022-08-16 14:31:59.776 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.992s] 2022-08-16 14:32:04.186 104 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.382s] 2022-08-16 14:32:04.656 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.878s] 2022-08-16 14:32:08.166 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.508s] 2022-08-16 14:32:11.611 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.891s] 2022-08-16 14:32:13.323 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.691s] 2022-08-16 14:32:13.366 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2022-08-16 14:32:16.053 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.917s] 2022-08-16 14:32:17.979 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.900s] 2022-08-16 14:32:18.021 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.069s] 2022-08-16 14:32:20.691 104 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.077s] 2022-08-16 14:32:20.717 104 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.029s] 2022-08-16 14:32:23.730 104 INFO rally.task.context [-] Verification 84473a50-d9c0-4aff-aac8-15b20f52f937 | Context testr@default cleanup() started 2022-08-16 14:32:23.734 104 INFO rally.task.context [-] Verification 84473a50-d9c0-4aff-aac8-15b20f52f937 | Context testr@default cleanup() finished in 3.33 msec 2022-08-16 14:32:23.736 104 INFO rally.task.context [-] Verification 84473a50-d9c0-4aff-aac8-15b20f52f937 | Context tempest@default cleanup() started 2022-08-16 14:32:23.968 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2022-08-16 14:32:24.079 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2022-08-16 14:32:24.252 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d5579fd2_1qQwE4aL'. 2022-08-16 14:32:24.510 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d5579fd2_1qQwE4aL' has been deleted. 2022-08-16 14:32:24.515 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '618b9595-8f90-4f76-8e9f-373e6a2a1dbc' of option 'instance_type' from Tempest config file. 2022-08-16 14:32:24.517 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '618b9595-8f90-4f76-8e9f-373e6a2a1dbc' has been removed. 2022-08-16 14:32:24.524 104 INFO rally.task.context [-] Verification 84473a50-d9c0-4aff-aac8-15b20f52f937 | Context tempest@default cleanup() finished in 0.79 sec 2022-08-16 14:32:24.604 104 INFO rally.api [-] Verification (UUID=d5579fd2-de25-4f7d-92a6-8f4116828217) has been successfully finished for deployment 'opnfv-rally' (UUID=c1ea72c1-3063-4a69-b15f-b4e2107667cd)! 2022-08-16 14:32:33.443 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:32:33.447 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:32:33.448 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:32:42.732 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:32:42.736 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:32:42.737 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:32:59.442 154 INFO rally.api [-] Building 'html' report for the following verification(s): 'd5579fd2-de25-4f7d-92a6-8f4116828217' 2022-08-16 14:32:59.598 154 INFO rally.api [-] The report has been successfully built. 2022-08-16 14:33:08.285 160 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-08-16 14:33:08.289 160 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-08-16 14:33:08.290 160 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-08-16 14:33:25.370 160 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd5579fd2-de25-4f7d-92a6-8f4116828217' 2022-08-16 14:33:25.427 160 INFO rally.api [-] The report has been successfully built.