2020-09-19 06:51:42.680 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:51:42.686 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:51:42.687 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:52:00.395 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 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 06:52:00.395 7 ERROR rally.cli.cliutils 2020-09-19 06:52:11.960 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:52:11.965 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:52:11.966 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:52:41.683 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:52:41.690 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:52:41.691 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:53:13.485 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:53:13.492 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:53:13.494 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:53:24.634 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:53:24.642 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:53:24.643 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils force=force) 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 06:53:41.344 37 ERROR rally.cli.cliutils 2020-09-19 06:53:52.742 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:53:52.749 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:53:52.750 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:54:09.975 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 06:54:10.427 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1204166f-5dd3-4a5c-ba7c-131eb14bdab7/repo. 2020-09-19 06:54:11.218 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1204166f-5dd3-4a5c-ba7c-131eb14bdab7/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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 ' 2020-09-19 06:54:11.314 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 06:54:11.368 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 06:54:11.457 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 06:54:11.970 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 06:54:16.496 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1204166f-5dd3-4a5c-ba7c-131eb14bdab7) has been successfully created! 2020-09-19 06:54:27.436 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:54:27.443 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:54:27.444 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:54:55.881 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:54:55.888 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:54:55.890 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:55:13.343 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1204166f-5dd3-4a5c-ba7c-131eb14bdab7) for deployment 'opnfv-rally' (UUID=0276b203-a0d3-4a47-8033-e0af27cd6839). 2020-09-19 06:55:14.403 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1204166f-5dd3-4a5c-ba7c-131eb14bdab7) has been successfully configured for deployment 'opnfv-rally' (UUID=0276b203-a0d3-4a47-8033-e0af27cd6839)! 2020-09-19 06:55:57.278 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 06:55:57.283 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 06:55:57.284 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 06:56:13.824 95 INFO rally.api [-] Starting verification (UUID=16d6766e-b3fc-42af-b473-068bdc6acf87) for deployment 'opnfv-rally' (UUID=0276b203-a0d3-4a47-8033-e0af27cd6839) by verifier 'opnfv-tempest' (UUID=1204166f-5dd3-4a5c-ba7c-131eb14bdab7). 2020-09-19 06:56:17.360 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 06:56:17.362 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1204166f-5dd3-4a5c-ba7c-131eb14bdab7/for-deployment-0276b203-a0d3-4a47-8033-e0af27cd6839/tempest.log' to option 'log_file'. 2020-09-19 06:56:17.364 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1204166f-5dd3-4a5c-ba7c-131eb14bdab7/for-deployment-0276b203-a0d3-4a47-8033-e0af27cd6839/tempest.log 2020-09-19 06:56:17.365 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 06:56:17.367 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1204166f-5dd3-4a5c-ba7c-131eb14bdab7/for-deployment-0276b203-a0d3-4a47-8033-e0af27cd6839/lock_files' to option 'lock_path'. 2020-09-19 06:56:17.368 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1204166f-5dd3-4a5c-ba7c-131eb14bdab7/for-deployment-0276b203-a0d3-4a47-8033-e0af27cd6839/lock_files 2020-09-19 06:56:17.370 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 06:56:17.372 95 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 2020-09-19 06:56:17.374 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6966f56e-2ba5-45a4-9f65-b9e4fe4184b9 2020-09-19 06:56:17.375 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 83c3f4c3-6d9c-42c5-8fa8-a1b07cf77a37 2020-09-19 06:56:17.379 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5dacbcf0-8815-49e7-9fbf-e304554d1851 2020-09-19 06:56:17.382 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 337565fb-3efc-42c7-8767-053154f8ac98 2020-09-19 06:56:17.727 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 06:56:17.730 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_78209c28-ed06-4436-b14a-b205f334635d 2020-09-19 06:56:17.733 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 06:56:18.404 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 06:56:18.468 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 06:56:18.469 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_16d6766e_81owTEtq' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 06:56:18.536 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_16d6766e_81owTEtq' (ID = ab01b5ec-b0d4-4529-a43b-42b9ddeee26c) has been successfully created! 2020-09-19 06:56:18.538 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ab01b5ec-b0d4-4529-a43b-42b9ddeee26c' to option 'instance_type'. 2020-09-19 06:56:18.539 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ab01b5ec-b0d4-4529-a43b-42b9ddeee26c 2020-09-19 06:56:18.550 95 INFO rally.task.context [-] Verification 1204166f-5dd3-4a5c-ba7c-131eb14bdab7 | Context tempest@default setup() finished in 3.90 sec 2020-09-19 06:56:18.553 95 INFO rally.task.context [-] Verification 1204166f-5dd3-4a5c-ba7c-131eb14bdab7 | Context testr@default setup() finished in 1.38 msec 2020-09-19 06:56:18.555 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/92d0b327-4986-4d3f-8c8b-6eb0fb1f7226'. 2020-09-19 06:56:36.981 95 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.253s] 2020-09-19 06:56:37.199 95 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.225s] 2020-09-19 06:56:39.874 95 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.330s] 2020-09-19 06:56:41.429 95 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.798s] 2020-09-19 06:56:41.799 95 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.924s] 2020-09-19 06:57:07.010 95 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.201s] 2020-09-19 06:57:07.021 95 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.005s] 2020-09-19 06:57:13.651 95 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.204s] 2020-09-19 06:57:13.661 95 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.008s] 2020-09-19 06:57:21.348 95 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [21.012s] 2020-09-19 06:57:28.944 95 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.474s] 2020-09-19 06:57:29.002 95 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.063s] 2020-09-19 06:57:30.336 95 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-09-19 06:57:32.792 95 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.385s] 2020-09-19 06:57:35.213 95 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [44.534s] 2020-09-19 06:57:37.623 95 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.555s] 2020-09-19 06:57:41.505 95 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.463s] 2020-09-19 06:57:42.302 95 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.794s] 2020-09-19 06:57:42.913 95 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.612s] 2020-09-19 06:57:46.894 95 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.110s] 2020-09-19 06:57:47.148 95 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.251s] 2020-09-19 06:57:49.034 95 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.218s] 2020-09-19 06:57:49.044 95 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.005s] 2020-09-19 06:57:50.551 95 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.832s] 2020-09-19 06:57:52.221 95 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-09-19 06:57:56.339 95 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.506s] 2020-09-19 06:57:56.583 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.580s] 2020-09-19 06:57:56.650 95 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.572s] 2020-09-19 06:58:00.661 95 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.237s] 2020-09-19 06:58:01.893 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.301s] 2020-09-19 06:58:02.162 95 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.452s] 2020-09-19 06:58:04.160 95 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.047s] 2020-09-19 06:58:05.765 95 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2020-09-19 06:58:06.847 95 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.113s] 2020-09-19 06:58:12.840 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.999s] 2020-09-19 06:58:15.054 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.860s] 2020-09-19 06:58:15.315 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.260s] 2020-09-19 06:58:15.459 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.144s] 2020-09-19 06:58:15.551 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.091s] 2020-09-19 06:58:15.722 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.168s] 2020-09-19 06:58:15.856 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.132s] 2020-09-19 06:58:16.061 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.215s] 2020-09-19 06:58:20.355 95 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.947s] 2020-09-19 06:58:21.051 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.985s] 2020-09-19 06:58:26.331 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.674s] 2020-09-19 06:58:27.180 95 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.397s] 2020-09-19 06:58:30.159 95 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.091s] 2020-09-19 06:58:30.207 95 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.047s] 2020-09-19 06:58:30.261 95 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.053s] 2020-09-19 06:58:30.302 95 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.035s] 2020-09-19 06:58:30.985 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.655s] 2020-09-19 06:58:32.754 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.763s] 2020-09-19 06:58:32.858 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.107s] 2020-09-19 06:58:32.978 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.120s] 2020-09-19 06:58:35.167 95 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.549s] 2020-09-19 06:58:39.891 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.405s] 2020-09-19 06:58:43.333 95 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.772s] 2020-09-19 06:58:43.570 95 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.238s] 2020-09-19 06:58:43.798 95 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.227s] 2020-09-19 06:58:44.005 95 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.205s] 2020-09-19 06:58:44.057 95 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [6.970s] 2020-09-19 06:58:44.176 95 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.170s] 2020-09-19 06:58:44.268 95 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.093s] 2020-09-19 06:58:45.547 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.657s] 2020-09-19 06:58:47.248 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.692s] 2020-09-19 06:58:47.340 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.094s] 2020-09-19 06:58:47.426 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.083s] 2020-09-19 06:58:47.503 95 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.441s] 2020-09-19 06:58:49.433 95 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.795s] 2020-09-19 06:58:52.423 95 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.194s] 2020-09-19 06:58:52.515 95 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.091s] 2020-09-19 06:58:56.057 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.565s] 2020-09-19 06:58:56.238 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [5.428s] 2020-09-19 06:58:57.879 95 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.184s] 2020-09-19 06:58:57.978 95 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.099s] 2020-09-19 06:58:58.069 95 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.084s] 2020-09-19 06:58:58.190 95 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.125s] 2020-09-19 06:58:58.615 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.351s] 2020-09-19 06:58:58.650 95 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.061s] 2020-09-19 06:59:06.220 95 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.079s] 2020-09-19 06:59:06.481 95 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.081s] 2020-09-19 06:59:08.902 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.844s] 2020-09-19 06:59:15.023 95 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.514s] 2020-09-19 06:59:16.220 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.319s] 2020-09-19 06:59:19.877 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.653s] 2020-09-19 06:59:21.387 95 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [33.880s] 2020-09-19 06:59:23.752 95 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.716s] 2020-09-19 06:59:24.923 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.825s] 2020-09-19 06:59:27.451 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.497s] 2020-09-19 06:59:27.517 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.100s] 2020-09-19 06:59:29.666 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.034s] 2020-09-19 06:59:29.876 95 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.206s] 2020-09-19 06:59:34.357 95 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.386s] 2020-09-19 06:59:36.839 95 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.471s] 2020-09-19 06:59:39.165 95 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.329s] 2020-09-19 06:59:41.871 95 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.783s] 2020-09-19 06:59:54.996 95 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.127s] 2020-09-19 07:00:02.463 95 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.463s] 2020-09-19 07:00:06.080 95 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.613s] 2020-09-19 07:00:10.086 95 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.096s] 2020-09-19 07:00:10.120 95 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.034s] 2020-09-19 07:00:27.872 95 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.311s] 2020-09-19 07:00:30.208 95 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.319s] 2020-09-19 07:00:32.424 95 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.222s] 2020-09-19 07:00:49.440 95 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.050s] 2020-09-19 07:00:52.803 95 INFO rally.task.context [-] Verification 1204166f-5dd3-4a5c-ba7c-131eb14bdab7 | Context testr@default cleanup() started 2020-09-19 07:00:52.807 95 INFO rally.task.context [-] Verification 1204166f-5dd3-4a5c-ba7c-131eb14bdab7 | Context testr@default cleanup() finished in 3.72 msec 2020-09-19 07:00:52.810 95 INFO rally.task.context [-] Verification 1204166f-5dd3-4a5c-ba7c-131eb14bdab7 | Context tempest@default cleanup() started 2020-09-19 07:00:53.305 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_16d6766e_81owTEtq'. 2020-09-19 07:00:53.558 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_16d6766e_81owTEtq' has been deleted. 2020-09-19 07:00:53.564 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ab01b5ec-b0d4-4529-a43b-42b9ddeee26c' of option 'instance_type' from Tempest config file. 2020-09-19 07:00:53.566 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ab01b5ec-b0d4-4529-a43b-42b9ddeee26c' has been removed. 2020-09-19 07:00:53.598 95 INFO rally.task.context [-] Verification 1204166f-5dd3-4a5c-ba7c-131eb14bdab7 | Context tempest@default cleanup() finished in 0.79 sec 2020-09-19 07:00:53.709 95 INFO rally.api [-] Verification (UUID=16d6766e-b3fc-42af-b473-068bdc6acf87) has been successfully finished for deployment 'opnfv-rally' (UUID=0276b203-a0d3-4a47-8033-e0af27cd6839)! 2020-09-19 07:01:04.668 133 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:01:04.676 133 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:01:04.677 133 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:01:16.425 136 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:01:16.433 136 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:01:16.434 136 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:01:32.297 136 INFO rally.api [-] Building 'html' report for the following verification(s): '16d6766e-b3fc-42af-b473-068bdc6acf87' 2020-09-19 07:01:32.506 136 INFO rally.api [-] The report has been successfully built. 2020-09-19 07:01:43.348 143 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 07:01:43.355 143 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 07:01:43.356 143 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 07:01:59.123 143 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '16d6766e-b3fc-42af-b473-068bdc6acf87' 2020-09-19 07:01:59.190 143 INFO rally.api [-] The report has been successfully built.