2020-06-16 08:37:23.362 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:23.362 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:23.362 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:25.629 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-06-16 08:37:25.629 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 08:37:25.629 7 ERROR rally.cli.cliutils 2020-06-16 08:37:27.130 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:27.130 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:27.131 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:31.046 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:31.046 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:31.046 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:35.332 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:35.332 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:35.332 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:36.686 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:36.687 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:36.687 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:38.743 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-06-16 08:37:38.743 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 08:37:38.743 17 ERROR rally.cli.cliutils 2020-06-16 08:37:40.142 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:40.143 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:40.143 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:42.174 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 08:37:42.284 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-21c2670d-b4f8-4ad0-8c4c-39161af01c51/repo. 2020-06-16 08:37:42.507 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-21c2670d-b4f8-4ad0-8c4c-39161af01c51/repo'... done. ' 2020-06-16 08:37:42.519 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 08:37:42.547 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 08:37:42.629 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 08:37:43.287 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21c2670d-b4f8-4ad0-8c4c-39161af01c51) has been successfully created! 2020-06-16 08:37:44.776 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:44.776 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:44.776 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:49.080 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:49.080 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:49.080 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:51.368 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=21c2670d-b4f8-4ad0-8c4c-39161af01c51) for deployment 'opnfv-rally' (UUID=302ff1af-ae28-4cc6-a310-a96461539edb). 2020-06-16 08:37:51.982 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=21c2670d-b4f8-4ad0-8c4c-39161af01c51) has been successfully configured for deployment 'opnfv-rally' (UUID=302ff1af-ae28-4cc6-a310-a96461539edb)! 2020-06-16 08:37:57.404 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:57.404 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:57.404 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:37:59.611 34 INFO rally.api [-] Starting verification (UUID=458e24d8-93ad-4f20-8da8-c22848f46efe) for deployment 'opnfv-rally' (UUID=302ff1af-ae28-4cc6-a310-a96461539edb) by verifier 'opnfv-tempest' (UUID=21c2670d-b4f8-4ad0-8c4c-39161af01c51). 2020-06-16 08:38:00.239 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 08:38:00.240 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-21c2670d-b4f8-4ad0-8c4c-39161af01c51/for-deployment-302ff1af-ae28-4cc6-a310-a96461539edb/tempest.log' to option 'log_file'. 2020-06-16 08:38:00.240 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-21c2670d-b4f8-4ad0-8c4c-39161af01c51/for-deployment-302ff1af-ae28-4cc6-a310-a96461539edb/tempest.log 2020-06-16 08:38:00.240 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 08:38:00.240 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-21c2670d-b4f8-4ad0-8c4c-39161af01c51/for-deployment-302ff1af-ae28-4cc6-a310-a96461539edb/lock_files' to option 'lock_path'. 2020-06-16 08:38:00.240 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-21c2670d-b4f8-4ad0-8c4c-39161af01c51/for-deployment-302ff1af-ae28-4cc6-a310-a96461539edb/lock_files 2020-06-16 08:38:00.241 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 08:38:00.241 34 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-06-16 08:38:00.241 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9c65da8f-e182-466a-be06-f5d5dfa98374 2020-06-16 08:38:00.241 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 74fcf3ee-645b-448e-a94a-13e7fbe484c9 2020-06-16 08:38:00.242 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 98ab2ef7-8a5f-4c98-9880-82ae693da29f 2020-06-16 08:38:00.242 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e4c265b7-c28e-4226-98ee-dbfdc473beb6 2020-06-16 08:38:00.498 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 08:38:00.498 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_b1a2e476-59e5-42fd-88c6-51b107c9b504 2020-06-16 08:38:00.499 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 08:38:00.599 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 08:38:00.635 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-16 08:38:00.635 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_458e24d8_v4mnby0k' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-16 08:38:00.671 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_458e24d8_v4mnby0k' (ID = b73f9573-9a68-42d7-8a43-b179990d6532) has been successfully created! 2020-06-16 08:38:00.671 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b73f9573-9a68-42d7-8a43-b179990d6532' to option 'instance_type'. 2020-06-16 08:38:00.672 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b73f9573-9a68-42d7-8a43-b179990d6532 2020-06-16 08:38:00.673 34 INFO rally.task.context [-] Verification 21c2670d-b4f8-4ad0-8c4c-39161af01c51 | Context tempest@default setup() finished in 0.84 sec 2020-06-16 08:38:00.674 34 INFO rally.task.context [-] Verification 21c2670d-b4f8-4ad0-8c4c-39161af01c51 | Context testr@default setup() finished in 0.33 msec 2020-06-16 08:38:00.674 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/27b97952-c6c2-4338-94bc-b42389a9fcd6'. 2020-06-16 08:38:03.981 34 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.268s] 2020-06-16 08:38:04.060 34 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.079s] 2020-06-16 08:38:06.679 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.088s] 2020-06-16 08:38:08.102 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.421s] 2020-06-16 08:38:09.158 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.164s] 2020-06-16 08:38:30.601 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.165s] 2020-06-16 08:38:30.602 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-16 08:38:40.222 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.167s] 2020-06-16 08:38:40.223 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-16 08:38:45.808 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.574s] 2020-06-16 08:38:47.477 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [38.771s] 2020-06-16 08:38:49.115 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.241s] 2020-06-16 08:38:52.138 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.323s] 2020-06-16 08:38:55.398 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [18.288s] 2020-06-16 08:38:56.434 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.602s] 2020-06-16 08:38:58.987 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.041s] 2020-06-16 08:39:01.069 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.071s] 2020-06-16 08:39:01.221 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.151s] 2020-06-16 08:39:03.164 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.625s] 2020-06-16 08:39:06.960 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.794s] 2020-06-16 08:39:07.904 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-16 08:39:09.194 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.126s] 2020-06-16 08:39:11.462 34 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.007s] 2020-06-16 08:39:12.998 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.027s] 2020-06-16 08:39:13.006 34 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-06-16 08:39:15.060 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.083s] 2020-06-16 08:39:15.321 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.205s] 2020-06-16 08:39:16.046 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.085s] 2020-06-16 08:39:18.240 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.179s] 2020-06-16 08:39:19.478 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.630s] 2020-06-16 08:39:21.688 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.448s] 2020-06-16 08:39:22.779 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.157s] 2020-06-16 08:39:22.780 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-06-16 08:39:23.837 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.269s] 2020-06-16 08:39:25.740 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.577s] 2020-06-16 08:39:27.648 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.025s] 2020-06-16 08:39:27.669 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2020-06-16 08:39:27.689 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2020-06-16 08:39:27.697 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-06-16 08:39:29.364 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.269s] 2020-06-16 08:39:29.930 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.564s] 2020-06-16 08:39:30.068 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.138s] 2020-06-16 08:39:33.043 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [7.302s] 2020-06-16 08:39:34.598 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.958s] 2020-06-16 08:39:34.797 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.199s] 2020-06-16 08:39:34.917 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.118s] 2020-06-16 08:39:34.973 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.055s] 2020-06-16 08:39:35.075 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.102s] 2020-06-16 08:39:35.129 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.055s] 2020-06-16 08:39:35.169 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.125s] 2020-06-16 08:39:35.276 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.107s] 2020-06-16 08:39:35.351 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.074s] 2020-06-16 08:39:35.805 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-16 08:39:36.316 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.174s] 2020-06-16 08:39:36.546 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.230s] 2020-06-16 08:39:36.830 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.284s] 2020-06-16 08:39:36.912 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.082s] 2020-06-16 08:39:37.052 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.138s] 2020-06-16 08:39:37.119 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.067s] 2020-06-16 08:39:39.908 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.977s] 2020-06-16 08:39:41.822 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-06-16 08:39:43.351 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.917s] 2020-06-16 08:39:44.460 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.640s] 2020-06-16 08:39:49.294 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.834s] 2020-06-16 08:39:50.802 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.507s] 2020-06-16 08:39:50.869 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.067s] 2020-06-16 08:39:50.935 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.065s] 2020-06-16 08:39:57.694 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.892s] 2020-06-16 08:39:59.481 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.907s] 2020-06-16 08:39:59.643 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [20.945s] 2020-06-16 08:40:00.307 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.608s] 2020-06-16 08:40:00.367 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.064s] 2020-06-16 08:40:00.899 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.346s] 2020-06-16 08:40:01.774 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2020-06-16 08:40:05.963 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.480s] 2020-06-16 08:40:09.001 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.358s] 2020-06-16 08:40:13.479 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.581s] 2020-06-16 08:40:19.992 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.200s] 2020-06-16 08:40:21.709 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.228s] 2020-06-16 08:40:22.224 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.230s] 2020-06-16 08:40:22.508 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [13.505s] 2020-06-16 08:40:23.502 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.557s] 2020-06-16 08:40:24.369 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.145s] 2020-06-16 08:40:26.282 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.775s] 2020-06-16 08:40:28.066 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.356s] 2020-06-16 08:40:28.251 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2020-06-16 08:40:28.499 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.248s] 2020-06-16 08:40:30.802 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.192s] 2020-06-16 08:40:30.839 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.137s] 2020-06-16 08:40:30.885 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.046s] 2020-06-16 08:40:31.358 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.038s] 2020-06-16 08:40:32.953 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.149s] 2020-06-16 08:40:33.005 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.643s] 2020-06-16 08:40:33.046 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2020-06-16 08:40:35.032 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.631s] 2020-06-16 08:40:35.054 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.101s] 2020-06-16 08:40:36.290 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.041s] 2020-06-16 08:40:36.307 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.017s] 2020-06-16 08:40:36.671 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.045s] 2020-06-16 08:40:36.694 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.024s] 2020-06-16 08:40:36.720 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.025s] 2020-06-16 08:40:36.758 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.038s] 2020-06-16 08:40:46.465 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.023s] 2020-06-16 08:40:55.736 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.268s] 2020-06-16 08:41:02.348 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.095s] 2020-06-16 08:41:06.954 34 INFO rally.task.context [-] Verification 21c2670d-b4f8-4ad0-8c4c-39161af01c51 | Context testr@default cleanup() started 2020-06-16 08:41:06.955 34 INFO rally.task.context [-] Verification 21c2670d-b4f8-4ad0-8c4c-39161af01c51 | Context testr@default cleanup() finished in 0.66 msec 2020-06-16 08:41:06.955 34 INFO rally.task.context [-] Verification 21c2670d-b4f8-4ad0-8c4c-39161af01c51 | Context tempest@default cleanup() started 2020-06-16 08:41:07.107 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_458e24d8_v4mnby0k'. 2020-06-16 08:41:07.243 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_458e24d8_v4mnby0k' has been deleted. 2020-06-16 08:41:07.244 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'b73f9573-9a68-42d7-8a43-b179990d6532' of option 'instance_type' from Tempest config file. 2020-06-16 08:41:07.244 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'b73f9573-9a68-42d7-8a43-b179990d6532' has been removed. 2020-06-16 08:41:07.250 34 INFO rally.task.context [-] Verification 21c2670d-b4f8-4ad0-8c4c-39161af01c51 | Context tempest@default cleanup() finished in 0.29 sec 2020-06-16 08:41:07.273 34 INFO rally.api [-] Verification (UUID=458e24d8-93ad-4f20-8da8-c22848f46efe) has been successfully finished for deployment 'opnfv-rally' (UUID=302ff1af-ae28-4cc6-a310-a96461539edb)! 2020-06-16 08:41:08.795 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:41:08.795 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:41:08.795 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:41:10.188 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:41:10.188 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:41:10.189 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:41:12.142 59 INFO rally.api [-] Building 'html' report for the following verification(s): '458e24d8-93ad-4f20-8da8-c22848f46efe' 2020-06-16 08:41:12.161 59 INFO rally.api [-] The report has been successfully built. 2020-06-16 08:41:13.450 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:41:13.450 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:41:13.451 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:41:15.420 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '458e24d8-93ad-4f20-8da8-c22848f46efe' 2020-06-16 08:41:15.426 61 INFO rally.api [-] The report has been successfully built.