2022-09-12 18:29:34.774 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:34.774 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:34.774 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:37.666 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 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-09-12 18:29:37.666 8 ERROR rally.cli.cliutils 2022-09-12 18:29:39.115 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:39.115 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:39.115 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:43.005 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:43.006 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:43.006 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:47.438 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:47.438 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:47.438 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:48.763 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:48.764 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:48.764 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:51.237 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 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-09-12 18:29:51.237 18 ERROR rally.cli.cliutils 2022-09-12 18:29:52.622 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:52.622 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:52.622 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:29:54.858 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-09-12 18:29:54.913 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-87940098-4dc9-478e-ab9e-48e4873b46bf/repo. 2022-09-12 18:29:55.329 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-87940098-4dc9-478e-ab9e-48e4873b46bf/repo'... done. Note: switching to '527e62c6ce26f1bd6fcdbc542c5563955b958907'. 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-09-12 18:29:55.345 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g527e62c6c ' 2022-09-12 18:29:55.353 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '527e62c6ce26f1bd6fcdbc542c5563955b958907 ' 2022-09-12 18:29:55.364 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-09-12 18:29:55.446 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-09-12 18:29:56.188 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=87940098-4dc9-478e-ab9e-48e4873b46bf) has been successfully created! 2022-09-12 18:29:57.645 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:29:57.646 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:29:57.646 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:01.878 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:30:01.878 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:30:01.878 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:03.878 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=87940098-4dc9-478e-ab9e-48e4873b46bf) for deployment 'opnfv-rally' (UUID=b8729774-b4ca-4527-992b-7bbdb3936b56). 2022-09-12 18:30:04.273 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=87940098-4dc9-478e-ab9e-48e4873b46bf) has been successfully configured for deployment 'opnfv-rally' (UUID=b8729774-b4ca-4527-992b-7bbdb3936b56)! 2022-09-12 18:30:09.507 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:30:09.507 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:30:09.507 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:30:11.732 38 INFO rally.api [-] Starting verification (UUID=49eeea64-4248-4902-9bb1-96267a324aab) for deployment 'opnfv-rally' (UUID=b8729774-b4ca-4527-992b-7bbdb3936b56) by verifier 'opnfv-tempest' (UUID=87940098-4dc9-478e-ab9e-48e4873b46bf). 2022-09-12 18:30:12.191 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2022-09-12 18:30:12.226 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-09-12 18:30:12.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-87940098-4dc9-478e-ab9e-48e4873b46bf/for-deployment-b8729774-b4ca-4527-992b-7bbdb3936b56/tempest.log' to option 'log_file'. 2022-09-12 18:30:12.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-87940098-4dc9-478e-ab9e-48e4873b46bf/for-deployment-b8729774-b4ca-4527-992b-7bbdb3936b56/tempest.log 2022-09-12 18:30:12.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-09-12 18:30:12.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-87940098-4dc9-478e-ab9e-48e4873b46bf/for-deployment-b8729774-b4ca-4527-992b-7bbdb3936b56/lock_files' to option 'lock_path'. 2022-09-12 18:30:12.228 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-87940098-4dc9-478e-ab9e-48e4873b46bf/for-deployment-b8729774-b4ca-4527-992b-7bbdb3936b56/lock_files 2022-09-12 18:30:12.228 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 2022-09-12 18:30:12.228 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 122d7306-18ea-4786-9f8b-da58d55ac09b 2022-09-12 18:30:12.229 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 107ee397-9a32-460a-a406-99ba84b26e3d 2022-09-12 18:30:12.229 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1b1d79e4-9011-4262-856f-219a76a72cc9 2022-09-12 18:30:12.230 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0f5751fc-24bd-407b-8033-8f76ed917e46 2022-09-12 18:30:12.404 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-09-12 18:30:12.404 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_7c4ef2c6-b48f-470a-a641-5c6e4ee9ad4b 2022-09-12 18:30:12.405 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-09-12 18:30:12.485 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-09-12 18:30:12.511 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-09-12 18:30:12.511 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_49eeea64_8vmmJdTH' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-09-12 18:30:12.533 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_49eeea64_8vmmJdTH' (ID = 9892e4b7-7e8c-4128-bd7b-b5a067909c23) has been successfully created! 2022-09-12 18:30:12.533 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '9892e4b7-7e8c-4128-bd7b-b5a067909c23' to option 'instance_type'. 2022-09-12 18:30:12.534 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 9892e4b7-7e8c-4128-bd7b-b5a067909c23 2022-09-12 18:30:12.535 38 INFO rally.task.context [-] Verification 87940098-4dc9-478e-ab9e-48e4873b46bf | Context tempest@default setup() finished in 0.68 sec 2022-09-12 18:30:12.536 38 INFO rally.task.context [-] Verification 87940098-4dc9-478e-ab9e-48e4873b46bf | Context testr@default setup() finished in 0.41 msec 2022-09-12 18:30:12.536 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/e2662d69-9efe-4b5b-a4e8-47f0c4096d08'. 2022-09-12 18:30:15.411 38 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.243s] 2022-09-12 18:30:15.478 38 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.067s] 2022-09-12 18:30:16.925 38 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.691s] 2022-09-12 18:30:17.650 38 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.724s] 2022-09-12 18:30:21.379 38 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON ... fail 2022-09-12 18:30:21.379 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2022-09-12 18:30:22.515 38 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [1.933s] 2022-09-12 18:30:23.176 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.526s] 2022-09-12 18:30:24.620 38 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.320s] 2022-09-12 18:30:25.460 38 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.837s] 2022-09-12 18:30:25.587 38 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.127s] 2022-09-12 18:30:26.822 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... fail [6.865s] 2022-09-12 18:30:27.433 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.497s] 2022-09-12 18:30:28.374 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.893s] 2022-09-12 18:30:31.479 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.772s] 2022-09-12 18:30:31.682 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.603s] 2022-09-12 18:30:34.119 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.640s] 2022-09-12 18:30:34.756 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.234s] 2022-09-12 18:30:36.135 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.015s] 2022-09-12 18:30:37.389 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.095s] 2022-09-12 18:30:39.839 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume ... fail 2022-09-12 18:30:40.748 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.231s] 2022-09-12 18:30:43.690 38 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2022-09-12 18:30:46.113 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.830s] 2022-09-12 18:30:46.371 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.982s] 2022-09-12 18:30:46.634 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.264s] 2022-09-12 18:30:46.792 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.157s] 2022-09-12 18:30:46.883 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.091s] 2022-09-12 18:30:46.972 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.088s] 2022-09-12 18:30:47.015 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.043s] 2022-09-12 18:30:47.843 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.725s] 2022-09-12 18:30:47.874 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.037s] 2022-09-12 18:30:47.929 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2022-09-12 18:30:48.533 38 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.027s] 2022-09-12 18:30:48.540 38 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2022-09-12 18:30:49.175 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2022-09-12 18:30:49.718 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.754s] 2022-09-12 18:30:50.878 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.155s] 2022-09-12 18:30:50.904 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.031s] 2022-09-12 18:30:51.663 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.506s] 2022-09-12 18:30:52.792 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.028s] 2022-09-12 18:30:52.804 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.012s] 2022-09-12 18:30:52.832 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.559s] 2022-09-12 18:30:53.187 38 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2022-09-12 18:30:55.307 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.475s] 2022-09-12 18:30:55.316 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.216s] 2022-09-12 18:30:55.464 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.146s] 2022-09-12 18:30:55.487 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.788s] 2022-09-12 18:30:55.578 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.114s] 2022-09-12 18:30:56.487 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2022-09-12 18:30:56.871 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.563s] 2022-09-12 18:30:56.927 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2022-09-12 18:30:56.973 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.045s] 2022-09-12 18:30:57.871 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.384s] 2022-09-12 18:30:59.240 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.338s] 2022-09-12 18:31:01.142 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.078s] 2022-09-12 18:31:01.167 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.026s] 2022-09-12 18:31:02.880 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.008s] 2022-09-12 18:31:03.454 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.216s] 2022-09-12 18:31:03.548 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.092s] 2022-09-12 18:31:03.630 38 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.081s] 2022-09-12 18:31:09.946 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... fail [3.601s] 2022-09-12 18:31:10.859 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2022-09-12 18:31:12.413 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.186s] 2022-09-12 18:31:15.200 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.351s] 2022-09-12 18:31:16.393 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [10.561s] 2022-09-12 18:31:16.837 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.060s] 2022-09-12 18:31:17.387 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2022-09-12 18:31:17.409 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2022-09-12 18:31:17.433 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2022-09-12 18:31:17.443 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2022-09-12 18:31:18.721 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.076s] 2022-09-12 18:31:23.385 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.990s] 2022-09-12 18:31:28.300 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.915s] 2022-09-12 18:31:28.808 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.881s] 2022-09-12 18:31:31.448 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.147s] 2022-09-12 18:31:33.010 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.200s] 2022-09-12 18:31:41.930 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.494s] 2022-09-12 18:31:42.146 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.216s] 2022-09-12 18:31:42.318 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.172s] 2022-09-12 18:31:42.373 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2022-09-12 18:31:42.479 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.105s] 2022-09-12 18:31:42.521 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.042s] 2022-09-12 18:31:43.490 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.242s] 2022-09-12 18:31:48.628 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.042s] 2022-09-12 18:31:49.258 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.769s] 2022-09-12 18:31:51.213 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [2.585s] 2022-09-12 18:31:52.384 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.170s] 2022-09-12 18:31:52.435 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.052s] 2022-09-12 18:31:52.479 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.044s] 2022-09-12 18:31:54.402 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.143s] 2022-09-12 18:31:54.604 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.038s] 2022-09-12 18:31:54.624 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2022-09-12 18:31:54.641 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.017s] 2022-09-12 18:31:54.667 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.026s] 2022-09-12 18:31:57.775 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.372s] 2022-09-12 18:31:59.403 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2022-09-12 18:31:59.504 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.100s] 2022-09-12 18:32:00.802 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2022-09-12 18:32:07.893 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.822s] 2022-09-12 18:32:15.949 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.053s] 2022-09-12 18:32:16.932 38 INFO rally.task.context [-] Verification 87940098-4dc9-478e-ab9e-48e4873b46bf | Context testr@default cleanup() started 2022-09-12 18:32:16.932 38 INFO rally.task.context [-] Verification 87940098-4dc9-478e-ab9e-48e4873b46bf | Context testr@default cleanup() finished in 0.66 msec 2022-09-12 18:32:16.933 38 INFO rally.task.context [-] Verification 87940098-4dc9-478e-ab9e-48e4873b46bf | Context tempest@default cleanup() started 2022-09-12 18:32:17.050 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2022-09-12 18:32:17.113 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2022-09-12 18:32:17.147 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_49eeea64_8vmmJdTH'. 2022-09-12 18:32:17.366 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_49eeea64_8vmmJdTH' has been deleted. 2022-09-12 18:32:17.367 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '9892e4b7-7e8c-4128-bd7b-b5a067909c23' of option 'instance_type' from Tempest config file. 2022-09-12 18:32:17.368 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '9892e4b7-7e8c-4128-bd7b-b5a067909c23' has been removed. 2022-09-12 18:32:17.370 38 INFO rally.task.context [-] Verification 87940098-4dc9-478e-ab9e-48e4873b46bf | Context tempest@default cleanup() finished in 0.44 sec 2022-09-12 18:32:17.389 38 INFO rally.api [-] Verification (UUID=49eeea64-4248-4902-9bb1-96267a324aab) has been successfully finished for deployment 'opnfv-rally' (UUID=b8729774-b4ca-4527-992b-7bbdb3936b56)! 2022-09-12 18:32:18.837 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:32:18.837 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:32:18.837 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:32:20.219 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:32:20.219 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:32:20.219 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:32:22.354 56 INFO rally.api [-] Building 'html' report for the following verification(s): '49eeea64-4248-4902-9bb1-96267a324aab' 2022-09-12 18:32:22.375 56 INFO rally.api [-] The report has been successfully built. 2022-09-12 18:32:23.653 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-09-12 18:32:23.653 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-09-12 18:32:23.653 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-09-12 18:32:25.636 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '49eeea64-4248-4902-9bb1-96267a324aab' 2022-09-12 18:32:25.642 58 INFO rally.api [-] The report has been successfully built.