2020-09-03 13:28:07.756 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:28:07.762 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:28:07.764 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:28:29.635 10 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-03 13:28:29.635 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 13:28:29.635 10 ERROR rally.cli.cliutils 2020-09-03 13:28:42.791 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:28:42.797 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:28:42.799 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:29:19.683 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:29:19.690 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:29:19.691 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:29:58.217 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:29:58.223 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:29:58.224 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:30:10.757 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:30:10.763 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:30:10.764 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:30:30.369 40 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-03 13:30:30.369 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 13:30:30.369 40 ERROR rally.cli.cliutils 2020-09-03 13:30:42.840 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:30:42.846 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:30:42.847 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:31:01.981 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 13:31:02.699 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-79125900-7e56-436b-a7f7-2b1cc803c943/repo. 2020-09-03 13:31:03.370 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-79125900-7e56-436b-a7f7-2b1cc803c943/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 13:31:03.475 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 13:31:03.536 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 13:31:03.602 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 13:31:04.141 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 13:31:09.418 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=79125900-7e56-436b-a7f7-2b1cc803c943) has been successfully created! 2020-09-03 13:31:23.193 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:31:23.199 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:31:23.201 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:31:58.164 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:31:58.170 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:31:58.172 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:32:19.933 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=79125900-7e56-436b-a7f7-2b1cc803c943) for deployment 'opnfv-rally' (UUID=68a3ddbf-1b3e-4c79-876a-a319d6f920de). 2020-09-03 13:32:21.067 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=79125900-7e56-436b-a7f7-2b1cc803c943) has been successfully configured for deployment 'opnfv-rally' (UUID=68a3ddbf-1b3e-4c79-876a-a319d6f920de)! 2020-09-03 13:33:10.355 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:33:10.361 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:33:10.362 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:33:30.713 97 INFO rally.api [-] Starting verification (UUID=cbc27246-2073-4ea0-8c66-f8b2ee00da31) for deployment 'opnfv-rally' (UUID=68a3ddbf-1b3e-4c79-876a-a319d6f920de) by verifier 'opnfv-tempest' (UUID=79125900-7e56-436b-a7f7-2b1cc803c943). 2020-09-03 13:33:34.398 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 13:33:34.400 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-79125900-7e56-436b-a7f7-2b1cc803c943/for-deployment-68a3ddbf-1b3e-4c79-876a-a319d6f920de/tempest.log' to option 'log_file'. 2020-09-03 13:33:34.402 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-79125900-7e56-436b-a7f7-2b1cc803c943/for-deployment-68a3ddbf-1b3e-4c79-876a-a319d6f920de/tempest.log 2020-09-03 13:33:34.403 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 13:33:34.404 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-79125900-7e56-436b-a7f7-2b1cc803c943/for-deployment-68a3ddbf-1b3e-4c79-876a-a319d6f920de/lock_files' to option 'lock_path'. 2020-09-03 13:33:34.406 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-79125900-7e56-436b-a7f7-2b1cc803c943/for-deployment-68a3ddbf-1b3e-4c79-876a-a319d6f920de/lock_files 2020-09-03 13:33:34.407 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 13:33:34.409 97 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-03 13:33:34.410 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 676c9366-59d0-42df-b405-f1739f7346a3 2020-09-03 13:33:34.411 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = aab3dc41-6935-40fc-ba21-00cfe88b0b3d 2020-09-03 13:33:34.414 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ca8abb39-3155-4d77-92c7-3ccd9defb6d2 2020-09-03 13:33:34.417 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9b6b6b7a-1ca6-45eb-aeb7-cc5492c7d374 2020-09-03 13:33:34.728 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 13:33:34.729 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_20052a27-a104-40ba-88ff-ac3cf2628587 2020-09-03 13:33:34.732 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 13:33:35.398 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 13:33:35.468 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_dfb086a4_EWo8bjAI'. Using flavor 'rally_verify_dfb086a4_EWo8bjAI' (ID = dd1d4f33-de57-4094-ae94-d44d26fce994) for the tests. 2020-09-03 13:33:35.470 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'dd1d4f33-de57-4094-ae94-d44d26fce994' to option 'instance_type'. 2020-09-03 13:33:35.471 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = dd1d4f33-de57-4094-ae94-d44d26fce994 2020-09-03 13:33:35.478 97 INFO rally.task.context [-] Verification 79125900-7e56-436b-a7f7-2b1cc803c943 | Context tempest@default setup() finished in 3.88 sec 2020-09-03 13:33:35.481 97 INFO rally.task.context [-] Verification 79125900-7e56-436b-a7f7-2b1cc803c943 | Context testr@default setup() finished in 1.01 msec 2020-09-03 13:33:35.482 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/1d5bc2ad-cf0d-4334-ae6c-c97929e27940'. 2020-09-03 13:33:55.784 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-09-03 13:33:56.441 97 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.296s] 2020-09-03 13:33:56.642 97 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.204s] 2020-09-03 13:33:58.653 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.404s] 2020-09-03 13:34:01.319 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.659s] 2020-09-03 13:34:01.940 97 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.998s] 2020-09-03 13:34:03.811 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.793s] 2020-09-03 13:34:04.087 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.765s] 2020-09-03 13:34:11.438 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.702s] 2020-09-03 13:34:17.193 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.314s] 2020-09-03 13:34:24.387 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.250s] 2020-09-03 13:34:24.395 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.006s] 2020-09-03 13:34:31.779 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.944s] 2020-09-03 13:34:32.265 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.186s] 2020-09-03 13:34:32.274 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.007s] 2020-09-03 13:34:39.746 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [7.959s] 2020-09-03 13:34:47.329 97 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.124s] 2020-09-03 13:34:47.374 97 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.043s] 2020-09-03 13:34:50.283 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [37.640s] 2020-09-03 13:34:51.900 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.852s] 2020-09-03 13:34:55.592 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.735s] 2020-09-03 13:34:56.134 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.334s] 2020-09-03 13:34:56.287 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.694s] 2020-09-03 13:34:56.468 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.177s] 2020-09-03 13:34:56.580 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.111s] 2020-09-03 13:34:56.755 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.173s] 2020-09-03 13:34:56.851 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.093s] 2020-09-03 13:34:59.118 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.190s] 2020-09-03 13:34:59.130 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.005s] 2020-09-03 13:35:00.590 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.418s] 2020-09-03 13:35:05.127 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.098s] 2020-09-03 13:35:07.394 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.027s] 2020-09-03 13:35:08.017 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.368s] 2020-09-03 13:35:12.957 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.559s] 2020-09-03 13:35:13.733 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.710s] 2020-09-03 13:35:15.749 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.011s] 2020-09-03 13:35:15.873 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.126s] 2020-09-03 13:35:15.962 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.090s] 2020-09-03 13:35:16.014 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.052s] 2020-09-03 13:35:20.585 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.559s] 2020-09-03 13:35:26.734 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.103s] 2020-09-03 13:35:26.961 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.223s] 2020-09-03 13:35:33.395 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-09-03 13:35:35.539 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.449s] 2020-09-03 13:35:36.849 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.286s] 2020-09-03 13:35:37.876 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.070s] 2020-09-03 13:35:41.304 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.155s] 2020-09-03 13:35:43.504 97 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-09-03 13:35:44.985 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.467s] 2020-09-03 13:35:45.756 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.762s] 2020-09-03 13:35:45.965 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.204s] 2020-09-03 13:35:47.628 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.780s] 2020-09-03 13:35:51.887 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.183s] 2020-09-03 13:35:54.428 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.733s] 2020-09-03 13:35:55.209 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.095s] 2020-09-03 13:35:55.269 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.054s] 2020-09-03 13:35:55.307 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.043s] 2020-09-03 13:35:55.342 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.032s] 2020-09-03 13:35:56.408 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.779s] 2020-09-03 13:35:59.298 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.862s] 2020-09-03 13:36:00.629 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.215s] 2020-09-03 13:36:00.904 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.580s] 2020-09-03 13:36:01.309 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.008s] 2020-09-03 13:36:01.448 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.143s] 2020-09-03 13:36:01.549 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.099s] 2020-09-03 13:36:04.209 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.297s] 2020-09-03 13:36:04.483 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.249s] 2020-09-03 13:36:04.568 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.089s] 2020-09-03 13:36:08.992 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.096s] 2020-09-03 13:36:09.208 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.220s] 2020-09-03 13:36:09.331 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.119s] 2020-09-03 13:36:09.398 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.066s] 2020-09-03 13:36:09.567 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.165s] 2020-09-03 13:36:09.646 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.076s] 2020-09-03 13:36:10.310 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.053s] 2020-09-03 13:36:14.731 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.082s] 2020-09-03 13:36:14.763 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.031s] 2020-09-03 13:36:18.521 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.366s] 2020-09-03 13:36:19.785 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.744s] 2020-09-03 13:36:27.032 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.492s] 2020-09-03 13:36:28.579 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.794s] 2020-09-03 13:36:36.523 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.943s] 2020-09-03 13:36:40.856 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.329s] 2020-09-03 13:36:41.827 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [37.620s] 2020-09-03 13:36:44.604 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.989s] 2020-09-03 13:36:45.431 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.307s] 2020-09-03 13:36:46.842 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.212s] 2020-09-03 13:36:46.899 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.076s] 2020-09-03 13:36:48.657 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.131s] 2020-09-03 13:36:50.709 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.028s] 2020-09-03 13:36:50.739 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.060s] 2020-09-03 13:36:53.541 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.014s] 2020-09-03 13:36:54.202 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.077s] 2020-09-03 13:36:55.376 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.029s] 2020-09-03 13:36:55.565 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.187s] 2020-09-03 13:36:59.797 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.392s] 2020-09-03 13:37:02.230 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.417s] 2020-09-03 13:37:04.518 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.290s] 2020-09-03 13:37:08.901 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.294s] 2020-09-03 13:37:11.166 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.252s] 2020-09-03 13:37:13.376 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.210s] 2020-09-03 13:37:15.777 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.176s] 2020-09-03 13:37:15.871 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.097s] 2020-09-03 13:37:15.969 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.092s] 2020-09-03 13:37:16.054 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.085s] 2020-09-03 13:37:20.800 97 INFO rally.task.context [-] Verification 79125900-7e56-436b-a7f7-2b1cc803c943 | Context testr@default cleanup() started 2020-09-03 13:37:20.804 97 INFO rally.task.context [-] Verification 79125900-7e56-436b-a7f7-2b1cc803c943 | Context testr@default cleanup() finished in 4.26 msec 2020-09-03 13:37:20.808 97 INFO rally.task.context [-] Verification 79125900-7e56-436b-a7f7-2b1cc803c943 | Context tempest@default cleanup() started 2020-09-03 13:37:21.278 97 INFO rally.task.context [-] Verification 79125900-7e56-436b-a7f7-2b1cc803c943 | Context tempest@default cleanup() finished in 0.47 sec 2020-09-03 13:37:21.354 97 INFO rally.api [-] Verification (UUID=cbc27246-2073-4ea0-8c66-f8b2ee00da31) has been successfully finished for deployment 'opnfv-rally' (UUID=68a3ddbf-1b3e-4c79-876a-a319d6f920de)! 2020-09-03 13:37:34.954 146 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:37:34.960 146 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:37:34.962 146 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:37:48.398 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:37:48.404 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:37:48.406 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:38:08.099 152 INFO rally.api [-] Building 'html' report for the following verification(s): 'cbc27246-2073-4ea0-8c66-f8b2ee00da31' 2020-09-03 13:38:08.303 152 INFO rally.api [-] The report has been successfully built. 2020-09-03 13:38:20.501 158 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 13:38:20.506 158 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 13:38:20.508 158 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 13:38:39.945 158 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cbc27246-2073-4ea0-8c66-f8b2ee00da31' 2020-09-03 13:38:40.025 158 INFO rally.api [-] The report has been successfully built.