2020-07-31 13:40:21.905 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:21.906 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:21.906 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:24.157 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-07-31 13:40:24.157 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 13:40:24.157 7 ERROR rally.cli.cliutils 2020-07-31 13:40:25.690 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:25.691 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:25.691 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:29.574 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:29.575 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:29.575 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:33.895 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:33.896 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:33.896 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:35.311 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:35.311 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:35.311 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:37.377 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-07-31 13:40:37.377 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 13:40:37.377 17 ERROR rally.cli.cliutils 2020-07-31 13:40:38.876 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:38.876 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:38.877 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:40.820 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 13:40:40.966 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1/repo. 2020-07-31 13:40:41.247 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-07-31 13:40:41.261 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 13:40:41.271 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 13:40:41.293 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 13:40:41.344 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 13:40:41.984 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1) has been successfully created! 2020-07-31 13:40:43.539 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:43.539 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:43.539 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:47.792 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:47.792 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:47.792 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:49.865 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1) for deployment 'opnfv-rally' (UUID=41817ac4-7c67-4f7c-a9b7-ee6392740348). 2020-07-31 13:40:50.238 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1) has been successfully configured for deployment 'opnfv-rally' (UUID=41817ac4-7c67-4f7c-a9b7-ee6392740348)! 2020-07-31 13:40:55.837 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:55.838 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:55.838 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:57.877 35 INFO rally.api [-] Starting verification (UUID=6fd7f944-6c45-4ebf-964c-62164f4da665) for deployment 'opnfv-rally' (UUID=41817ac4-7c67-4f7c-a9b7-ee6392740348) by verifier 'opnfv-tempest' (UUID=5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1). 2020-07-31 13:40:58.500 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 13:40:58.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1/for-deployment-41817ac4-7c67-4f7c-a9b7-ee6392740348/tempest.log' to option 'log_file'. 2020-07-31 13:40:58.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1/for-deployment-41817ac4-7c67-4f7c-a9b7-ee6392740348/tempest.log 2020-07-31 13:40:58.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 13:40:58.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1/for-deployment-41817ac4-7c67-4f7c-a9b7-ee6392740348/lock_files' to option 'lock_path'. 2020-07-31 13:40:58.501 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1/for-deployment-41817ac4-7c67-4f7c-a9b7-ee6392740348/lock_files 2020-07-31 13:40:58.502 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 13:40:58.502 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-07-31 13:40:58.502 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e3b37145-b473-4709-b7dc-672f9d5d1c74 2020-07-31 13:40:58.502 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0ca6ecaf-db30-4b46-8fb7-7614c1f89c09 2020-07-31 13:40:58.503 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 99d16a60-d317-4b4a-93b1-c5c218d1d527 2020-07-31 13:40:58.503 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ff6715a9-10f2-459e-990f-757573b49c0c 2020-07-31 13:40:58.727 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 13:40:58.728 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_16135f54-b95d-4d43-b0cd-78297dba0361 2020-07-31 13:40:58.728 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 13:40:58.823 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 13:40:58.868 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-31 13:40:58.869 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6fd7f944_o3yz41dS' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-31 13:40:58.912 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6fd7f944_o3yz41dS' (ID = a4109273-8b62-4732-a86d-80659db70039) has been successfully created! 2020-07-31 13:40:58.912 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a4109273-8b62-4732-a86d-80659db70039' to option 'instance_type'. 2020-07-31 13:40:58.913 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a4109273-8b62-4732-a86d-80659db70039 2020-07-31 13:40:58.914 35 INFO rally.task.context [-] Verification 5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1 | Context tempest@default setup() finished in 0.85 sec 2020-07-31 13:40:58.915 35 INFO rally.task.context [-] Verification 5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1 | Context testr@default setup() finished in 0.44 msec 2020-07-31 13:40:58.915 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b5bcc916-4c4a-4447-b975-0a4efa9f7d95'. 2020-07-31 13:41:02.061 35 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.196s] 2020-07-31 13:41:02.136 35 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.074s] 2020-07-31 13:41:06.983 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.035s] 2020-07-31 13:41:06.996 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-07-31 13:41:07.324 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.726s] 2020-07-31 13:41:08.781 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.456s] 2020-07-31 13:41:10.118 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.235s] 2020-07-31 13:41:14.635 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.689s] 2020-07-31 13:41:16.994 35 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.959s] 2020-07-31 13:41:18.818 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.400s] 2020-07-31 13:41:19.556 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.738s] 2020-07-31 13:41:19.681 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.124s] 2020-07-31 13:41:21.092 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.163s] 2020-07-31 13:41:21.093 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-31 13:41:21.771 35 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2020-07-31 13:41:26.796 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.128s] 2020-07-31 13:41:30.030 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.233s] 2020-07-31 13:41:34.443 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.413s] 2020-07-31 13:41:39.601 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-07-31 13:41:39.602 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-07-31 13:41:42.076 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.840s] 2020-07-31 13:41:47.388 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [36.257s] 2020-07-31 13:41:48.025 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.258s] 2020-07-31 13:41:49.251 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.936s] 2020-07-31 13:41:49.417 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.165s] 2020-07-31 13:41:49.531 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.114s] 2020-07-31 13:41:49.589 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.057s] 2020-07-31 13:41:49.693 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.103s] 2020-07-31 13:41:49.745 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2020-07-31 13:41:53.859 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.197s] 2020-07-31 13:41:56.257 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.094s] 2020-07-31 13:41:59.414 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.839s] 2020-07-31 13:42:00.554 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.401s] 2020-07-31 13:42:02.979 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.226s] 2020-07-31 13:42:03.377 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.823s] 2020-07-31 13:42:04.848 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.434s] 2020-07-31 13:42:06.485 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.635s] 2020-07-31 13:42:06.545 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.060s] 2020-07-31 13:42:06.602 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.057s] 2020-07-31 13:42:10.110 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.731s] 2020-07-31 13:42:19.470 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [4.116s] 2020-07-31 13:42:21.578 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.104s] 2020-07-31 13:42:21.618 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.044s] 2020-07-31 13:42:22.557 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.173s] 2020-07-31 13:42:22.558 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-07-31 13:42:24.522 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.299s] 2020-07-31 13:42:27.598 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.072s] 2020-07-31 13:42:27.729 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.130s] 2020-07-31 13:42:29.498 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [4.974s] 2020-07-31 13:42:29.555 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.055s] 2020-07-31 13:42:31.259 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.929s] 2020-07-31 13:42:31.962 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.100s] 2020-07-31 13:42:31.987 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.025s] 2020-07-31 13:42:35.974 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.356s] 2020-07-31 13:42:40.369 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.075s] 2020-07-31 13:42:40.393 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2020-07-31 13:42:40.418 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.025s] 2020-07-31 13:42:40.426 35 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-07-31 13:42:42.537 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.046s] 2020-07-31 13:42:43.396 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.135s] 2020-07-31 13:42:49.179 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.416s] 2020-07-31 13:42:50.676 35 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.138s] 2020-07-31 13:42:53.701 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.521s] 2020-07-31 13:42:54.298 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.161s] 2020-07-31 13:42:54.299 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-31 13:42:54.591 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.194s] 2020-07-31 13:42:55.450 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.748s] 2020-07-31 13:42:55.511 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.061s] 2020-07-31 13:42:55.564 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.052s] 2020-07-31 13:42:59.336 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.745s] 2020-07-31 13:43:01.536 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2020-07-31 13:43:01.703 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.167s] 2020-07-31 13:43:05.536 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.172s] 2020-07-31 13:43:06.377 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.356s] 2020-07-31 13:43:07.664 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2020-07-31 13:43:09.754 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.090s] 2020-07-31 13:43:09.942 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.262s] 2020-07-31 13:43:13.449 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.421s] 2020-07-31 13:43:15.253 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-07-31 13:43:17.032 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.967s] 2020-07-31 13:43:18.392 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [20.005s] 2020-07-31 13:43:31.972 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [6.282s] 2020-07-31 13:43:32.617 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.225s] 2020-07-31 13:43:37.259 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.284s] 2020-07-31 13:43:42.649 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.031s] 2020-07-31 13:43:46.356 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.707s] 2020-07-31 13:43:49.119 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.037s] 2020-07-31 13:43:49.129 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.009s] 2020-07-31 13:43:56.058 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.288s] 2020-07-31 13:43:56.270 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.212s] 2020-07-31 13:43:56.417 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.146s] 2020-07-31 13:43:56.477 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.059s] 2020-07-31 13:43:56.586 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.108s] 2020-07-31 13:43:56.639 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2020-07-31 13:44:00.299 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.607s] 2020-07-31 13:44:02.010 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.043s] 2020-07-31 13:44:02.026 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.017s] 2020-07-31 13:44:02.043 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.017s] 2020-07-31 13:44:02.068 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.024s] 2020-07-31 13:44:05.743 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.206s] 2020-07-31 13:44:07.817 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.071s] 2020-07-31 13:44:09.887 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.069s] 2020-07-31 13:44:11.431 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2020-07-31 13:44:17.786 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.057s] 2020-07-31 13:44:21.386 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [12.816s] 2020-07-31 13:44:24.514 35 INFO rally.task.context [-] Verification 5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1 | Context testr@default cleanup() started 2020-07-31 13:44:24.515 35 INFO rally.task.context [-] Verification 5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1 | Context testr@default cleanup() finished in 0.49 msec 2020-07-31 13:44:24.515 35 INFO rally.task.context [-] Verification 5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1 | Context tempest@default cleanup() started 2020-07-31 13:44:24.675 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6fd7f944_o3yz41dS'. 2020-07-31 13:44:24.915 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6fd7f944_o3yz41dS' has been deleted. 2020-07-31 13:44:24.916 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a4109273-8b62-4732-a86d-80659db70039' of option 'instance_type' from Tempest config file. 2020-07-31 13:44:24.917 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a4109273-8b62-4732-a86d-80659db70039' has been removed. 2020-07-31 13:44:24.923 35 INFO rally.task.context [-] Verification 5f95bd41-f9c0-4649-bef7-7b7e3a2d69f1 | Context tempest@default cleanup() finished in 0.41 sec 2020-07-31 13:44:24.961 35 INFO rally.api [-] Verification (UUID=6fd7f944-6c45-4ebf-964c-62164f4da665) has been successfully finished for deployment 'opnfv-rally' (UUID=41817ac4-7c67-4f7c-a9b7-ee6392740348)! 2020-07-31 13:44:26.525 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:44:26.525 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:44:26.525 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:44:27.970 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:44:27.970 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:44:27.970 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:44:29.864 60 INFO rally.api [-] Building 'html' report for the following verification(s): '6fd7f944-6c45-4ebf-964c-62164f4da665' 2020-07-31 13:44:29.886 60 INFO rally.api [-] The report has been successfully built. 2020-07-31 13:44:31.367 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:44:31.368 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:44:31.368 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:44:33.422 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6fd7f944-6c45-4ebf-964c-62164f4da665' 2020-07-31 13:44:33.428 62 INFO rally.api [-] The report has been successfully built.