2020-06-06 08:13:31.810 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:13:31.810 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:13:31.810 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:13:33.799 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-06 08:13:33.799 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:13:33.799 7 ERROR rally.cli.cliutils 2020-06-06 08:13:35.301 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:13:35.301 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:13:35.302 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:13:39.312 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:13:39.312 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:13:39.312 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:13:43.535 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:13:43.536 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:13:43.536 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:13:45.018 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:13:45.019 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:13:45.019 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:13:46.977 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-06 08:13:46.977 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:13:46.977 17 ERROR rally.cli.cliutils 2020-06-06 08:13:48.431 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:13:48.432 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:13:48.432 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:13:50.416 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:13:50.541 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc/repo. 2020-06-06 08:13:50.725 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc/repo'... done. ' 2020-06-06 08:13:50.736 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:13:50.756 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:13:50.801 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:13:51.421 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc) has been successfully created! 2020-06-06 08:13:52.954 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:13:52.955 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:13:52.955 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:13:57.096 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:13:57.096 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:13:57.097 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:13:58.950 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc) for deployment 'opnfv-rally' (UUID=b6badb55-1a98-4b74-8931-eaade63cdf88). 2020-06-06 08:13:59.303 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc) has been successfully configured for deployment 'opnfv-rally' (UUID=b6badb55-1a98-4b74-8931-eaade63cdf88)! 2020-06-06 08:14:04.621 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:14:04.622 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:14:04.622 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:14:06.695 34 INFO rally.api [-] Starting verification (UUID=2e46d5af-a3d8-4d88-a875-a9320f77bf95) for deployment 'opnfv-rally' (UUID=b6badb55-1a98-4b74-8931-eaade63cdf88) by verifier 'opnfv-tempest' (UUID=3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc). 2020-06-06 08:14:07.309 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:14:07.309 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc/for-deployment-b6badb55-1a98-4b74-8931-eaade63cdf88/tempest.log' to option 'log_file'. 2020-06-06 08:14:07.310 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc/for-deployment-b6badb55-1a98-4b74-8931-eaade63cdf88/tempest.log 2020-06-06 08:14:07.310 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:14:07.310 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc/for-deployment-b6badb55-1a98-4b74-8931-eaade63cdf88/lock_files' to option 'lock_path'. 2020-06-06 08:14:07.311 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc/for-deployment-b6badb55-1a98-4b74-8931-eaade63cdf88/lock_files 2020-06-06 08:14:07.311 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-06 08:14:07.311 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-06 08:14:07.312 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f0fc2d14-bf1e-4052-b899-900343903bc4 2020-06-06 08:14:07.312 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b89dff50-bbb7-49f6-8daf-f4c0facd2a05 2020-06-06 08:14:07.312 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c86ec045-ceb2-4c5d-9763-e1a0130ed458 2020-06-06 08:14:07.313 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 30500308-70ec-4295-8c0c-3dc8e09c8194 2020-06-06 08:14:07.527 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:14:07.528 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_8977ebc5-6582-4a71-a51f-9080b6192f52 2020-06-06 08:14:07.528 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:14:07.602 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:14:07.648 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-06 08:14:07.648 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2e46d5af_lUXzOhmK' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-06 08:14:07.676 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2e46d5af_lUXzOhmK' (ID = 7e060b60-e984-4902-96cf-a56d4e4340b8) has been successfully created! 2020-06-06 08:14:07.677 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7e060b60-e984-4902-96cf-a56d4e4340b8' to option 'instance_type'. 2020-06-06 08:14:07.677 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7e060b60-e984-4902-96cf-a56d4e4340b8 2020-06-06 08:14:07.679 34 INFO rally.task.context [-] Verification 3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc | Context tempest@default setup() finished in 0.82 sec 2020-06-06 08:14:07.679 34 INFO rally.task.context [-] Verification 3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc | Context testr@default setup() finished in 0.40 msec 2020-06-06 08:14:07.680 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b16ae3bd-ce83-4b2e-9cad-0865f0965067'. 2020-06-06 08:14:10.974 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.224s] 2020-06-06 08:14:11.052 34 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.080s] 2020-06-06 08:14:13.140 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.884s] 2020-06-06 08:14:15.900 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.759s] 2020-06-06 08:14:25.694 34 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.747s] 2020-06-06 08:14:40.979 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.170s] 2020-06-06 08:14:40.980 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-06-06 08:14:48.755 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.134s] 2020-06-06 08:14:48.756 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-06-06 08:14:52.493 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [33.768s] 2020-06-06 08:14:55.552 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-06 08:14:55.555 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-06-06 08:14:56.586 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [21.279s] 2020-06-06 08:14:58.766 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.047s] 2020-06-06 08:15:02.327 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.295s] 2020-06-06 08:15:05.423 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.738s] 2020-06-06 08:15:06.806 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.850s] 2020-06-06 08:15:08.225 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-06-06 08:15:09.361 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.227s] 2020-06-06 08:15:09.398 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.121s] 2020-06-06 08:15:09.838 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.029s] 2020-06-06 08:15:09.846 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2020-06-06 08:15:10.954 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2020-06-06 08:15:12.580 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.289s] 2020-06-06 08:15:13.099 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2020-06-06 08:15:13.120 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2020-06-06 08:15:13.136 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.015s] 2020-06-06 08:15:13.144 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-06-06 08:15:14.882 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.247s] 2020-06-06 08:15:16.431 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.262s] 2020-06-06 08:15:18.668 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.785s] 2020-06-06 08:15:19.862 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.166s] 2020-06-06 08:15:19.863 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-06-06 08:15:23.196 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.168s] 2020-06-06 08:15:23.436 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.241s] 2020-06-06 08:15:23.661 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.224s] 2020-06-06 08:15:23.733 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.071s] 2020-06-06 08:15:23.865 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.131s] 2020-06-06 08:15:23.919 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2020-06-06 08:15:26.990 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [8.322s] 2020-06-06 08:15:33.540 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.528s] 2020-06-06 08:15:33.660 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.026s] 2020-06-06 08:15:33.752 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.698s] 2020-06-06 08:15:33.933 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.181s] 2020-06-06 08:15:34.063 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.130s] 2020-06-06 08:15:34.169 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.105s] 2020-06-06 08:15:34.289 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.120s] 2020-06-06 08:15:34.335 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.046s] 2020-06-06 08:15:35.572 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.907s] 2020-06-06 08:15:35.614 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.046s] 2020-06-06 08:15:37.007 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.014s] 2020-06-06 08:15:37.126 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.118s] 2020-06-06 08:15:40.173 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.631s] 2020-06-06 08:15:44.054 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.059s] 2020-06-06 08:15:44.143 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.312s] 2020-06-06 08:15:44.198 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.144s] 2020-06-06 08:15:47.844 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.700s] 2020-06-06 08:15:49.505 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.521s] 2020-06-06 08:15:50.574 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.729s] 2020-06-06 08:15:50.643 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.069s] 2020-06-06 08:15:50.691 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.048s] 2020-06-06 08:15:53.436 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.291s] 2020-06-06 08:15:53.476 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.040s] 2020-06-06 08:15:53.608 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.974s] 2020-06-06 08:15:57.930 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.240s] 2020-06-06 08:15:59.924 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.246s] 2020-06-06 08:16:00.251 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.258s] 2020-06-06 08:16:00.837 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.584s] 2020-06-06 08:16:00.952 34 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.115s] 2020-06-06 08:16:02.136 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.209s] 2020-06-06 08:16:03.506 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.788s] 2020-06-06 08:16:04.270 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.134s] 2020-06-06 08:16:05.908 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.053s] 2020-06-06 08:16:05.932 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.022s] 2020-06-06 08:16:05.955 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.024s] 2020-06-06 08:16:05.988 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.034s] 2020-06-06 08:16:07.182 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.044s] 2020-06-06 08:16:09.401 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.968s] 2020-06-06 08:16:09.546 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.364s] 2020-06-06 08:16:12.693 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.146s] 2020-06-06 08:16:15.661 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.048s] 2020-06-06 08:16:18.706 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.306s] 2020-06-06 08:16:24.057 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.830s] 2020-06-06 08:16:25.040 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.377s] 2020-06-06 08:16:27.723 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.016s] 2020-06-06 08:16:28.633 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.575s] 2020-06-06 08:16:30.241 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.607s] 2020-06-06 08:16:30.313 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.071s] 2020-06-06 08:16:30.409 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.096s] 2020-06-06 08:16:30.630 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.088s] 2020-06-06 08:16:32.686 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.964s] 2020-06-06 08:16:35.143 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.832s] 2020-06-06 08:16:36.448 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.301s] 2020-06-06 08:16:36.481 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.037s] 2020-06-06 08:16:38.661 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.041s] 2020-06-06 08:16:38.678 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.018s] 2020-06-06 08:16:49.145 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.411s] 2020-06-06 08:16:55.089 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.190s] 2020-06-06 08:16:57.209 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.120s] 2020-06-06 08:16:57.623 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.478s] 2020-06-06 08:16:59.303 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.093s] 2020-06-06 08:17:00.814 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2020-06-06 08:17:06.206 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.582s] 2020-06-06 08:17:10.393 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.188s] 2020-06-06 08:17:28.817 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.788s] 2020-06-06 08:17:31.596 34 INFO rally.task.context [-] Verification 3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc | Context testr@default cleanup() started 2020-06-06 08:17:31.597 34 INFO rally.task.context [-] Verification 3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc | Context testr@default cleanup() finished in 0.83 msec 2020-06-06 08:17:31.597 34 INFO rally.task.context [-] Verification 3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc | Context tempest@default cleanup() started 2020-06-06 08:17:31.757 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2e46d5af_lUXzOhmK'. 2020-06-06 08:17:31.895 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2e46d5af_lUXzOhmK' has been deleted. 2020-06-06 08:17:31.896 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7e060b60-e984-4902-96cf-a56d4e4340b8' of option 'instance_type' from Tempest config file. 2020-06-06 08:17:31.896 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7e060b60-e984-4902-96cf-a56d4e4340b8' has been removed. 2020-06-06 08:17:31.901 34 INFO rally.task.context [-] Verification 3aa9ea0f-42c3-4d7a-86af-ea4ddc595bdc | Context tempest@default cleanup() finished in 0.30 sec 2020-06-06 08:17:31.933 34 INFO rally.api [-] Verification (UUID=2e46d5af-a3d8-4d88-a875-a9320f77bf95) has been successfully finished for deployment 'opnfv-rally' (UUID=b6badb55-1a98-4b74-8931-eaade63cdf88)! 2020-06-06 08:17:33.888 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:17:33.888 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:17:33.888 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:17:35.333 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:17:35.333 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:17:35.333 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:17:37.439 59 INFO rally.api [-] Building 'html' report for the following verification(s): '2e46d5af-a3d8-4d88-a875-a9320f77bf95' 2020-06-06 08:17:37.459 59 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:17:38.833 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:17:38.833 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:17:38.833 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:17:40.652 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2e46d5af-a3d8-4d88-a875-a9320f77bf95' 2020-06-06 08:17:40.657 61 INFO rally.api [-] The report has been successfully built.