2022-01-31 10:14:57.937 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:14:57.942 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:14:57.943 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-01-31 10:15:14.814 11 ERROR rally.cli.cliutils 2022-01-31 10:15:23.513 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:15:23.518 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:15:23.519 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:15:51.303 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:15:51.307 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:15:51.308 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:16:19.602 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:16:19.607 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:16:19.608 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:16:28.465 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:16:28.470 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:16:28.471 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-01-31 10:16:45.762 41 ERROR rally.cli.cliutils 2022-01-31 10:16:54.541 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:16:54.546 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:16:54.547 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:17:12.553 47 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-01-31 10:17:12.884 47 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-33739750-f557-4109-8928-8459a8468a9a/repo. 2022-01-31 10:17:13.733 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-33739750-f557-4109-8928-8459a8468a9a/repo'... done. Note: switching to 'f9582c74e70c750a6326cba8f86ea63d0acd396c'. 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-01-31 10:17:13.845 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gf9582c74e ' 2022-01-31 10:17:13.894 47 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f9582c74e70c750a6326cba8f86ea63d0acd396c ' 2022-01-31 10:17:13.939 47 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-01-31 10:17:14.498 47 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-01-31 10:17:18.945 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=33739750-f557-4109-8928-8459a8468a9a) has been successfully created! 2022-01-31 10:17:27.746 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:17:27.751 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:17:27.752 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:17:53.640 84 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:17:53.644 84 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:17:53.645 84 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:18:09.996 84 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=33739750-f557-4109-8928-8459a8468a9a) for deployment 'opnfv-rally' (UUID=dbd85c41-545c-478c-a065-230408397b67). 2022-01-31 10:18:11.096 84 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=33739750-f557-4109-8928-8459a8468a9a) has been successfully configured for deployment 'opnfv-rally' (UUID=dbd85c41-545c-478c-a065-230408397b67)! 2022-01-31 10:18:45.577 104 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:18:45.582 104 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:18:45.583 104 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:19:02.325 104 INFO rally.api [-] Starting verification (UUID=85ec77bd-8b36-4a07-a552-9fe674e412a0) for deployment 'opnfv-rally' (UUID=dbd85c41-545c-478c-a065-230408397b67) by verifier 'opnfv-tempest' (UUID=33739750-f557-4109-8928-8459a8468a9a). 2022-01-31 10:19:05.167 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2022-01-31 10:19:05.233 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-01-31 10:19:05.235 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-33739750-f557-4109-8928-8459a8468a9a/for-deployment-dbd85c41-545c-478c-a065-230408397b67/tempest.log' to option 'log_file'. 2022-01-31 10:19:05.237 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-33739750-f557-4109-8928-8459a8468a9a/for-deployment-dbd85c41-545c-478c-a065-230408397b67/tempest.log 2022-01-31 10:19:05.239 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-01-31 10:19:05.240 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-33739750-f557-4109-8928-8459a8468a9a/for-deployment-dbd85c41-545c-478c-a065-230408397b67/lock_files' to option 'lock_path'. 2022-01-31 10:19:05.241 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-33739750-f557-4109-8928-8459a8468a9a/for-deployment-dbd85c41-545c-478c-a065-230408397b67/lock_files 2022-01-31 10:19:05.243 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2022-01-31 10:19:05.244 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-33739750-f557-4109-8928-8459a8468a9a/for-deployment-dbd85c41-545c-478c-a065-230408397b67' to option 'img_dir'. 2022-01-31 10:19:05.245 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-33739750-f557-4109-8928-8459a8468a9a/for-deployment-dbd85c41-545c-478c-a065-230408397b67 2022-01-31 10:19:05.247 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2022-01-31 10:19:05.248 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ab0290ae-1c3c-4aec-80dc-9b9efcbc4423 2022-01-31 10:19:05.250 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b458bba1-6fb2-4265-a34f-b01619878cc0 2022-01-31 10:19:05.253 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = dacd7175-6034-416f-805d-345614650cad 2022-01-31 10:19:05.255 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 31d967f3-5a5f-421b-b242-d68c4b1e0086 2022-01-31 10:19:05.590 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-01-31 10:19:05.591 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_9cc2fc30-57ac-4d88-8a4c-f8599d78f5b9 2022-01-31 10:19:05.594 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-01-31 10:19:06.071 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-01-31 10:19:06.124 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-01-31 10:19:06.125 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_85ec77bd_cQjdzpAE' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-01-31 10:19:06.164 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_85ec77bd_cQjdzpAE' (ID = e5f3b361-8da7-4d05-91d7-5aaaf0c75053) has been successfully created! 2022-01-31 10:19:06.165 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e5f3b361-8da7-4d05-91d7-5aaaf0c75053' to option 'instance_type'. 2022-01-31 10:19:06.167 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e5f3b361-8da7-4d05-91d7-5aaaf0c75053 2022-01-31 10:19:06.172 104 INFO rally.task.context [-] Verification 33739750-f557-4109-8928-8459a8468a9a | Context tempest@default setup() finished in 3.27 sec 2022-01-31 10:19:06.175 104 INFO rally.task.context [-] Verification 33739750-f557-4109-8928-8459a8468a9a | Context testr@default setup() finished in 1.16 msec 2022-01-31 10:19:06.176 104 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2089635b-214f-4d37-9bf7-d92d2b047799'. 2022-01-31 10:19:21.771 104 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.320s] 2022-01-31 10:19:21.898 104 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.144s] 2022-01-31 10:19:25.390 104 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.921s] 2022-01-31 10:19:26.771 104 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.376s] 2022-01-31 10:19:28.495 104 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON ... fail 2022-01-31 10:19:31.198 104 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.623s] 2022-01-31 10:19:32.421 104 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.149s] 2022-01-31 10:19:33.091 104 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... fail [6.638s] 2022-01-31 10:19:34.621 104 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.126s] 2022-01-31 10:19:34.657 104 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.038s] 2022-01-31 10:19:35.638 104 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2022-01-31 10:19:35.646 104 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2022-01-31 10:19:35.692 104 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.331s] 2022-01-31 10:19:38.686 104 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.745s] 2022-01-31 10:19:42.618 104 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.131s] 2022-01-31 10:19:43.630 104 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.251s] 2022-01-31 10:19:44.685 104 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume ... fail 2022-01-31 10:19:45.126 104 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.140s] 2022-01-31 10:19:45.220 104 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.091s] 2022-01-31 10:19:45.350 104 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.128s] 2022-01-31 10:19:45.386 104 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.032s] 2022-01-31 10:19:47.055 104 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.092s] 2022-01-31 10:19:47.778 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.596s] 2022-01-31 10:19:50.145 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.362s] 2022-01-31 10:19:50.174 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.528s] 2022-01-31 10:19:52.578 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [2.430s] 2022-01-31 10:19:52.978 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.797s] 2022-01-31 10:19:54.081 104 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2022-01-31 10:20:00.927 104 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2022-01-31 10:20:02.932 104 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.258s] 2022-01-31 10:20:06.273 104 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.294s] 2022-01-31 10:20:06.551 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [10.761s] 2022-01-31 10:20:08.825 104 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.398s] 2022-01-31 10:20:09.664 104 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2022-01-31 10:20:09.677 104 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.816s] 2022-01-31 10:20:09.817 104 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.170s] 2022-01-31 10:20:12.353 104 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.028s] 2022-01-31 10:20:12.665 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.116s] 2022-01-31 10:20:13.123 104 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.042s] 2022-01-31 10:20:16.826 104 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.440s] 2022-01-31 10:20:17.790 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.118s] 2022-01-31 10:20:18.248 104 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2022-01-31 10:20:21.101 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.059s] 2022-01-31 10:20:21.252 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.460s] 2022-01-31 10:20:22.338 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.720s] 2022-01-31 10:20:23.952 104 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.592s] 2022-01-31 10:20:24.152 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [31.174s] 2022-01-31 10:20:25.829 104 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.346s] 2022-01-31 10:20:26.233 104 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.396s] 2022-01-31 10:20:26.520 104 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.286s] 2022-01-31 10:20:27.004 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.658s] 2022-01-31 10:20:31.237 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.429s] 2022-01-31 10:20:31.430 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.197s] 2022-01-31 10:20:31.576 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.142s] 2022-01-31 10:20:31.663 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.085s] 2022-01-31 10:20:31.795 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.130s] 2022-01-31 10:20:31.869 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.072s] 2022-01-31 10:20:38.017 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [2.485s] 2022-01-31 10:20:40.307 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.289s] 2022-01-31 10:20:41.774 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.465s] 2022-01-31 10:20:41.924 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.151s] 2022-01-31 10:20:42.011 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.075s] 2022-01-31 10:20:42.024 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.484s] 2022-01-31 10:20:48.019 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.484s] 2022-01-31 10:20:48.024 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.982s] 2022-01-31 10:20:50.601 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [2.588s] 2022-01-31 10:20:51.726 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.121s] 2022-01-31 10:20:51.793 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.075s] 2022-01-31 10:20:51.866 104 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.066s] 2022-01-31 10:20:52.941 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.932s] 2022-01-31 10:20:54.639 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.271s] 2022-01-31 10:20:54.785 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.727s] 2022-01-31 10:20:54.944 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.297s] 2022-01-31 10:20:54.990 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.203s] 2022-01-31 10:20:55.153 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.208s] 2022-01-31 10:20:55.161 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.167s] 2022-01-31 10:20:55.239 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.079s] 2022-01-31 10:20:55.386 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.133s] 2022-01-31 10:20:55.462 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.081s] 2022-01-31 10:20:56.505 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.564s] 2022-01-31 10:20:57.082 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.144s] 2022-01-31 10:20:57.157 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.076s] 2022-01-31 10:20:57.220 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.060s] 2022-01-31 10:20:57.299 104 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.079s] 2022-01-31 10:20:59.032 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.929s] 2022-01-31 10:20:59.774 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.959s] 2022-01-31 10:21:00.795 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.730s] 2022-01-31 10:21:00.844 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.089s] 2022-01-31 10:21:01.472 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.674s] 2022-01-31 10:21:01.521 104 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.075s] 2022-01-31 10:21:02.567 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.033s] 2022-01-31 10:21:02.787 104 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.217s] 2022-01-31 10:21:04.127 104 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.077s] 2022-01-31 10:21:04.153 104 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.028s] 2022-01-31 10:21:05.407 104 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.252s] 2022-01-31 10:21:05.482 104 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.074s] 2022-01-31 10:21:07.159 104 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.053s] 2022-01-31 10:21:14.791 104 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... fail [4.182s] 2022-01-31 10:21:15.888 104 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.189s] 2022-01-31 10:21:24.217 104 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.099s] 2022-01-31 10:21:25.559 104 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.650s] 2022-01-31 10:21:30.198 104 INFO rally.task.context [-] Verification 33739750-f557-4109-8928-8459a8468a9a | Context testr@default cleanup() started 2022-01-31 10:21:30.201 104 INFO rally.task.context [-] Verification 33739750-f557-4109-8928-8459a8468a9a | Context testr@default cleanup() finished in 3.27 msec 2022-01-31 10:21:30.204 104 INFO rally.task.context [-] Verification 33739750-f557-4109-8928-8459a8468a9a | Context tempest@default cleanup() started 2022-01-31 10:21:30.477 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2022-01-31 10:21:30.608 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2022-01-31 10:21:30.780 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_85ec77bd_cQjdzpAE'. 2022-01-31 10:21:31.047 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_85ec77bd_cQjdzpAE' has been deleted. 2022-01-31 10:21:31.052 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e5f3b361-8da7-4d05-91d7-5aaaf0c75053' of option 'instance_type' from Tempest config file. 2022-01-31 10:21:31.053 104 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e5f3b361-8da7-4d05-91d7-5aaaf0c75053' has been removed. 2022-01-31 10:21:31.060 104 INFO rally.task.context [-] Verification 33739750-f557-4109-8928-8459a8468a9a | Context tempest@default cleanup() finished in 0.86 sec 2022-01-31 10:21:31.125 104 INFO rally.api [-] Verification (UUID=85ec77bd-8b36-4a07-a552-9fe674e412a0) has been successfully finished for deployment 'opnfv-rally' (UUID=dbd85c41-545c-478c-a065-230408397b67)! 2022-01-31 10:21:39.943 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:21:39.948 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:21:39.949 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:21:49.387 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:21:49.392 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:21:49.393 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:22:05.836 154 INFO rally.api [-] Building 'html' report for the following verification(s): '85ec77bd-8b36-4a07-a552-9fe674e412a0' 2022-01-31 10:22:05.993 154 INFO rally.api [-] The report has been successfully built. 2022-01-31 10:22:14.496 160 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-01-31 10:22:14.501 160 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-01-31 10:22:14.502 160 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-01-31 10:22:31.014 160 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '85ec77bd-8b36-4a07-a552-9fe674e412a0' 2022-01-31 10:22:31.073 160 INFO rally.api [-] The report has been successfully built.