2020-09-29 07:53:26.435 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:26.435 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:26.435 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:28.429 6 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-29 07:53:28.429 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 07:53:28.429 6 ERROR rally.cli.cliutils 2020-09-29 07:53:29.795 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:29.795 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:29.796 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:33.535 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:33.535 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:33.536 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:37.555 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:37.555 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:37.555 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:38.873 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:38.874 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:38.874 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:40.790 15 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-29 07:53:40.790 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils force=force) 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 07:53:40.790 15 ERROR rally.cli.cliutils 2020-09-29 07:53:42.237 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:42.237 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:42.237 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:44.084 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 07:53:44.172 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-bf5dbf2f-d9a2-4921-ad9a-d27135ff4307/repo. 2020-09-29 07:53:44.498 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-bf5dbf2f-d9a2-4921-ad9a-d27135ff4307/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-29 07:53:44.515 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 07:53:44.525 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 07:53:44.548 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 07:53:44.622 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 07:53:45.139 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bf5dbf2f-d9a2-4921-ad9a-d27135ff4307) has been successfully created! 2020-09-29 07:53:46.594 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:46.594 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:46.594 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:50.645 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:50.646 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:50.646 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:53:52.640 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=bf5dbf2f-d9a2-4921-ad9a-d27135ff4307) for deployment 'opnfv-rally' (UUID=be7952f5-5101-4fda-b4eb-111e410e2f43). 2020-09-29 07:53:53.089 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=bf5dbf2f-d9a2-4921-ad9a-d27135ff4307) has been successfully configured for deployment 'opnfv-rally' (UUID=be7952f5-5101-4fda-b4eb-111e410e2f43)! 2020-09-29 07:53:58.530 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:53:58.530 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:53:58.530 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:54:00.379 32 INFO rally.api [-] Starting verification (UUID=806de41b-8999-4e0e-9085-a2a4957d8c90) for deployment 'opnfv-rally' (UUID=be7952f5-5101-4fda-b4eb-111e410e2f43) by verifier 'opnfv-tempest' (UUID=bf5dbf2f-d9a2-4921-ad9a-d27135ff4307). 2020-09-29 07:54:00.984 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 07:54:00.984 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bf5dbf2f-d9a2-4921-ad9a-d27135ff4307/for-deployment-be7952f5-5101-4fda-b4eb-111e410e2f43/tempest.log' to option 'log_file'. 2020-09-29 07:54:00.985 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-bf5dbf2f-d9a2-4921-ad9a-d27135ff4307/for-deployment-be7952f5-5101-4fda-b4eb-111e410e2f43/tempest.log 2020-09-29 07:54:00.985 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 07:54:00.985 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-bf5dbf2f-d9a2-4921-ad9a-d27135ff4307/for-deployment-be7952f5-5101-4fda-b4eb-111e410e2f43/lock_files' to option 'lock_path'. 2020-09-29 07:54:00.986 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-bf5dbf2f-d9a2-4921-ad9a-d27135ff4307/for-deployment-be7952f5-5101-4fda-b4eb-111e410e2f43/lock_files 2020-09-29 07:54:00.986 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 07:54:00.986 32 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-29 07:54:00.987 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 23b5392c-75b4-4e52-a7e0-45dcc7983984 2020-09-29 07:54:00.987 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 361c7865-600f-413d-b933-6899448f59f2 2020-09-29 07:54:00.988 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = eb48b974-e127-4b2c-81ed-0170ba902ce8 2020-09-29 07:54:00.988 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ff067cfa-c1c8-4edb-b215-730510dd1fda 2020-09-29 07:54:01.217 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 07:54:01.217 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_f32edd5b-0e03-4543-9107-892eb61ebbef 2020-09-29 07:54:01.218 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 07:54:01.304 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 07:54:01.343 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-29 07:54:01.344 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_806de41b_9DioBhJe' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-29 07:54:01.377 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_806de41b_9DioBhJe' (ID = 8b636569-2ae2-4f2f-a8be-e4511ed63065) has been successfully created! 2020-09-29 07:54:01.378 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8b636569-2ae2-4f2f-a8be-e4511ed63065' to option 'instance_type'. 2020-09-29 07:54:01.378 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8b636569-2ae2-4f2f-a8be-e4511ed63065 2020-09-29 07:54:01.379 32 INFO rally.task.context [-] Verification bf5dbf2f-d9a2-4921-ad9a-d27135ff4307 | Context tempest@default setup() finished in 0.82 sec 2020-09-29 07:54:01.380 32 INFO rally.task.context [-] Verification bf5dbf2f-d9a2-4921-ad9a-d27135ff4307 | Context testr@default setup() finished in 0.49 msec 2020-09-29 07:54:01.381 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/2aa23cf4-1512-4d35-bff5-524ca455c6da'. 2020-09-29 07:54:04.237 32 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.249s] 2020-09-29 07:54:04.311 32 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.074s] 2020-09-29 07:54:08.682 32 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.082s] 2020-09-29 07:54:10.337 32 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.654s] 2020-09-29 07:54:22.021 32 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [6.137s] 2020-09-29 07:54:25.722 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.136s] 2020-09-29 07:54:25.723 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-09-29 07:54:52.325 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.171s] 2020-09-29 07:54:52.326 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-09-29 07:54:58.552 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [49.558s] 2020-09-29 07:54:59.663 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.159s] 2020-09-29 07:54:59.664 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-09-29 07:55:04.587 32 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.463s] 2020-09-29 07:55:04.596 32 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2020-09-29 07:55:06.564 32 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.366s] 2020-09-29 07:55:08.586 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.885s] 2020-09-29 07:55:11.658 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.188s] 2020-09-29 07:55:14.278 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.195s] 2020-09-29 07:55:18.298 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-09-29 07:55:18.528 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.396s] 2020-09-29 07:55:19.651 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.323s] 2020-09-29 07:55:21.802 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.249s] 2020-09-29 07:55:22.082 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.128s] 2020-09-29 07:55:24.570 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.089s] 2020-09-29 07:55:24.684 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.032s] 2020-09-29 07:55:26.374 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.394s] 2020-09-29 07:55:27.459 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.070s] 2020-09-29 07:55:31.330 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.170s] 2020-09-29 07:55:36.418 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.425s] 2020-09-29 07:55:38.255 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2020-09-29 07:55:39.006 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.074s] 2020-09-29 07:55:39.029 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2020-09-29 07:55:39.054 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-09-29 07:55:39.063 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2020-09-29 07:55:39.655 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.072s] 2020-09-29 07:55:39.779 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.123s] 2020-09-29 07:55:40.524 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [7.909s] 2020-09-29 07:55:40.584 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [9.254s] 2020-09-29 07:55:41.294 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.370s] 2020-09-29 07:55:41.909 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.614s] 2020-09-29 07:55:42.334 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.425s] 2020-09-29 07:55:43.419 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.893s] 2020-09-29 07:55:44.469 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-09-29 07:55:44.591 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2020-09-29 07:55:45.120 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.534s] 2020-09-29 07:55:46.682 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.752s] 2020-09-29 07:55:51.450 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.032s] 2020-09-29 07:55:51.787 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.588s] 2020-09-29 07:56:00.357 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.920s] 2020-09-29 07:56:00.524 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.167s] 2020-09-29 07:56:00.631 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.106s] 2020-09-29 07:56:00.683 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.051s] 2020-09-29 07:56:00.778 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2020-09-29 07:56:00.827 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.048s] 2020-09-29 07:56:02.460 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [10.512s] 2020-09-29 07:56:06.908 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.627s] 2020-09-29 07:56:07.090 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.182s] 2020-09-29 07:56:07.186 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.096s] 2020-09-29 07:56:07.234 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.047s] 2020-09-29 07:56:07.279 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.818s] 2020-09-29 07:56:07.535 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.300s] 2020-09-29 07:56:07.651 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.116s] 2020-09-29 07:56:09.009 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.730s] 2020-09-29 07:56:09.088 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.079s] 2020-09-29 07:56:09.179 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.090s] 2020-09-29 07:56:10.929 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.898s] 2020-09-29 07:56:14.311 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.227s] 2020-09-29 07:56:16.133 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.202s] 2020-09-29 07:56:16.454 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.140s] 2020-09-29 07:56:17.780 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.646s] 2020-09-29 07:56:17.827 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.048s] 2020-09-29 07:56:17.874 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.047s] 2020-09-29 07:56:18.546 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.093s] 2020-09-29 07:56:20.549 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.042s] 2020-09-29 07:56:20.568 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2020-09-29 07:56:20.588 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.020s] 2020-09-29 07:56:20.617 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.028s] 2020-09-29 07:56:21.798 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.224s] 2020-09-29 07:56:24.170 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.366s] 2020-09-29 07:56:24.208 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.043s] 2020-09-29 07:56:26.385 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.906s] 2020-09-29 07:56:26.536 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.025s] 2020-09-29 07:56:26.544 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.009s] 2020-09-29 07:56:39.268 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.882s] 2020-09-29 07:56:47.235 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.050s] 2020-09-29 07:56:49.599 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [23.261s] 2020-09-29 07:56:51.845 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.577s] 2020-09-29 07:56:55.567 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.331s] 2020-09-29 07:56:57.307 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.052s] 2020-09-29 07:57:02.307 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [10.462s] 2020-09-29 07:57:22.681 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.261s] 2020-09-29 07:57:30.383 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.702s] 2020-09-29 07:57:41.832 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.449s] 2020-09-29 07:57:45.010 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.178s] 2020-09-29 07:57:48.000 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.002s] 2020-09-29 07:57:49.841 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.837s] 2020-09-29 07:57:49.872 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.035s] 2020-09-29 07:57:51.257 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2020-09-29 07:57:51.420 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.163s] 2020-09-29 07:57:53.727 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.102s] 2020-09-29 07:57:53.752 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.025s] 2020-09-29 07:58:00.459 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.208s] 2020-09-29 07:58:02.529 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.068s] 2020-09-29 07:58:04.600 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.071s] 2020-09-29 07:58:06.445 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2020-09-29 07:58:07.605 32 INFO rally.task.context [-] Verification bf5dbf2f-d9a2-4921-ad9a-d27135ff4307 | Context testr@default cleanup() started 2020-09-29 07:58:07.606 32 INFO rally.task.context [-] Verification bf5dbf2f-d9a2-4921-ad9a-d27135ff4307 | Context testr@default cleanup() finished in 0.73 msec 2020-09-29 07:58:07.606 32 INFO rally.task.context [-] Verification bf5dbf2f-d9a2-4921-ad9a-d27135ff4307 | Context tempest@default cleanup() started 2020-09-29 07:58:07.772 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_806de41b_9DioBhJe'. 2020-09-29 07:58:07.915 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_806de41b_9DioBhJe' has been deleted. 2020-09-29 07:58:07.916 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '8b636569-2ae2-4f2f-a8be-e4511ed63065' of option 'instance_type' from Tempest config file. 2020-09-29 07:58:07.916 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '8b636569-2ae2-4f2f-a8be-e4511ed63065' has been removed. 2020-09-29 07:58:07.922 32 INFO rally.task.context [-] Verification bf5dbf2f-d9a2-4921-ad9a-d27135ff4307 | Context tempest@default cleanup() finished in 0.32 sec 2020-09-29 07:58:07.948 32 INFO rally.api [-] Verification (UUID=806de41b-8999-4e0e-9085-a2a4957d8c90) has been successfully finished for deployment 'opnfv-rally' (UUID=be7952f5-5101-4fda-b4eb-111e410e2f43)! 2020-09-29 07:58:09.463 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:58:09.463 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:58:09.464 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:58:10.799 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:58:10.799 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:58:10.799 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:58:12.513 52 INFO rally.api [-] Building 'html' report for the following verification(s): '806de41b-8999-4e0e-9085-a2a4957d8c90' 2020-09-29 07:58:12.534 52 INFO rally.api [-] The report has been successfully built. 2020-09-29 07:58:13.946 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 07:58:13.947 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 07:58:13.947 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 07:58:15.715 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '806de41b-8999-4e0e-9085-a2a4957d8c90' 2020-09-29 07:58:15.721 54 INFO rally.api [-] The report has been successfully built.