2022-02-19 15:52:59.205 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:52:59.207 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:52:59.207 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 15:53:01.552 7 ERROR rally.cli.cliutils 2022-02-19 15:53:03.049 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:03.050 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:03.051 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:06.914 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:06.914 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:06.915 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:10.895 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:10.896 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:10.897 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:12.186 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:12.188 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:12.188 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils force=force) 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 15:53:14.072 16 ERROR rally.cli.cliutils 2022-02-19 15:53:15.430 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:15.431 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:15.431 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:17.538 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 15:53:17.618 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6eb59350-4013-4bc7-adff-ed3fbbe09600/repo. 2022-02-19 15:53:18.065 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6eb59350-4013-4bc7-adff-ed3fbbe09600/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-02-19 15:53:18.081 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 15:53:18.089 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 15:53:18.112 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 15:53:18.170 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 15:53:18.774 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6eb59350-4013-4bc7-adff-ed3fbbe09600) has been successfully created! 2022-02-19 15:53:20.251 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:20.251 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:20.253 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:24.349 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:24.350 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:24.350 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:26.563 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6eb59350-4013-4bc7-adff-ed3fbbe09600) for deployment 'opnfv-rally' (UUID=7a01d8c6-5807-4301-8f2b-2c234739858c). 2022-02-19 15:53:26.990 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6eb59350-4013-4bc7-adff-ed3fbbe09600) has been successfully configured for deployment 'opnfv-rally' (UUID=7a01d8c6-5807-4301-8f2b-2c234739858c)! 2022-02-19 15:53:32.025 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:32.027 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:32.027 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:34.232 33 INFO rally.api [-] Starting verification (UUID=787390a4-bc13-495c-a7bb-72ecfffadc89) for deployment 'opnfv-rally' (UUID=7a01d8c6-5807-4301-8f2b-2c234739858c) by verifier 'opnfv-tempest' (UUID=6eb59350-4013-4bc7-adff-ed3fbbe09600). 2022-02-19 15:53:34.862 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 15:53:34.862 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6eb59350-4013-4bc7-adff-ed3fbbe09600/for-deployment-7a01d8c6-5807-4301-8f2b-2c234739858c/tempest.log' to option 'log_file'. 2022-02-19 15:53:34.863 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6eb59350-4013-4bc7-adff-ed3fbbe09600/for-deployment-7a01d8c6-5807-4301-8f2b-2c234739858c/tempest.log 2022-02-19 15:53:34.863 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 15:53:34.863 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6eb59350-4013-4bc7-adff-ed3fbbe09600/for-deployment-7a01d8c6-5807-4301-8f2b-2c234739858c/lock_files' to option 'lock_path'. 2022-02-19 15:53:34.864 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6eb59350-4013-4bc7-adff-ed3fbbe09600/for-deployment-7a01d8c6-5807-4301-8f2b-2c234739858c/lock_files 2022-02-19 15:53:34.864 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2022-02-19 15:53:34.865 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c0e63f79-4a28-43bb-affd-4d0665258582 2022-02-19 15:53:34.865 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f14a4e89-38f7-480d-99b9-8fae346d040b 2022-02-19 15:53:34.866 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4d3484f8-f6b1-41cb-84cb-4fc4c6cae0ea 2022-02-19 15:53:34.866 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2dccbd25-8cc6-49f8-9dd6-6e13b5718d38 2022-02-19 15:53:35.080 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 15:53:35.081 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_57005086-5f7d-4d0e-bcb7-e1d7dd2de878 2022-02-19 15:53:35.082 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 15:53:35.180 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 15:53:35.212 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-02-19 15:53:35.212 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_787390a4_EbOJHAfy' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-02-19 15:53:35.241 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_787390a4_EbOJHAfy' (ID = 629d790f-af11-4c22-91ec-5fa30059ffab) has been successfully created! 2022-02-19 15:53:35.242 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '629d790f-af11-4c22-91ec-5fa30059ffab' to option 'instance_type'. 2022-02-19 15:53:35.242 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 629d790f-af11-4c22-91ec-5fa30059ffab 2022-02-19 15:53:35.244 33 INFO rally.task.context [-] Verification 6eb59350-4013-4bc7-adff-ed3fbbe09600 | Context tempest@default setup() finished in 0.82 sec 2022-02-19 15:53:35.245 33 INFO rally.task.context [-] Verification 6eb59350-4013-4bc7-adff-ed3fbbe09600 | Context testr@default setup() finished in 0.54 msec 2022-02-19 15:53:35.245 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/407cb7cf-6f82-45b1-8687-f6619c77662e'. 2022-02-19 15:53:37.960 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.230s] 2022-02-19 15:53:38.035 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.074s] 2022-02-19 15:53:41.658 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.986s] 2022-02-19 15:53:42.507 33 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.179s] 2022-02-19 15:53:43.353 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.693s] 2022-02-19 15:53:51.109 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.074s] 2022-02-19 15:53:51.237 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.127s] 2022-02-19 15:54:01.120 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.776s] 2022-02-19 15:54:05.682 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.262s] 2022-02-19 15:54:07.235 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.165s] 2022-02-19 15:54:07.236 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2022-02-19 15:54:08.628 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.170s] 2022-02-19 15:54:08.630 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2022-02-19 15:54:09.495 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.309s] 2022-02-19 15:54:13.522 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2022-02-19 15:54:16.147 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.926s] 2022-02-19 15:54:20.989 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [1.981s] 2022-02-19 15:54:21.189 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.201s] 2022-02-19 15:54:21.323 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.134s] 2022-02-19 15:54:21.377 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.053s] 2022-02-19 15:54:21.469 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.092s] 2022-02-19 15:54:21.517 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.047s] 2022-02-19 15:54:22.585 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 15:54:24.795 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.705s] 2022-02-19 15:54:25.292 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [36.071s] 2022-02-19 15:54:26.677 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.278s] 2022-02-19 15:54:28.941 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.261s] 2022-02-19 15:54:28.978 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.040s] 2022-02-19 15:54:31.287 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.374s] 2022-02-19 15:54:31.537 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.720s] 2022-02-19 15:54:34.070 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.096s] 2022-02-19 15:54:34.092 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.022s] 2022-02-19 15:54:34.990 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.407s] 2022-02-19 15:54:39.622 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.599s] 2022-02-19 15:54:40.483 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.215s] 2022-02-19 15:54:42.068 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.066s] 2022-02-19 15:54:42.089 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2022-02-19 15:54:42.111 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2022-02-19 15:54:42.120 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2022-02-19 15:54:42.609 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2022-02-19 15:54:43.862 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.088s] 2022-02-19 15:54:44.699 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.088s] 2022-02-19 15:54:47.676 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.133s] 2022-02-19 15:54:50.219 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.542s] 2022-02-19 15:54:52.433 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.216s] 2022-02-19 15:54:56.813 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.438s] 2022-02-19 15:54:56.923 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.159s] 2022-02-19 15:54:56.925 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2022-02-19 15:54:58.850 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.032s] 2022-02-19 15:54:58.893 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.048s] 2022-02-19 15:55:00.389 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2022-02-19 15:55:06.831 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.061s] 2022-02-19 15:55:07.453 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.299s] 2022-02-19 15:55:07.463 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2022-02-19 15:55:08.312 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 15:55:10.011 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.211s] 2022-02-19 15:55:14.212 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.528s] 2022-02-19 15:55:14.650 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [20.661s] 2022-02-19 15:55:21.165 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [6.951s] 2022-02-19 15:55:27.478 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.313s] 2022-02-19 15:55:27.692 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.119s] 2022-02-19 15:55:29.477 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 15:55:30.483 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.382s] 2022-02-19 15:55:31.212 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.729s] 2022-02-19 15:55:31.845 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.633s] 2022-02-19 15:55:43.700 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.086s] 2022-02-19 15:55:47.666 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.061s] 2022-02-19 15:55:53.281 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [9.579s] 2022-02-19 15:55:59.172 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.504s] 2022-02-19 15:56:05.090 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.919s] 2022-02-19 15:56:08.333 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.242s] 2022-02-19 15:56:11.780 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.994s] 2022-02-19 15:56:11.930 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.150s] 2022-02-19 15:56:12.040 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.109s] 2022-02-19 15:56:12.092 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.052s] 2022-02-19 15:56:12.192 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.099s] 2022-02-19 15:56:12.245 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2022-02-19 15:56:21.714 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.045s] 2022-02-19 15:56:25.688 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.973s] 2022-02-19 15:56:26.832 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.144s] 2022-02-19 15:56:26.899 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.066s] 2022-02-19 15:56:26.978 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.078s] 2022-02-19 15:56:29.385 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.014s] 2022-02-19 15:56:33.522 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.418s] 2022-02-19 15:56:36.453 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.067s] 2022-02-19 15:56:41.449 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.926s] 2022-02-19 15:56:42.316 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.863s] 2022-02-19 15:56:42.800 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.350s] 2022-02-19 15:56:42.853 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.053s] 2022-02-19 15:56:42.934 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.081s] 2022-02-19 15:56:45.112 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2022-02-19 15:56:45.286 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.173s] 2022-02-19 15:56:50.219 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [7.901s] 2022-02-19 15:56:52.808 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.026s] 2022-02-19 15:56:52.816 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.008s] 2022-02-19 15:57:01.786 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.364s] 2022-02-19 15:57:09.151 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.187s] 2022-02-19 15:57:11.229 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.077s] 2022-02-19 15:57:13.293 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.063s] 2022-02-19 15:57:14.921 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.035s] 2022-02-19 15:57:14.937 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.017s] 2022-02-19 15:57:14.955 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.017s] 2022-02-19 15:57:14.983 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.028s] 2022-02-19 15:57:24.814 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.172s] 2022-02-19 15:57:33.120 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.304s] 2022-02-19 15:57:34.286 33 INFO rally.task.context [-] Verification 6eb59350-4013-4bc7-adff-ed3fbbe09600 | Context testr@default cleanup() started 2022-02-19 15:57:34.287 33 INFO rally.task.context [-] Verification 6eb59350-4013-4bc7-adff-ed3fbbe09600 | Context testr@default cleanup() finished in 0.78 msec 2022-02-19 15:57:34.287 33 INFO rally.task.context [-] Verification 6eb59350-4013-4bc7-adff-ed3fbbe09600 | Context tempest@default cleanup() started 2022-02-19 15:57:34.454 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_787390a4_EbOJHAfy'. 2022-02-19 15:57:34.693 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_787390a4_EbOJHAfy' has been deleted. 2022-02-19 15:57:34.694 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '629d790f-af11-4c22-91ec-5fa30059ffab' of option 'instance_type' from Tempest config file. 2022-02-19 15:57:34.695 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '629d790f-af11-4c22-91ec-5fa30059ffab' has been removed. 2022-02-19 15:57:34.697 33 INFO rally.task.context [-] Verification 6eb59350-4013-4bc7-adff-ed3fbbe09600 | Context tempest@default cleanup() finished in 0.41 sec 2022-02-19 15:57:34.727 33 INFO rally.api [-] Verification (UUID=787390a4-bc13-495c-a7bb-72ecfffadc89) has been successfully finished for deployment 'opnfv-rally' (UUID=7a01d8c6-5807-4301-8f2b-2c234739858c)! 2022-02-19 15:57:36.224 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:57:36.225 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:57:36.225 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:57:37.693 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:57:37.695 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:57:37.695 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:57:39.606 53 INFO rally.api [-] Building 'html' report for the following verification(s): '787390a4-bc13-495c-a7bb-72ecfffadc89' 2022-02-19 15:57:39.634 53 INFO rally.api [-] The report has been successfully built. 2022-02-19 15:57:41.076 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:57:41.077 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:57:41.077 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:57:42.821 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '787390a4-bc13-495c-a7bb-72ecfffadc89' 2022-02-19 15:57:42.827 55 INFO rally.api [-] The report has been successfully built.