2022-03-29 07:51:18.865 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:18.866 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:18.866 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:21.047 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-03-29 07:51:21.047 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 07:51:21.047 7 ERROR rally.cli.cliutils 2022-03-29 07:51:22.466 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:22.466 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:22.466 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:26.286 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:26.287 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:26.287 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:30.583 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:30.584 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:30.584 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:31.927 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:31.928 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:31.928 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:33.922 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-03-29 07:51:33.922 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils force=force) 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 07:51:33.922 16 ERROR rally.cli.cliutils 2022-03-29 07:51:35.395 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:35.395 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:35.395 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:37.337 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 07:51:37.429 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5a12590a-b7dc-4157-98b5-e897f678ada3/repo. 2022-03-29 07:51:37.754 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5a12590a-b7dc-4157-98b5-e897f678ada3/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-03-29 07:51:37.771 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 07:51:37.782 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 07:51:37.803 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 07:51:37.857 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 07:51:38.386 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a12590a-b7dc-4157-98b5-e897f678ada3) has been successfully created! 2022-03-29 07:51:39.845 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:39.845 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:39.845 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:44.044 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:44.044 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:44.045 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:46.124 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5a12590a-b7dc-4157-98b5-e897f678ada3) for deployment 'opnfv-rally' (UUID=6fc2b66a-d6f6-4bb0-8ed5-ec041e7229d0). 2022-03-29 07:51:46.561 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5a12590a-b7dc-4157-98b5-e897f678ada3) has been successfully configured for deployment 'opnfv-rally' (UUID=6fc2b66a-d6f6-4bb0-8ed5-ec041e7229d0)! 2022-03-29 07:51:51.760 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:51:51.761 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:51:51.761 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:51:53.923 33 INFO rally.api [-] Starting verification (UUID=af549d6a-b922-4c0c-8223-3e4aef5210f8) for deployment 'opnfv-rally' (UUID=6fc2b66a-d6f6-4bb0-8ed5-ec041e7229d0) by verifier 'opnfv-tempest' (UUID=5a12590a-b7dc-4157-98b5-e897f678ada3). 2022-03-29 07:51:54.466 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 07:51:54.467 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5a12590a-b7dc-4157-98b5-e897f678ada3/for-deployment-6fc2b66a-d6f6-4bb0-8ed5-ec041e7229d0/tempest.log' to option 'log_file'. 2022-03-29 07:51:54.467 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5a12590a-b7dc-4157-98b5-e897f678ada3/for-deployment-6fc2b66a-d6f6-4bb0-8ed5-ec041e7229d0/tempest.log 2022-03-29 07:51:54.468 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 07:51:54.468 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5a12590a-b7dc-4157-98b5-e897f678ada3/for-deployment-6fc2b66a-d6f6-4bb0-8ed5-ec041e7229d0/lock_files' to option 'lock_path'. 2022-03-29 07:51:54.468 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5a12590a-b7dc-4157-98b5-e897f678ada3/for-deployment-6fc2b66a-d6f6-4bb0-8ed5-ec041e7229d0/lock_files 2022-03-29 07:51:54.469 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 07:51:54.469 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-03-29 07:51:54.469 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 97da1d0a-d39b-4453-999f-9543355f4460 2022-03-29 07:51:54.470 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8c4cdedf-b3aa-463e-ab98-07e0e6bd563a 2022-03-29 07:51:54.471 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e64cdacb-4644-494a-aa4d-46e1278378c4 2022-03-29 07:51:54.471 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8684f679-2dfd-49da-98e2-ad0c260a2b2d 2022-03-29 07:51:54.692 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 07:51:54.693 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_13d275ac-7453-4b0e-8542-af3ae96b0385 2022-03-29 07:51:54.693 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 07:51:54.782 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 07:51:54.822 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-03-29 07:51:54.823 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_af549d6a_Yhm8qa2j' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-03-29 07:51:54.856 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_af549d6a_Yhm8qa2j' (ID = 0c96479c-80f9-4dfe-ba2d-9ff082f82c0c) has been successfully created! 2022-03-29 07:51:54.857 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0c96479c-80f9-4dfe-ba2d-9ff082f82c0c' to option 'instance_type'. 2022-03-29 07:51:54.857 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0c96479c-80f9-4dfe-ba2d-9ff082f82c0c 2022-03-29 07:51:54.858 33 INFO rally.task.context [-] Verification 5a12590a-b7dc-4157-98b5-e897f678ada3 | Context tempest@default setup() finished in 0.76 sec 2022-03-29 07:51:54.859 33 INFO rally.task.context [-] Verification 5a12590a-b7dc-4157-98b5-e897f678ada3 | Context testr@default setup() finished in 0.46 msec 2022-03-29 07:51:54.860 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/69c49acc-2763-4b23-9d8d-d8b0cffd73a9'. 2022-03-29 07:51:57.867 33 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.208s] 2022-03-29 07:51:57.936 33 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.068s] 2022-03-29 07:51:58.829 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-03-29 07:51:58.831 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-03-29 07:52:00.709 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.962s] 2022-03-29 07:52:01.257 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.711s] 2022-03-29 07:52:01.726 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.867s] 2022-03-29 07:52:02.104 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.394s] 2022-03-29 07:52:07.764 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.085s] 2022-03-29 07:52:11.348 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.287s] 2022-03-29 07:52:15.998 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.896s] 2022-03-29 07:52:18.480 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.077s] 2022-03-29 07:52:18.500 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.020s] 2022-03-29 07:52:18.518 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.017s] 2022-03-29 07:52:18.529 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.011s] 2022-03-29 07:52:20.107 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.072s] 2022-03-29 07:52:22.776 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.166s] 2022-03-29 07:52:22.777 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2022-03-29 07:52:25.031 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.127s] 2022-03-29 07:52:25.032 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2022-03-29 07:52:26.668 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.790s] 2022-03-29 07:52:36.762 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.093s] 2022-03-29 07:52:38.082 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.319s] 2022-03-29 07:52:38.178 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.095s] 2022-03-29 07:52:38.233 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.055s] 2022-03-29 07:52:43.078 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.157s] 2022-03-29 07:52:45.209 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.130s] 2022-03-29 07:52:47.283 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.074s] 2022-03-29 07:52:48.908 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2022-03-29 07:52:51.688 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [43.205s] 2022-03-29 07:52:59.180 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.070s] 2022-03-29 07:52:59.317 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.136s] 2022-03-29 07:53:00.131 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.164s] 2022-03-29 07:53:00.132 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2022-03-29 07:53:05.548 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.629s] 2022-03-29 07:53:09.643 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.274s] 2022-03-29 07:53:12.311 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.184s] 2022-03-29 07:53:14.354 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2022-03-29 07:53:15.014 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2022-03-29 07:53:18.197 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.475s] 2022-03-29 07:53:21.053 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.854s] 2022-03-29 07:53:23.961 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.907s] 2022-03-29 07:53:30.568 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [13.843s] 2022-03-29 07:53:31.832 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.313s] 2022-03-29 07:53:33.114 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [13.528s] 2022-03-29 07:53:35.966 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.133s] 2022-03-29 07:53:37.340 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.372s] 2022-03-29 07:53:37.396 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2022-03-29 07:53:37.448 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.052s] 2022-03-29 07:53:38.798 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.683s] 2022-03-29 07:53:40.856 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.160s] 2022-03-29 07:53:42.955 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.096s] 2022-03-29 07:53:42.991 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.040s] 2022-03-29 07:53:45.579 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.198s] 2022-03-29 07:53:45.604 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.025s] 2022-03-29 07:53:45.618 33 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.296s] 2022-03-29 07:53:45.624 33 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.007s] 2022-03-29 07:53:47.344 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.507s] 2022-03-29 07:53:48.275 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.280s] 2022-03-29 07:53:50.021 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.676s] 2022-03-29 07:53:51.695 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.397s] 2022-03-29 07:53:54.479 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.365s] 2022-03-29 07:53:55.125 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.646s] 2022-03-29 07:53:55.540 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.414s] 2022-03-29 07:53:58.041 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.024s] 2022-03-29 07:53:58.050 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.009s] 2022-03-29 07:53:58.599 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.772s] 2022-03-29 07:54:01.854 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [11.832s] 2022-03-29 07:54:11.508 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.468s] 2022-03-29 07:54:12.316 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.032s] 2022-03-29 07:54:12.533 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.217s] 2022-03-29 07:54:12.637 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.103s] 2022-03-29 07:54:12.694 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.056s] 2022-03-29 07:54:12.797 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.103s] 2022-03-29 07:54:12.878 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.080s] 2022-03-29 07:54:14.492 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.201s] 2022-03-29 07:54:16.568 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.074s] 2022-03-29 07:54:18.377 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.868s] 2022-03-29 07:54:18.626 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.059s] 2022-03-29 07:54:24.873 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.495s] 2022-03-29 07:54:25.260 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.058s] 2022-03-29 07:54:28.427 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.554s] 2022-03-29 07:54:29.469 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.949s] 2022-03-29 07:54:29.686 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.218s] 2022-03-29 07:54:29.844 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.158s] 2022-03-29 07:54:29.913 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.067s] 2022-03-29 07:54:30.005 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.092s] 2022-03-29 07:54:30.052 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.048s] 2022-03-29 07:54:33.687 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.647s] 2022-03-29 07:54:35.346 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.028s] 2022-03-29 07:54:35.364 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2022-03-29 07:54:35.378 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.014s] 2022-03-29 07:54:35.400 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.021s] 2022-03-29 07:54:42.235 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.870s] 2022-03-29 07:54:44.909 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.957s] 2022-03-29 07:54:54.104 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.195s] 2022-03-29 07:54:54.530 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.295s] 2022-03-29 07:55:00.739 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.208s] 2022-03-29 07:55:03.855 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.116s] 2022-03-29 07:55:06.945 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.986s] 2022-03-29 07:55:08.530 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.580s] 2022-03-29 07:55:08.593 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2022-03-29 07:55:09.986 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2022-03-29 07:55:10.152 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.165s] 2022-03-29 07:55:26.497 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.230s] 2022-03-29 07:55:28.737 33 INFO rally.task.context [-] Verification 5a12590a-b7dc-4157-98b5-e897f678ada3 | Context testr@default cleanup() started 2022-03-29 07:55:28.738 33 INFO rally.task.context [-] Verification 5a12590a-b7dc-4157-98b5-e897f678ada3 | Context testr@default cleanup() finished in 0.85 msec 2022-03-29 07:55:28.739 33 INFO rally.task.context [-] Verification 5a12590a-b7dc-4157-98b5-e897f678ada3 | Context tempest@default cleanup() started 2022-03-29 07:55:28.905 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_af549d6a_Yhm8qa2j'. 2022-03-29 07:55:29.121 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_af549d6a_Yhm8qa2j' has been deleted. 2022-03-29 07:55:29.122 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0c96479c-80f9-4dfe-ba2d-9ff082f82c0c' of option 'instance_type' from Tempest config file. 2022-03-29 07:55:29.123 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0c96479c-80f9-4dfe-ba2d-9ff082f82c0c' has been removed. 2022-03-29 07:55:29.129 33 INFO rally.task.context [-] Verification 5a12590a-b7dc-4157-98b5-e897f678ada3 | Context tempest@default cleanup() finished in 0.39 sec 2022-03-29 07:55:29.153 33 INFO rally.api [-] Verification (UUID=af549d6a-b922-4c0c-8223-3e4aef5210f8) has been successfully finished for deployment 'opnfv-rally' (UUID=6fc2b66a-d6f6-4bb0-8ed5-ec041e7229d0)! 2022-03-29 07:55:30.714 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:55:30.714 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:55:30.714 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:55:32.039 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:55:32.039 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:55:32.039 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:55:34.078 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'af549d6a-b922-4c0c-8223-3e4aef5210f8' 2022-03-29 07:55:34.108 53 INFO rally.api [-] The report has been successfully built. 2022-03-29 07:55:35.464 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 07:55:35.464 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 07:55:35.465 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 07:55:37.464 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'af549d6a-b922-4c0c-8223-3e4aef5210f8' 2022-03-29 07:55:37.473 55 INFO rally.api [-] The report has been successfully built.