2020-12-09 11:25:57.189 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:25:57.190 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:25:57.190 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:25:59.194 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-12-09 11:25:59.194 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 11:25:59.194 7 ERROR rally.cli.cliutils 2020-12-09 11:26:00.656 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:00.656 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:00.656 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:04.346 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:04.347 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:04.347 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:08.742 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:08.742 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:08.742 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:10.144 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:10.144 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:10.144 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:12.045 17 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-12-09 11:26:12.045 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 11:26:12.045 17 ERROR rally.cli.cliutils 2020-12-09 11:26:13.429 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:13.429 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:13.429 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:15.196 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 11:26:15.298 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0fe942e9-2a57-4507-b459-5749a32e732a/repo. 2020-12-09 11:26:15.564 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0fe942e9-2a57-4507-b459-5749a32e732a/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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 ' 2020-12-09 11:26:15.575 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 11:26:15.584 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 11:26:15.604 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 11:26:15.667 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 11:26:16.291 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0fe942e9-2a57-4507-b459-5749a32e732a) has been successfully created! 2020-12-09 11:26:17.813 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:17.813 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:17.813 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:22.004 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:22.004 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:22.004 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:23.978 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0fe942e9-2a57-4507-b459-5749a32e732a) for deployment 'opnfv-rally' (UUID=d7796aca-51a8-4823-8c40-01a2283c043e). 2020-12-09 11:26:24.326 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0fe942e9-2a57-4507-b459-5749a32e732a) has been successfully configured for deployment 'opnfv-rally' (UUID=d7796aca-51a8-4823-8c40-01a2283c043e)! 2020-12-09 11:26:29.317 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:26:29.317 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:26:29.317 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:26:31.300 35 INFO rally.api [-] Starting verification (UUID=4bbdce16-3c90-4d71-875c-d2b94ddd0861) for deployment 'opnfv-rally' (UUID=d7796aca-51a8-4823-8c40-01a2283c043e) by verifier 'opnfv-tempest' (UUID=0fe942e9-2a57-4507-b459-5749a32e732a). 2020-12-09 11:26:31.812 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 11:26:31.812 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0fe942e9-2a57-4507-b459-5749a32e732a/for-deployment-d7796aca-51a8-4823-8c40-01a2283c043e/tempest.log' to option 'log_file'. 2020-12-09 11:26:31.813 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0fe942e9-2a57-4507-b459-5749a32e732a/for-deployment-d7796aca-51a8-4823-8c40-01a2283c043e/tempest.log 2020-12-09 11:26:31.813 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 11:26:31.813 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0fe942e9-2a57-4507-b459-5749a32e732a/for-deployment-d7796aca-51a8-4823-8c40-01a2283c043e/lock_files' to option 'lock_path'. 2020-12-09 11:26:31.814 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0fe942e9-2a57-4507-b459-5749a32e732a/for-deployment-d7796aca-51a8-4823-8c40-01a2283c043e/lock_files 2020-12-09 11:26:31.814 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 11:26:31.814 35 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-12-09 11:26:31.815 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c833db95-3ab9-4635-8111-a57983c543e1 2020-12-09 11:26:31.815 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8eccbd61-af39-46a9-ba72-7e53a4fff638 2020-12-09 11:26:31.816 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5e15d7a0-1203-4bec-8885-bb8f72c95d77 2020-12-09 11:26:31.816 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = acd00932-5aee-461c-be31-da3e749ecb23 2020-12-09 11:26:32.039 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 11:26:32.039 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_c73cf577-d420-4208-b1f4-8eff40d7af47 2020-12-09 11:26:32.040 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 11:26:32.135 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 11:26:32.175 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-09 11:26:32.175 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_4bbdce16_3e64aGxb' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-09 11:26:32.212 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4bbdce16_3e64aGxb' (ID = 29ec1cfb-6cd1-4c10-ba99-5f0b03558745) has been successfully created! 2020-12-09 11:26:32.212 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '29ec1cfb-6cd1-4c10-ba99-5f0b03558745' to option 'instance_type'. 2020-12-09 11:26:32.213 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 29ec1cfb-6cd1-4c10-ba99-5f0b03558745 2020-12-09 11:26:32.214 35 INFO rally.task.context [-] Verification 0fe942e9-2a57-4507-b459-5749a32e732a | Context tempest@default setup() finished in 0.74 sec 2020-12-09 11:26:32.215 35 INFO rally.task.context [-] Verification 0fe942e9-2a57-4507-b459-5749a32e732a | Context testr@default setup() finished in 0.42 msec 2020-12-09 11:26:32.216 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/cff0f155-47a7-49d2-ae6b-36bbcc39d818'. 2020-12-09 11:26:35.256 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.271s] 2020-12-09 11:26:35.359 35 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.103s] 2020-12-09 11:26:37.614 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.681s] 2020-12-09 11:26:38.580 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [0.965s] 2020-12-09 11:26:41.566 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.581s] 2020-12-09 11:26:46.278 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.316s] 2020-12-09 11:26:50.270 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.164s] 2020-12-09 11:26:52.936 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.072s] 2020-12-09 11:26:52.962 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.025s] 2020-12-09 11:26:52.987 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.025s] 2020-12-09 11:26:52.995 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-12-09 11:26:55.799 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.163s] 2020-12-09 11:26:55.801 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-12-09 11:27:09.585 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.032s] 2020-12-09 11:27:09.592 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2020-12-09 11:27:09.826 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.361s] 2020-12-09 11:27:10.600 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.151s] 2020-12-09 11:27:10.601 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-12-09 11:27:11.862 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [31.764s] 2020-12-09 11:27:13.820 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.893s] 2020-12-09 11:27:16.349 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.522s] 2020-12-09 11:27:18.071 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.336s] 2020-12-09 11:27:23.796 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-09 11:27:23.798 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-09 11:27:24.260 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.865s] 2020-12-09 11:27:25.839 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-12-09 11:27:26.384 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.787s] 2020-12-09 11:27:26.636 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2020-12-09 11:27:29.356 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.922s] 2020-12-09 11:27:29.888 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.508s] 2020-12-09 11:27:30.914 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.023s] 2020-12-09 11:27:31.045 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.132s] 2020-12-09 11:27:32.472 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.685s] 2020-12-09 11:27:32.630 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.158s] 2020-12-09 11:27:32.738 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.107s] 2020-12-09 11:27:32.795 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2020-12-09 11:27:32.897 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.101s] 2020-12-09 11:27:32.999 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.102s] 2020-12-09 11:27:35.736 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.860s] 2020-12-09 11:27:38.114 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.378s] 2020-12-09 11:27:40.550 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.203s] 2020-12-09 11:27:40.729 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.178s] 2020-12-09 11:27:40.867 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.138s] 2020-12-09 11:27:40.931 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.064s] 2020-12-09 11:27:41.040 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.108s] 2020-12-09 11:27:41.112 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.072s] 2020-12-09 11:27:43.198 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.408s] 2020-12-09 11:27:43.251 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.137s] 2020-12-09 11:27:43.387 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.166s] 2020-12-09 11:27:43.388 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-12-09 11:27:47.048 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.849s] 2020-12-09 11:27:48.683 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.634s] 2020-12-09 11:27:48.813 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.130s] 2020-12-09 11:27:48.898 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.085s] 2020-12-09 11:27:54.900 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.718s] 2020-12-09 11:28:00.981 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.080s] 2020-12-09 11:28:01.238 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.129s] 2020-12-09 11:28:02.496 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.514s] 2020-12-09 11:28:02.557 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.061s] 2020-12-09 11:28:02.669 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.112s] 2020-12-09 11:28:06.167 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.848s] 2020-12-09 11:28:07.653 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.479s] 2020-12-09 11:28:07.725 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.077s] 2020-12-09 11:28:09.710 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.617s] 2020-12-09 11:28:10.643 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.688s] 2020-12-09 11:28:10.824 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.584s] 2020-12-09 11:28:12.204 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.107s] 2020-12-09 11:28:12.233 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.030s] 2020-12-09 11:28:22.450 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.626s] 2020-12-09 11:28:24.099 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.457s] 2020-12-09 11:28:27.308 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.856s] 2020-12-09 11:28:30.792 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.660s] 2020-12-09 11:28:32.636 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.839s] 2020-12-09 11:28:32.677 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2020-12-09 11:28:33.200 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.360s] 2020-12-09 11:28:33.748 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.648s] 2020-12-09 11:28:34.365 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.541s] 2020-12-09 11:28:37.603 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.854s] 2020-12-09 11:28:38.851 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.062s] 2020-12-09 11:28:40.527 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-12-09 11:28:40.700 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.174s] 2020-12-09 11:28:43.519 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.025s] 2020-12-09 11:28:43.529 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-12-09 11:28:55.829 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.066s] 2020-12-09 11:28:55.960 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.130s] 2020-12-09 11:28:59.892 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.199s] 2020-12-09 11:29:01.971 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.077s] 2020-12-09 11:29:02.616 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.741s] 2020-12-09 11:29:04.035 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.064s] 2020-12-09 11:29:06.778 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.306s] 2020-12-09 11:29:09.794 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.409s] 2020-12-09 11:29:11.789 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.076s] 2020-12-09 11:29:12.171 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.098s] 2020-12-09 11:29:16.225 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.602s] 2020-12-09 11:29:19.085 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.860s] 2020-12-09 11:29:19.745 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.953s] 2020-12-09 11:29:24.728 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.640s] 2020-12-09 11:29:32.280 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.213s] 2020-12-09 11:29:34.402 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.118s] 2020-12-09 11:29:36.488 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.087s] 2020-12-09 11:29:38.226 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.031s] 2020-12-09 11:29:38.242 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2020-12-09 11:29:38.257 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.015s] 2020-12-09 11:29:38.279 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.022s] 2020-12-09 11:29:42.201 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2020-12-09 11:29:43.089 35 INFO rally.task.context [-] Verification 0fe942e9-2a57-4507-b459-5749a32e732a | Context testr@default cleanup() started 2020-12-09 11:29:43.090 35 INFO rally.task.context [-] Verification 0fe942e9-2a57-4507-b459-5749a32e732a | Context testr@default cleanup() finished in 0.73 msec 2020-12-09 11:29:43.090 35 INFO rally.task.context [-] Verification 0fe942e9-2a57-4507-b459-5749a32e732a | Context tempest@default cleanup() started 2020-12-09 11:29:43.241 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_4bbdce16_3e64aGxb'. 2020-12-09 11:29:43.454 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4bbdce16_3e64aGxb' has been deleted. 2020-12-09 11:29:43.455 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '29ec1cfb-6cd1-4c10-ba99-5f0b03558745' of option 'instance_type' from Tempest config file. 2020-12-09 11:29:43.455 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '29ec1cfb-6cd1-4c10-ba99-5f0b03558745' has been removed. 2020-12-09 11:29:43.463 35 INFO rally.task.context [-] Verification 0fe942e9-2a57-4507-b459-5749a32e732a | Context tempest@default cleanup() finished in 0.37 sec 2020-12-09 11:29:43.487 35 INFO rally.api [-] Verification (UUID=4bbdce16-3c90-4d71-875c-d2b94ddd0861) has been successfully finished for deployment 'opnfv-rally' (UUID=d7796aca-51a8-4823-8c40-01a2283c043e)! 2020-12-09 11:29:44.993 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:29:44.993 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:29:44.993 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:29:46.480 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:29:46.481 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:29:46.481 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:29:48.375 60 INFO rally.api [-] Building 'html' report for the following verification(s): '4bbdce16-3c90-4d71-875c-d2b94ddd0861' 2020-12-09 11:29:48.397 60 INFO rally.api [-] The report has been successfully built. 2020-12-09 11:29:49.829 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:29:49.830 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:29:49.830 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:29:51.600 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4bbdce16-3c90-4d71-875c-d2b94ddd0861' 2020-12-09 11:29:51.606 62 INFO rally.api [-] The report has been successfully built.