2020-07-10 11:10:23.908 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:23.908 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:23.908 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:25.971 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-10 11:10:25.971 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:10:25.971 7 ERROR rally.cli.cliutils 2020-07-10 11:10:27.484 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:27.484 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:27.484 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:31.510 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:31.510 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:31.510 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:35.751 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:35.751 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:35.751 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:37.122 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:37.123 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:37.123 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:39.199 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-10 11:10:39.199 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:10:39.199 17 ERROR rally.cli.cliutils 2020-07-10 11:10:40.695 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:40.695 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:40.695 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:42.760 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:10:42.862 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ccbf778b-92f4-468d-9547-c0ec9628f937/repo. 2020-07-10 11:10:43.073 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ccbf778b-92f4-468d-9547-c0ec9628f937/repo'... done. ' 2020-07-10 11:10:43.087 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:10:43.110 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:10:43.197 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:10:43.862 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ccbf778b-92f4-468d-9547-c0ec9628f937) has been successfully created! 2020-07-10 11:10:45.440 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:45.441 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:45.441 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:49.815 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:49.815 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:49.815 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:51.940 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ccbf778b-92f4-468d-9547-c0ec9628f937) for deployment 'opnfv-rally' (UUID=e1fd18d0-a6c8-45b4-95f6-07401c086ea2). 2020-07-10 11:10:52.355 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ccbf778b-92f4-468d-9547-c0ec9628f937) has been successfully configured for deployment 'opnfv-rally' (UUID=e1fd18d0-a6c8-45b4-95f6-07401c086ea2)! 2020-07-10 11:10:57.670 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:10:57.671 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:10:57.671 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:10:59.795 34 INFO rally.api [-] Starting verification (UUID=581547b3-d4be-4df9-b540-5a9dc4f669b7) for deployment 'opnfv-rally' (UUID=e1fd18d0-a6c8-45b4-95f6-07401c086ea2) by verifier 'opnfv-tempest' (UUID=ccbf778b-92f4-468d-9547-c0ec9628f937). 2020-07-10 11:11:00.306 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:11:00.307 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ccbf778b-92f4-468d-9547-c0ec9628f937/for-deployment-e1fd18d0-a6c8-45b4-95f6-07401c086ea2/tempest.log' to option 'log_file'. 2020-07-10 11:11:00.307 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ccbf778b-92f4-468d-9547-c0ec9628f937/for-deployment-e1fd18d0-a6c8-45b4-95f6-07401c086ea2/tempest.log 2020-07-10 11:11:00.307 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:11:00.308 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ccbf778b-92f4-468d-9547-c0ec9628f937/for-deployment-e1fd18d0-a6c8-45b4-95f6-07401c086ea2/lock_files' to option 'lock_path'. 2020-07-10 11:11:00.308 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ccbf778b-92f4-468d-9547-c0ec9628f937/for-deployment-e1fd18d0-a6c8-45b4-95f6-07401c086ea2/lock_files 2020-07-10 11:11:00.308 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:11:00.309 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-07-10 11:11:00.309 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2e608968-2c92-4222-a51a-51311fb2c1d7 2020-07-10 11:11:00.309 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 55fe7f43-216a-4f2b-bad8-dc96017ca49a 2020-07-10 11:11:00.310 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 18a7c8c9-5d43-4913-b7ec-8ca03e2e4868 2020-07-10 11:11:00.311 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 28f60a09-7461-42d9-af34-9888b1f41739 2020-07-10 11:11:00.528 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:11:00.529 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_c3a4afb5-5aec-4e5d-a4fe-0c515caa39c2 2020-07-10 11:11:00.530 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:11:00.630 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:11:00.669 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 11:11:00.670 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_581547b3_2wbY7NSB' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 11:11:00.719 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_581547b3_2wbY7NSB' (ID = 4af28ac9-cddf-496c-8530-1c451cc53ee6) has been successfully created! 2020-07-10 11:11:00.720 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4af28ac9-cddf-496c-8530-1c451cc53ee6' to option 'instance_type'. 2020-07-10 11:11:00.720 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4af28ac9-cddf-496c-8530-1c451cc53ee6 2020-07-10 11:11:00.722 34 INFO rally.task.context [-] Verification ccbf778b-92f4-468d-9547-c0ec9628f937 | Context tempest@default setup() finished in 0.75 sec 2020-07-10 11:11:00.723 34 INFO rally.task.context [-] Verification ccbf778b-92f4-468d-9547-c0ec9628f937 | Context testr@default setup() finished in 0.48 msec 2020-07-10 11:11:00.723 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/948dbc56-3e55-44ab-9707-7ad150054572'. 2020-07-10 11:11:03.684 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.141s] 2020-07-10 11:11:03.760 34 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.076s] 2020-07-10 11:11:05.038 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.561s] 2020-07-10 11:11:06.754 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.714s] 2020-07-10 11:11:08.406 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.537s] 2020-07-10 11:11:25.464 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.160s] 2020-07-10 11:11:25.465 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-10 11:11:33.353 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.168s] 2020-07-10 11:11:33.354 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-07-10 11:11:33.765 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.150s] 2020-07-10 11:11:33.766 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-10 11:11:37.447 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-07-10 11:11:39.296 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.263s] 2020-07-10 11:11:43.661 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.346s] 2020-07-10 11:11:46.323 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.385s] 2020-07-10 11:11:47.044 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-07-10 11:11:47.135 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.811s] 2020-07-10 11:11:47.263 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.128s] 2020-07-10 11:11:48.364 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.033s] 2020-07-10 11:11:48.372 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-07-10 11:11:49.459 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.806s] 2020-07-10 11:11:49.958 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2020-07-10 11:11:52.108 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.882s] 2020-07-10 11:11:52.412 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [36.307s] 2020-07-10 11:11:54.955 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.363s] 2020-07-10 11:11:58.424 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.270s] 2020-07-10 11:12:01.999 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.202s] 2020-07-10 11:12:02.426 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.218s] 2020-07-10 11:12:03.263 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.084s] 2020-07-10 11:12:03.441 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.178s] 2020-07-10 11:12:03.612 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.170s] 2020-07-10 11:12:03.677 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.065s] 2020-07-10 11:12:03.786 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.109s] 2020-07-10 11:12:03.834 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.048s] 2020-07-10 11:12:04.911 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.156s] 2020-07-10 11:12:06.103 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.412s] 2020-07-10 11:12:08.485 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-07-10 11:12:09.284 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.081s] 2020-07-10 11:12:09.294 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.722s] 2020-07-10 11:12:09.308 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2020-07-10 11:12:09.330 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2020-07-10 11:12:09.338 34 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-07-10 11:12:11.085 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.014s] 2020-07-10 11:12:11.248 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.163s] 2020-07-10 11:12:12.379 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.083s] 2020-07-10 11:12:13.063 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.076s] 2020-07-10 11:12:13.256 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.194s] 2020-07-10 11:12:13.408 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.151s] 2020-07-10 11:12:13.492 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.084s] 2020-07-10 11:12:13.647 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.155s] 2020-07-10 11:12:13.707 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.058s] 2020-07-10 11:12:13.712 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.039s] 2020-07-10 11:12:13.728 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.016s] 2020-07-10 11:12:15.604 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.224s] 2020-07-10 11:12:24.022 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.266s] 2020-07-10 11:12:30.233 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.210s] 2020-07-10 11:12:30.521 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.263s] 2020-07-10 11:12:31.761 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.528s] 2020-07-10 11:12:31.821 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.059s] 2020-07-10 11:12:31.875 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.054s] 2020-07-10 11:12:32.706 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.183s] 2020-07-10 11:12:34.838 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.130s] 2020-07-10 11:12:34.841 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.127s] 2020-07-10 11:12:35.804 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [15.245s] 2020-07-10 11:12:38.647 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.247s] 2020-07-10 11:12:40.754 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.105s] 2020-07-10 11:12:42.845 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.091s] 2020-07-10 11:12:47.939 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.136s] 2020-07-10 11:12:51.696 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [17.136s] 2020-07-10 11:12:57.250 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.309s] 2020-07-10 11:13:01.522 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.066s] 2020-07-10 11:13:01.524 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.271s] 2020-07-10 11:13:01.655 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.134s] 2020-07-10 11:13:02.851 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.155s] 2020-07-10 11:13:05.563 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.451s] 2020-07-10 11:13:06.933 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.365s] 2020-07-10 11:13:06.990 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.061s] 2020-07-10 11:13:07.384 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.787s] 2020-07-10 11:13:09.542 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.183s] 2020-07-10 11:13:09.585 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.042s] 2020-07-10 11:13:12.267 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.415s] 2020-07-10 11:13:17.231 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.962s] 2020-07-10 11:13:19.940 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.584s] 2020-07-10 11:13:20.033 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.947s] 2020-07-10 11:13:21.321 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.312s] 2020-07-10 11:13:21.669 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.047s] 2020-07-10 11:13:21.693 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.024s] 2020-07-10 11:13:21.722 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.027s] 2020-07-10 11:13:21.759 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.037s] 2020-07-10 11:13:27.086 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.763s] 2020-07-10 11:13:30.225 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.187s] 2020-07-10 11:13:37.673 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.924s] 2020-07-10 11:13:39.785 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.111s] 2020-07-10 11:13:46.771 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.984s] 2020-07-10 11:13:57.193 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.333s] 2020-07-10 11:14:01.021 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.827s] 2020-07-10 11:14:02.352 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.331s] 2020-07-10 11:14:02.397 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.045s] 2020-07-10 11:14:02.443 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.045s] 2020-07-10 11:14:06.878 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.927s] 2020-07-10 11:14:08.584 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.701s] 2020-07-10 11:14:08.615 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.036s] 2020-07-10 11:14:10.130 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2020-07-10 11:14:30.405 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.875s] 2020-07-10 11:14:39.364 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.061s] 2020-07-10 11:14:44.152 34 INFO rally.task.context [-] Verification ccbf778b-92f4-468d-9547-c0ec9628f937 | Context testr@default cleanup() started 2020-07-10 11:14:44.153 34 INFO rally.task.context [-] Verification ccbf778b-92f4-468d-9547-c0ec9628f937 | Context testr@default cleanup() finished in 0.71 msec 2020-07-10 11:14:44.154 34 INFO rally.task.context [-] Verification ccbf778b-92f4-468d-9547-c0ec9628f937 | Context tempest@default cleanup() started 2020-07-10 11:14:44.326 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_581547b3_2wbY7NSB'. 2020-07-10 11:14:44.556 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_581547b3_2wbY7NSB' has been deleted. 2020-07-10 11:14:44.556 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4af28ac9-cddf-496c-8530-1c451cc53ee6' of option 'instance_type' from Tempest config file. 2020-07-10 11:14:44.557 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4af28ac9-cddf-496c-8530-1c451cc53ee6' has been removed. 2020-07-10 11:14:44.562 34 INFO rally.task.context [-] Verification ccbf778b-92f4-468d-9547-c0ec9628f937 | Context tempest@default cleanup() finished in 0.41 sec 2020-07-10 11:14:44.587 34 INFO rally.api [-] Verification (UUID=581547b3-d4be-4df9-b540-5a9dc4f669b7) has been successfully finished for deployment 'opnfv-rally' (UUID=e1fd18d0-a6c8-45b4-95f6-07401c086ea2)! 2020-07-10 11:14:46.187 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:14:46.187 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:14:46.187 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:14:47.711 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:14:47.711 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:14:47.711 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:14:49.809 59 INFO rally.api [-] Building 'html' report for the following verification(s): '581547b3-d4be-4df9-b540-5a9dc4f669b7' 2020-07-10 11:14:49.829 59 INFO rally.api [-] The report has been successfully built. 2020-07-10 11:14:51.189 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:14:51.190 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:14:51.190 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:14:53.217 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '581547b3-d4be-4df9-b540-5a9dc4f669b7' 2020-07-10 11:14:53.222 61 INFO rally.api [-] The report has been successfully built.