2021-05-16 11:58:25.041 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:58:25.041 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:58:25.041 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 11:58:27.981 8 ERROR rally.cli.cliutils 2021-05-16 11:58:29.641 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:58:29.641 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:58:29.642 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:58:33.497 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:58:33.497 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:58:33.497 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:58:38.086 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:58:38.087 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:58:38.087 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:58:39.725 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:58:39.725 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:58:39.725 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 11:58:42.016 18 ERROR rally.cli.cliutils 2021-05-16 11:58:43.644 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:58:43.644 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:58:43.644 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:58:45.636 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 11:58:45.775 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3ca8bae0-8636-44e1-9f49-e7364fe7f6d2/repo. 2021-05-16 11:58:46.186 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3ca8bae0-8636-44e1-9f49-e7364fe7f6d2/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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 ' 2021-05-16 11:58:46.201 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 11:58:46.211 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 11:58:46.235 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 11:58:46.292 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 11:58:47.006 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3ca8bae0-8636-44e1-9f49-e7364fe7f6d2) has been successfully created! 2021-05-16 11:58:48.531 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:58:48.532 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:58:48.532 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:58:52.725 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:58:52.726 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:58:52.726 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:58:55.031 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3ca8bae0-8636-44e1-9f49-e7364fe7f6d2) for deployment 'opnfv-rally' (UUID=354a094f-48b6-4434-8962-d1173c839527). 2021-05-16 11:58:55.546 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3ca8bae0-8636-44e1-9f49-e7364fe7f6d2) has been successfully configured for deployment 'opnfv-rally' (UUID=354a094f-48b6-4434-8962-d1173c839527)! 2021-05-16 11:59:01.019 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 11:59:01.019 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 11:59:01.019 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 11:59:03.207 36 INFO rally.api [-] Starting verification (UUID=23a7d4ad-7592-41d5-974e-d4fe260bc0ae) for deployment 'opnfv-rally' (UUID=354a094f-48b6-4434-8962-d1173c839527) by verifier 'opnfv-tempest' (UUID=3ca8bae0-8636-44e1-9f49-e7364fe7f6d2). 2021-05-16 11:59:03.824 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2021-05-16 11:59:03.892 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 11:59:03.895 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3ca8bae0-8636-44e1-9f49-e7364fe7f6d2/for-deployment-354a094f-48b6-4434-8962-d1173c839527/tempest.log' to option 'log_file'. 2021-05-16 11:59:03.896 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3ca8bae0-8636-44e1-9f49-e7364fe7f6d2/for-deployment-354a094f-48b6-4434-8962-d1173c839527/tempest.log 2021-05-16 11:59:03.896 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 11:59:03.896 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3ca8bae0-8636-44e1-9f49-e7364fe7f6d2/for-deployment-354a094f-48b6-4434-8962-d1173c839527/lock_files' to option 'lock_path'. 2021-05-16 11:59:03.897 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3ca8bae0-8636-44e1-9f49-e7364fe7f6d2/for-deployment-354a094f-48b6-4434-8962-d1173c839527/lock_files 2021-05-16 11:59:03.897 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 11:59:03.897 36 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 2021-05-16 11:59:03.898 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 434d55fa-4837-4750-a20d-7f8aee15ffd2 2021-05-16 11:59:03.898 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 651ae50e-3f91-447a-906b-0b3468f1a712 2021-05-16 11:59:03.899 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b30ed91d-1077-486a-b9e9-2b7399e10fc5 2021-05-16 11:59:03.899 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4a1cf45b-75d7-4edd-926c-d9219233afbd 2021-05-16 11:59:04.100 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 11:59:04.100 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_4734b4d6-1fc2-441b-8129-2b72e12a934e 2021-05-16 11:59:04.101 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 11:59:04.208 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 11:59:04.249 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-05-16 11:59:04.250 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_23a7d4ad_6MErLich' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-05-16 11:59:04.292 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_23a7d4ad_6MErLich' (ID = 83ab92f7-0a15-4403-ba62-9896b0518b6e) has been successfully created! 2021-05-16 11:59:04.292 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '83ab92f7-0a15-4403-ba62-9896b0518b6e' to option 'instance_type'. 2021-05-16 11:59:04.293 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 83ab92f7-0a15-4403-ba62-9896b0518b6e 2021-05-16 11:59:04.294 36 INFO rally.task.context [-] Verification 3ca8bae0-8636-44e1-9f49-e7364fe7f6d2 | Context tempest@default setup() finished in 0.90 sec 2021-05-16 11:59:04.294 36 INFO rally.task.context [-] Verification 3ca8bae0-8636-44e1-9f49-e7364fe7f6d2 | Context testr@default setup() finished in 0.28 msec 2021-05-16 11:59:04.294 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/57337847-a5f8-45a5-8e8b-327a2ca8326a'. 2021-05-16 11:59:07.398 36 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.160s] 2021-05-16 11:59:07.474 36 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.076s] 2021-05-16 11:59:08.989 36 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.032s] 2021-05-16 11:59:08.997 36 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2021-05-16 11:59:09.555 36 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.665s] 2021-05-16 11:59:10.011 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-05-16 11:59:10.460 36 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.904s] 2021-05-16 11:59:11.188 36 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.869s] 2021-05-16 11:59:12.354 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.437s] 2021-05-16 11:59:18.274 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.800s] 2021-05-16 11:59:20.618 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.091s] 2021-05-16 11:59:31.249 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.700s] 2021-05-16 11:59:31.523 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.274s] 2021-05-16 11:59:31.631 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.108s] 2021-05-16 11:59:31.698 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.065s] 2021-05-16 11:59:31.819 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.121s] 2021-05-16 11:59:31.884 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.064s] 2021-05-16 11:59:32.062 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.164s] 2021-05-16 11:59:32.064 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-05-16 11:59:35.405 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.392s] 2021-05-16 11:59:37.848 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.105s] 2021-05-16 11:59:37.884 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.035s] 2021-05-16 11:59:39.463 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.173s] 2021-05-16 11:59:39.465 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-05-16 11:59:42.945 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.036s] 2021-05-16 11:59:42.955 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.009s] 2021-05-16 11:59:44.182 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [30.214s] 2021-05-16 11:59:55.878 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.070s] 2021-05-16 11:59:56.017 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.139s] 2021-05-16 11:59:57.497 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.037s] 2021-05-16 11:59:57.518 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.021s] 2021-05-16 11:59:57.536 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.019s] 2021-05-16 11:59:57.564 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.027s] 2021-05-16 11:59:59.858 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-05-16 12:00:02.195 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.749s] 2021-05-16 12:00:05.634 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2021-05-16 12:00:05.656 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2021-05-16 12:00:05.676 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2021-05-16 12:00:05.683 36 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2021-05-16 12:00:07.247 36 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2021-05-16 12:00:08.038 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.455s] 2021-05-16 12:00:08.508 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.174s] 2021-05-16 12:00:08.509 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-05-16 12:00:09.641 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.781s] 2021-05-16 12:00:17.582 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.541s] 2021-05-16 12:00:20.852 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.617s] 2021-05-16 12:00:20.855 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.360s] 2021-05-16 12:00:25.289 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.700s] 2021-05-16 12:00:26.006 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.149s] 2021-05-16 12:00:26.254 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.070s] 2021-05-16 12:00:28.168 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-05-16 12:00:30.248 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.381s] 2021-05-16 12:00:32.568 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.319s] 2021-05-16 12:00:34.485 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.945s] 2021-05-16 12:00:36.197 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.263s] 2021-05-16 12:00:36.893 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.407s] 2021-05-16 12:00:38.254 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.686s] 2021-05-16 12:00:39.651 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.334s] 2021-05-16 12:00:41.051 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.159s] 2021-05-16 12:00:42.756 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.137s] 2021-05-16 12:00:44.585 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.015s] 2021-05-16 12:00:44.816 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.231s] 2021-05-16 12:00:46.121 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.360s] 2021-05-16 12:00:46.506 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.074s] 2021-05-16 12:00:48.516 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.296s] 2021-05-16 12:00:48.677 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.418s] 2021-05-16 12:00:49.340 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.662s] 2021-05-16 12:00:49.468 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.127s] 2021-05-16 12:00:49.650 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.142s] 2021-05-16 12:00:50.644 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2021-05-16 12:00:51.148 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.499s] 2021-05-16 12:00:51.226 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.078s] 2021-05-16 12:00:51.285 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.058s] 2021-05-16 12:00:52.734 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.090s] 2021-05-16 12:00:55.009 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.595s] 2021-05-16 12:00:55.318 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.309s] 2021-05-16 12:00:55.433 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.115s] 2021-05-16 12:00:55.510 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.075s] 2021-05-16 12:00:55.672 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.162s] 2021-05-16 12:00:55.733 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.060s] 2021-05-16 12:00:56.476 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.224s] 2021-05-16 12:00:57.409 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.986s] 2021-05-16 12:00:58.552 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.073s] 2021-05-16 12:01:00.235 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [2.825s] 2021-05-16 12:01:00.615 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.064s] 2021-05-16 12:01:01.765 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.530s] 2021-05-16 12:01:01.815 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.050s] 2021-05-16 12:01:01.888 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.072s] 2021-05-16 12:01:10.873 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.509s] 2021-05-16 12:01:15.415 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [11.176s] 2021-05-16 12:01:17.866 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [6.992s] 2021-05-16 12:01:22.204 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.788s] 2021-05-16 12:01:23.924 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.058s] 2021-05-16 12:01:27.912 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.987s] 2021-05-16 12:01:28.438 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.235s] 2021-05-16 12:01:30.500 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.803s] 2021-05-16 12:01:31.601 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.095s] 2021-05-16 12:01:31.630 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.035s] 2021-05-16 12:01:31.767 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.328s] 2021-05-16 12:01:33.041 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2021-05-16 12:01:34.951 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.821s] 2021-05-16 12:01:36.298 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.343s] 2021-05-16 12:01:36.332 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.038s] 2021-05-16 12:01:42.269 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.060s] 2021-05-16 12:01:48.538 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.572s] 2021-05-16 12:01:51.078 36 INFO rally.task.context [-] Verification 3ca8bae0-8636-44e1-9f49-e7364fe7f6d2 | Context testr@default cleanup() started 2021-05-16 12:01:51.079 36 INFO rally.task.context [-] Verification 3ca8bae0-8636-44e1-9f49-e7364fe7f6d2 | Context testr@default cleanup() finished in 0.77 msec 2021-05-16 12:01:51.080 36 INFO rally.task.context [-] Verification 3ca8bae0-8636-44e1-9f49-e7364fe7f6d2 | Context tempest@default cleanup() started 2021-05-16 12:01:51.238 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2021-05-16 12:01:51.332 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2021-05-16 12:01:51.362 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_23a7d4ad_6MErLich'. 2021-05-16 12:01:51.561 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_23a7d4ad_6MErLich' has been deleted. 2021-05-16 12:01:51.562 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '83ab92f7-0a15-4403-ba62-9896b0518b6e' of option 'instance_type' from Tempest config file. 2021-05-16 12:01:51.562 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '83ab92f7-0a15-4403-ba62-9896b0518b6e' has been removed. 2021-05-16 12:01:51.569 36 INFO rally.task.context [-] Verification 3ca8bae0-8636-44e1-9f49-e7364fe7f6d2 | Context tempest@default cleanup() finished in 0.49 sec 2021-05-16 12:01:51.589 36 INFO rally.api [-] Verification (UUID=23a7d4ad-7592-41d5-974e-d4fe260bc0ae) has been successfully finished for deployment 'opnfv-rally' (UUID=354a094f-48b6-4434-8962-d1173c839527)! 2021-05-16 12:01:53.281 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:01:53.282 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:01:53.282 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:01:54.795 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:01:54.795 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:01:54.795 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:01:56.838 61 INFO rally.api [-] Building 'html' report for the following verification(s): '23a7d4ad-7592-41d5-974e-d4fe260bc0ae' 2021-05-16 12:01:56.858 61 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:01:58.463 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:01:58.463 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:01:58.464 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:02:00.647 63 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '23a7d4ad-7592-41d5-974e-d4fe260bc0ae' 2021-05-16 12:02:00.654 63 INFO rally.api [-] The report has been successfully built.