2020-05-03 12:08:52.089 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:08:52.089 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:08:52.089 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:08:54.638 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-05-03 12:08:54.638 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 12:08:54.638 7 ERROR rally.cli.cliutils 2020-05-03 12:08:56.188 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:08:56.189 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:08:56.189 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:09:00.218 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:09:00.218 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:09:00.219 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:09:04.537 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:09:04.537 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:09:04.537 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:09:05.945 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:09:05.945 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:09:05.945 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:09:07.996 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-05-03 12:09:07.996 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 12:09:07.996 17 ERROR rally.cli.cliutils 2020-05-03 12:09:09.495 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:09:09.496 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:09:09.496 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:09:11.432 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 12:09:11.555 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-946bec06-2119-4149-af22-52ae895df94f/repo. 2020-05-03 12:09:11.863 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-946bec06-2119-4149-af22-52ae895df94f/repo'... done. ' 2020-05-03 12:09:11.876 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 12:09:11.885 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 12:09:11.905 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 12:09:11.968 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 12:09:12.569 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=946bec06-2119-4149-af22-52ae895df94f) has been successfully created! 2020-05-03 12:09:14.143 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:09:14.143 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:09:14.143 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:09:18.372 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:09:18.372 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:09:18.372 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:09:20.568 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=946bec06-2119-4149-af22-52ae895df94f) for deployment 'opnfv-rally' (UUID=a064bca6-a754-4a6f-a07e-033186621482). 2020-05-03 12:09:20.932 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=946bec06-2119-4149-af22-52ae895df94f) has been successfully configured for deployment 'opnfv-rally' (UUID=a064bca6-a754-4a6f-a07e-033186621482)! 2020-05-03 12:09:26.518 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:09:26.519 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:09:26.519 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:09:28.645 35 INFO rally.api [-] Starting verification (UUID=d1e74557-d910-4ef7-a2e7-2454ee68ff81) for deployment 'opnfv-rally' (UUID=a064bca6-a754-4a6f-a07e-033186621482) by verifier 'opnfv-tempest' (UUID=946bec06-2119-4149-af22-52ae895df94f). 2020-05-03 12:09:29.251 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2020-05-03 12:09:29.299 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 12:09:29.300 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-946bec06-2119-4149-af22-52ae895df94f/for-deployment-a064bca6-a754-4a6f-a07e-033186621482/tempest.log' to option 'log_file'. 2020-05-03 12:09:29.300 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-946bec06-2119-4149-af22-52ae895df94f/for-deployment-a064bca6-a754-4a6f-a07e-033186621482/tempest.log 2020-05-03 12:09:29.300 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 12:09:29.300 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-946bec06-2119-4149-af22-52ae895df94f/for-deployment-a064bca6-a754-4a6f-a07e-033186621482/lock_files' to option 'lock_path'. 2020-05-03 12:09:29.301 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-946bec06-2119-4149-af22-52ae895df94f/for-deployment-a064bca6-a754-4a6f-a07e-033186621482/lock_files 2020-05-03 12:09:29.301 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 12:09:29.301 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-05-03 12:09:29.301 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f84bca71-b5ae-40b9-8b5c-404f60954dfd 2020-05-03 12:09:29.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7bdc454e-c2d3-4740-9c44-5dfa773c46bc 2020-05-03 12:09:29.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 14be9874-ad20-46a7-92fa-b193823231b4 2020-05-03 12:09:29.302 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8174402f-da28-4afc-8907-1277978149d3 2020-05-03 12:09:29.546 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 12:09:29.546 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_dccddad1-0c69-443c-811d-a7c761a52074 2020-05-03 12:09:29.547 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 12:09:29.644 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 12:09:29.684 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-03 12:09:29.685 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d1e74557_Ww9IZFfQ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-03 12:09:29.721 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d1e74557_Ww9IZFfQ' (ID = d8b0fc3a-c1ee-4cde-ab6c-6dcfd686d711) has been successfully created! 2020-05-03 12:09:29.721 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd8b0fc3a-c1ee-4cde-ab6c-6dcfd686d711' to option 'instance_type'. 2020-05-03 12:09:29.722 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d8b0fc3a-c1ee-4cde-ab6c-6dcfd686d711 2020-05-03 12:09:29.723 35 INFO rally.task.context [-] Verification 946bec06-2119-4149-af22-52ae895df94f | Context tempest@default setup() finished in 0.90 sec 2020-05-03 12:09:29.723 35 INFO rally.task.context [-] Verification 946bec06-2119-4149-af22-52ae895df94f | Context testr@default setup() finished in 0.35 msec 2020-05-03 12:09:29.723 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/fc5ccb4f-f3db-4e53-882a-3a075fc53fc2'. 2020-05-03 12:09:32.651 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.242s] 2020-05-03 12:09:32.737 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.086s] 2020-05-03 12:09:34.960 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.692s] 2020-05-03 12:09:36.021 35 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.059s] 2020-05-03 12:09:36.073 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.358s] 2020-05-03 12:09:39.341 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.032s] 2020-05-03 12:09:39.350 35 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-05-03 12:09:41.986 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.276s] 2020-05-03 12:09:46.376 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.656s] 2020-05-03 12:09:52.038 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.066s] 2020-05-03 12:09:56.202 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.286s] 2020-05-03 12:09:59.888 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.082s] 2020-05-03 12:09:59.911 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2020-05-03 12:09:59.930 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2020-05-03 12:09:59.936 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.006s] 2020-05-03 12:10:01.530 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.111s] 2020-05-03 12:10:01.605 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.216s] 2020-05-03 12:10:01.607 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-05-03 12:10:11.127 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [30.541s] 2020-05-03 12:10:18.473 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.504s] 2020-05-03 12:10:24.592 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.118s] 2020-05-03 12:10:36.547 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.169s] 2020-05-03 12:10:36.549 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-05-03 12:10:36.953 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.137s] 2020-05-03 12:10:39.160 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.163s] 2020-05-03 12:10:39.162 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-05-03 12:10:40.955 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.002s] 2020-05-03 12:10:48.152 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.195s] 2020-05-03 12:10:55.222 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.398s] 2020-05-03 12:10:56.987 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.759s] 2020-05-03 12:10:57.028 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.047s] 2020-05-03 12:10:58.826 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.499s] 2020-05-03 12:11:00.171 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.068s] 2020-05-03 12:11:00.414 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2020-05-03 12:11:00.474 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.303s] 2020-05-03 12:11:00.574 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.159s] 2020-05-03 12:11:04.202 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.194s] 2020-05-03 12:11:05.103 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-05-03 12:11:06.281 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.078s] 2020-05-03 12:11:07.296 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.563s] 2020-05-03 12:11:08.352 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.070s] 2020-05-03 12:11:09.968 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.035s] 2020-05-03 12:11:09.982 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.015s] 2020-05-03 12:11:10.002 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.019s] 2020-05-03 12:11:10.025 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.023s] 2020-05-03 12:11:11.070 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.178s] 2020-05-03 12:11:14.294 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.475s] 2020-05-03 12:11:17.320 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.010s] 2020-05-03 12:11:21.817 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.738s] 2020-05-03 12:11:24.740 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.923s] 2020-05-03 12:11:27.778 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.935s] 2020-05-03 12:11:28.258 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.516s] 2020-05-03 12:11:30.467 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.770s] 2020-05-03 12:11:38.803 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-05-03 12:11:40.369 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.360s] 2020-05-03 12:11:40.578 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.895s] 2020-05-03 12:11:42.013 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.333s] 2020-05-03 12:11:42.452 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.439s] 2020-05-03 12:11:42.603 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.151s] 2020-05-03 12:11:42.669 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.065s] 2020-05-03 12:11:42.869 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.199s] 2020-05-03 12:11:42.931 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.062s] 2020-05-03 12:11:44.812 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.790s] 2020-05-03 12:11:46.881 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-05-03 12:11:47.867 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.335s] 2020-05-03 12:11:48.481 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.612s] 2020-05-03 12:11:48.599 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.118s] 2020-05-03 12:11:48.613 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.033s] 2020-05-03 12:11:50.602 35 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2020-05-03 12:11:52.951 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.950s] 2020-05-03 12:11:53.129 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.178s] 2020-05-03 12:11:53.678 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.548s] 2020-05-03 12:11:53.737 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.060s] 2020-05-03 12:11:53.829 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.091s] 2020-05-03 12:11:53.921 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.092s] 2020-05-03 12:11:57.327 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.142s] 2020-05-03 12:11:58.067 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.101s] 2020-05-03 12:12:00.100 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.028s] 2020-05-03 12:12:00.165 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.070s] 2020-05-03 12:12:02.049 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.722s] 2020-05-03 12:12:02.194 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.083s] 2020-05-03 12:12:02.217 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.022s] 2020-05-03 12:12:03.706 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.655s] 2020-05-03 12:12:03.775 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.069s] 2020-05-03 12:12:03.831 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.057s] 2020-05-03 12:12:08.841 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.269s] 2020-05-03 12:12:10.971 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.129s] 2020-05-03 12:12:12.090 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.081s] 2020-05-03 12:12:13.054 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.082s] 2020-05-03 12:12:16.109 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.019s] 2020-05-03 12:12:17.636 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.526s] 2020-05-03 12:12:17.722 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.086s] 2020-05-03 12:12:17.816 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.093s] 2020-05-03 12:12:19.595 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.057s] 2020-05-03 12:12:34.637 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.158s] 2020-05-03 12:12:43.249 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [8.611s] 2020-05-03 12:12:50.265 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.017s] 2020-05-03 12:12:54.306 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.040s] 2020-05-03 12:13:10.552 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.094s] 2020-05-03 12:13:19.796 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [9.242s] 2020-05-03 12:13:27.925 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.129s] 2020-05-03 12:13:32.056 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.130s] 2020-05-03 12:13:34.899 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.028s] 2020-05-03 12:13:34.909 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-05-03 12:13:49.193 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-05-03 12:13:50.213 35 INFO rally.task.context [-] Verification 946bec06-2119-4149-af22-52ae895df94f | Context testr@default cleanup() started 2020-05-03 12:13:50.214 35 INFO rally.task.context [-] Verification 946bec06-2119-4149-af22-52ae895df94f | Context testr@default cleanup() finished in 0.68 msec 2020-05-03 12:13:50.214 35 INFO rally.task.context [-] Verification 946bec06-2119-4149-af22-52ae895df94f | Context tempest@default cleanup() started 2020-05-03 12:13:50.348 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2020-05-03 12:13:50.442 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2020-05-03 12:13:50.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d1e74557_Ww9IZFfQ'. 2020-05-03 12:13:50.729 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d1e74557_Ww9IZFfQ' has been deleted. 2020-05-03 12:13:50.730 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd8b0fc3a-c1ee-4cde-ab6c-6dcfd686d711' of option 'instance_type' from Tempest config file. 2020-05-03 12:13:50.730 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd8b0fc3a-c1ee-4cde-ab6c-6dcfd686d711' has been removed. 2020-05-03 12:13:50.733 35 INFO rally.task.context [-] Verification 946bec06-2119-4149-af22-52ae895df94f | Context tempest@default cleanup() finished in 0.52 sec 2020-05-03 12:13:50.766 35 INFO rally.api [-] Verification (UUID=d1e74557-d910-4ef7-a2e7-2454ee68ff81) has been successfully finished for deployment 'opnfv-rally' (UUID=a064bca6-a754-4a6f-a07e-033186621482)! 2020-05-03 12:13:52.402 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:13:52.402 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:13:52.402 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:13:53.952 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:13:53.953 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:13:53.953 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:13:55.961 57 INFO rally.api [-] Building 'html' report for the following verification(s): 'd1e74557-d910-4ef7-a2e7-2454ee68ff81' 2020-05-03 12:13:55.983 57 INFO rally.api [-] The report has been successfully built. 2020-05-03 12:13:57.507 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 12:13:57.507 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 12:13:57.508 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 12:13:59.650 59 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd1e74557-d910-4ef7-a2e7-2454ee68ff81' 2020-05-03 12:13:59.657 59 INFO rally.api [-] The report has been successfully built.