2020-12-05 12:25:23.206 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:23.206 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:23.206 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:25.457 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-05 12:25:25.457 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 12:25:25.457 7 ERROR rally.cli.cliutils 2020-12-05 12:25:26.913 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:26.913 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:26.913 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:30.890 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:30.890 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:30.890 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:35.188 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:35.188 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:35.188 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:36.516 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:36.517 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:36.517 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:38.528 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-05 12:25:38.528 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 12:25:38.528 17 ERROR rally.cli.cliutils 2020-12-05 12:25:40.060 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:40.060 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:40.060 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:42.225 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 12:25:42.369 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-37dc1603-66e1-472d-b8e6-8127934aeb89/repo. 2020-12-05 12:25:42.667 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-37dc1603-66e1-472d-b8e6-8127934aeb89/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. 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-05 12:25:42.711 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 12:25:42.718 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 12:25:42.743 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 12:25:42.804 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 12:25:43.422 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=37dc1603-66e1-472d-b8e6-8127934aeb89) has been successfully created! 2020-12-05 12:25:45.039 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:45.039 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:45.039 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:49.329 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:49.329 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:49.329 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:51.494 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=37dc1603-66e1-472d-b8e6-8127934aeb89) for deployment 'opnfv-rally' (UUID=06e89393-3ebb-4241-81ab-ce46e69e5b77). 2020-12-05 12:25:51.977 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=37dc1603-66e1-472d-b8e6-8127934aeb89) has been successfully configured for deployment 'opnfv-rally' (UUID=06e89393-3ebb-4241-81ab-ce46e69e5b77)! 2020-12-05 12:25:57.506 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:25:57.506 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:25:57.507 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:25:59.604 35 INFO rally.api [-] Starting verification (UUID=016744d2-f67b-4259-84d7-3b18fa9657fd) for deployment 'opnfv-rally' (UUID=06e89393-3ebb-4241-81ab-ce46e69e5b77) by verifier 'opnfv-tempest' (UUID=37dc1603-66e1-472d-b8e6-8127934aeb89). 2020-12-05 12:26:00.097 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 12:26:00.098 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-37dc1603-66e1-472d-b8e6-8127934aeb89/for-deployment-06e89393-3ebb-4241-81ab-ce46e69e5b77/tempest.log' to option 'log_file'. 2020-12-05 12:26:00.098 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-37dc1603-66e1-472d-b8e6-8127934aeb89/for-deployment-06e89393-3ebb-4241-81ab-ce46e69e5b77/tempest.log 2020-12-05 12:26:00.098 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 12:26:00.099 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-37dc1603-66e1-472d-b8e6-8127934aeb89/for-deployment-06e89393-3ebb-4241-81ab-ce46e69e5b77/lock_files' to option 'lock_path'. 2020-12-05 12:26:00.099 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-37dc1603-66e1-472d-b8e6-8127934aeb89/for-deployment-06e89393-3ebb-4241-81ab-ce46e69e5b77/lock_files 2020-12-05 12:26:00.099 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-05 12:26:00.100 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-05 12:26:00.100 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7a2a97c3-9e81-4caa-9832-e14b0dbc3c27 2020-12-05 12:26:00.100 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4b28d7a8-ddc8-4b2e-8bcc-e770399fa0e4 2020-12-05 12:26:00.101 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ae09829c-93c8-4b88-ae62-67c9347634ae 2020-12-05 12:26:00.101 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 02a3d1c6-e40c-4174-9a26-a2c0086b560e 2020-12-05 12:26:00.383 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 12:26:00.383 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_e40ebfca-3949-415c-81ec-a3d23d3578df 2020-12-05 12:26:00.384 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 12:26:00.477 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 12:26:00.514 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-05 12:26:00.515 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_016744d2_ZNU7XpL2' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-05 12:26:00.559 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_016744d2_ZNU7XpL2' (ID = 66e7e49d-749d-4d90-8607-4499f256d22c) has been successfully created! 2020-12-05 12:26:00.559 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '66e7e49d-749d-4d90-8607-4499f256d22c' to option 'instance_type'. 2020-12-05 12:26:00.560 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 66e7e49d-749d-4d90-8607-4499f256d22c 2020-12-05 12:26:00.561 35 INFO rally.task.context [-] Verification 37dc1603-66e1-472d-b8e6-8127934aeb89 | Context tempest@default setup() finished in 0.82 sec 2020-12-05 12:26:00.562 35 INFO rally.task.context [-] Verification 37dc1603-66e1-472d-b8e6-8127934aeb89 | Context testr@default setup() finished in 0.41 msec 2020-12-05 12:26:00.562 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9fce7c37-c979-4bce-9f8a-72d63e2fc782'. 2020-12-05 12:26:03.790 35 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.195s] 2020-12-05 12:26:03.876 35 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.087s] 2020-12-05 12:26:09.058 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.815s] 2020-12-05 12:26:11.196 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.137s] 2020-12-05 12:26:11.773 35 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.705s] 2020-12-05 12:26:35.166 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.187s] 2020-12-05 12:26:35.167 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-12-05 12:26:43.461 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.164s] 2020-12-05 12:26:43.462 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-12-05 12:26:59.678 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [39.483s] 2020-12-05 12:27:01.388 35 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [25.479s] 2020-12-05 12:27:02.884 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.074s] 2020-12-05 12:27:03.077 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.193s] 2020-12-05 12:27:08.520 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.034s] 2020-12-05 12:27:08.528 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-12-05 12:27:08.641 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-05 12:27:11.535 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.020s] 2020-12-05 12:27:11.636 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-05 12:27:12.100 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.463s] 2020-12-05 12:27:13.412 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.166s] 2020-12-05 12:27:13.413 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-12-05 12:27:13.980 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.454s] 2020-12-05 12:27:15.315 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-12-05 12:27:15.709 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.639s] 2020-12-05 12:27:15.993 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2020-12-05 12:27:18.106 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.676s] 2020-12-05 12:27:20.592 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.008s] 2020-12-05 12:27:21.529 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.068s] 2020-12-05 12:27:21.552 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2020-12-05 12:27:21.574 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2020-12-05 12:27:21.583 35 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-12-05 12:27:23.299 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.089s] 2020-12-05 12:27:24.048 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.818s] 2020-12-05 12:27:25.398 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.376s] 2020-12-05 12:27:26.105 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.706s] 2020-12-05 12:27:26.223 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.118s] 2020-12-05 12:27:29.441 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.911s] 2020-12-05 12:27:29.737 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.864s] 2020-12-05 12:27:31.602 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.659s] 2020-12-05 12:27:31.631 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.183s] 2020-12-05 12:27:31.675 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2020-12-05 12:27:33.480 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.340s] 2020-12-05 12:27:34.137 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.748s] 2020-12-05 12:27:34.138 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.177s] 2020-12-05 12:27:34.391 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.253s] 2020-12-05 12:27:34.549 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.157s] 2020-12-05 12:27:34.623 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.074s] 2020-12-05 12:27:34.744 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.120s] 2020-12-05 12:27:34.819 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.075s] 2020-12-05 12:27:36.717 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.147s] 2020-12-05 12:27:37.779 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.220s] 2020-12-05 12:27:39.905 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.124s] 2020-12-05 12:27:40.081 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.479s] 2020-12-05 12:27:41.155 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2020-12-05 12:27:41.270 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.114s] 2020-12-05 12:27:41.996 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.089s] 2020-12-05 12:27:43.776 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.038s] 2020-12-05 12:27:43.786 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.015s] 2020-12-05 12:27:43.787 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-12-05 12:27:43.816 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.358s] 2020-12-05 12:27:46.619 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.801s] 2020-12-05 12:27:53.080 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.459s] 2020-12-05 12:27:56.125 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.758s] 2020-12-05 12:28:00.157 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.030s] 2020-12-05 12:28:00.545 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.251s] 2020-12-05 12:28:01.742 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.584s] 2020-12-05 12:28:01.811 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.069s] 2020-12-05 12:28:01.872 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.061s] 2020-12-05 12:28:02.718 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.170s] 2020-12-05 12:28:02.952 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.103s] 2020-12-05 12:28:04.842 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.124s] 2020-12-05 12:28:05.785 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.831s] 2020-12-05 12:28:09.114 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.329s] 2020-12-05 12:28:11.331 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.065s] 2020-12-05 12:28:19.786 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.426s] 2020-12-05 12:28:23.889 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.878s] 2020-12-05 12:28:24.084 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.195s] 2020-12-05 12:28:24.243 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.159s] 2020-12-05 12:28:24.310 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.067s] 2020-12-05 12:28:24.428 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.117s] 2020-12-05 12:28:24.489 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.060s] 2020-12-05 12:28:27.935 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.149s] 2020-12-05 12:28:33.219 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.407s] 2020-12-05 12:28:37.406 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.187s] 2020-12-05 12:28:38.947 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.541s] 2020-12-05 12:28:38.998 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.052s] 2020-12-05 12:28:39.050 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.052s] 2020-12-05 12:28:41.255 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [13.319s] 2020-12-05 12:28:42.401 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.950s] 2020-12-05 12:28:44.202 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.799s] 2020-12-05 12:28:44.242 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2020-12-05 12:28:45.120 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.865s] 2020-12-05 12:28:51.934 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.055s] 2020-12-05 12:29:02.294 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.358s] 2020-12-05 12:29:03.215 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.124s] 2020-12-05 12:29:14.281 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.066s] 2020-12-05 12:29:20.839 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.558s] 2020-12-05 12:29:24.147 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.307s] 2020-12-05 12:29:26.949 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.103s] 2020-12-05 12:29:26.986 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.038s] 2020-12-05 12:29:31.447 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.050s] 2020-12-05 12:29:31.471 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.023s] 2020-12-05 12:29:31.498 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.027s] 2020-12-05 12:29:31.530 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.032s] 2020-12-05 12:29:51.053 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.142s] 2020-12-05 12:29:54.115 35 INFO rally.task.context [-] Verification 37dc1603-66e1-472d-b8e6-8127934aeb89 | Context testr@default cleanup() started 2020-12-05 12:29:54.116 35 INFO rally.task.context [-] Verification 37dc1603-66e1-472d-b8e6-8127934aeb89 | Context testr@default cleanup() finished in 0.75 msec 2020-12-05 12:29:54.116 35 INFO rally.task.context [-] Verification 37dc1603-66e1-472d-b8e6-8127934aeb89 | Context tempest@default cleanup() started 2020-12-05 12:29:54.312 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_016744d2_ZNU7XpL2'. 2020-12-05 12:29:54.523 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_016744d2_ZNU7XpL2' has been deleted. 2020-12-05 12:29:54.524 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '66e7e49d-749d-4d90-8607-4499f256d22c' of option 'instance_type' from Tempest config file. 2020-12-05 12:29:54.524 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '66e7e49d-749d-4d90-8607-4499f256d22c' has been removed. 2020-12-05 12:29:54.529 35 INFO rally.task.context [-] Verification 37dc1603-66e1-472d-b8e6-8127934aeb89 | Context tempest@default cleanup() finished in 0.41 sec 2020-12-05 12:29:54.558 35 INFO rally.api [-] Verification (UUID=016744d2-f67b-4259-84d7-3b18fa9657fd) has been successfully finished for deployment 'opnfv-rally' (UUID=06e89393-3ebb-4241-81ab-ce46e69e5b77)! 2020-12-05 12:29:56.109 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:29:56.109 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:29:56.109 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:29:57.574 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:29:57.574 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:29:57.574 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:29:59.691 60 INFO rally.api [-] Building 'html' report for the following verification(s): '016744d2-f67b-4259-84d7-3b18fa9657fd' 2020-12-05 12:29:59.718 60 INFO rally.api [-] The report has been successfully built. 2020-12-05 12:30:01.212 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:30:01.213 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:30:01.213 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:30:03.289 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '016744d2-f67b-4259-84d7-3b18fa9657fd' 2020-12-05 12:30:03.295 62 INFO rally.api [-] The report has been successfully built.