2021-03-05 21:33:39.987 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:33:39.988 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:33:39.988 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 21:33:43.059 25 ERROR rally.cli.cliutils 2021-03-05 21:33:45.049 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:33:45.051 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:33:45.052 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:33:49.939 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:33:49.939 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:33:49.940 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:33:56.799 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:33:56.800 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:33:56.800 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:33:58.544 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:33:58.544 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:33:58.544 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 21:34:01.307 35 ERROR rally.cli.cliutils 2021-03-05 21:34:03.349 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:34:03.350 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:34:03.350 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:34:06.169 37 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 21:34:06.221 37 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8335a3ac-c259-4d37-bb73-cfb081f992a8/repo. 2021-03-05 21:34:06.486 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8335a3ac-c259-4d37-bb73-cfb081f992a8/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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 ' 2021-03-05 21:34:06.523 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 21:34:06.532 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 21:34:06.554 37 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 21:34:06.642 37 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 21:34:07.552 37 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8335a3ac-c259-4d37-bb73-cfb081f992a8) has been successfully created! 2021-03-05 21:34:09.605 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:34:09.606 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:34:09.606 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:34:15.633 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:34:15.633 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:34:15.633 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:34:18.416 48 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8335a3ac-c259-4d37-bb73-cfb081f992a8) for deployment 'opnfv-rally' (UUID=cfcc46cd-7189-470b-bc85-e2cd5aea4279). 2021-03-05 21:34:19.524 48 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8335a3ac-c259-4d37-bb73-cfb081f992a8) has been successfully configured for deployment 'opnfv-rally' (UUID=cfcc46cd-7189-470b-bc85-e2cd5aea4279)! 2021-03-05 21:34:28.801 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:34:28.801 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:34:28.801 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:34:31.520 53 INFO rally.api [-] Starting verification (UUID=eff401e0-f69a-455f-9f1b-4515abd97730) for deployment 'opnfv-rally' (UUID=cfcc46cd-7189-470b-bc85-e2cd5aea4279) by verifier 'opnfv-tempest' (UUID=8335a3ac-c259-4d37-bb73-cfb081f992a8). 2021-03-05 21:34:32.443 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 21:34:32.514 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 21:34:32.515 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8335a3ac-c259-4d37-bb73-cfb081f992a8/for-deployment-cfcc46cd-7189-470b-bc85-e2cd5aea4279/tempest.log' to option 'log_file'. 2021-03-05 21:34:32.515 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8335a3ac-c259-4d37-bb73-cfb081f992a8/for-deployment-cfcc46cd-7189-470b-bc85-e2cd5aea4279/tempest.log 2021-03-05 21:34:32.515 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 21:34:32.516 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8335a3ac-c259-4d37-bb73-cfb081f992a8/for-deployment-cfcc46cd-7189-470b-bc85-e2cd5aea4279/lock_files' to option 'lock_path'. 2021-03-05 21:34:32.516 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8335a3ac-c259-4d37-bb73-cfb081f992a8/for-deployment-cfcc46cd-7189-470b-bc85-e2cd5aea4279/lock_files 2021-03-05 21:34:32.517 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 21:34:32.518 53 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 2021-03-05 21:34:32.518 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 79f61940-8f8a-4054-9b1c-7d0c10723255 2021-03-05 21:34:32.518 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 55348f3b-4cb0-4302-83ae-1e1e6ef4e2b3 2021-03-05 21:34:32.519 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 91c7c0df-d884-4c72-bf97-641ef025808f 2021-03-05 21:34:32.520 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 14e14e58-c325-402d-ab5b-3ccc952e7fc3 2021-03-05 21:34:32.765 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 21:34:32.767 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_9d8df29c-6e41-4ade-ba79-f4185c6e607c 2021-03-05 21:34:32.767 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 21:34:32.897 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 21:34:32.939 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 21:34:32.939 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_eff401e0_Yk5b1Wmw' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 21:34:33.001 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_eff401e0_Yk5b1Wmw' (ID = c05b93cb-abfe-43af-8c7f-75811af7b54c) has been successfully created! 2021-03-05 21:34:33.001 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c05b93cb-abfe-43af-8c7f-75811af7b54c' to option 'instance_type'. 2021-03-05 21:34:33.001 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c05b93cb-abfe-43af-8c7f-75811af7b54c 2021-03-05 21:34:33.003 53 INFO rally.task.context [-] Verification 8335a3ac-c259-4d37-bb73-cfb081f992a8 | Context tempest@default setup() finished in 0.96 sec 2021-03-05 21:34:33.004 53 INFO rally.task.context [-] Verification 8335a3ac-c259-4d37-bb73-cfb081f992a8 | Context testr@default setup() finished in 0.52 msec 2021-03-05 21:34:33.004 53 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/af431f41-6535-4efa-b296-2631d31a831a'. 2021-03-05 21:34:45.285 53 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-03-05 21:34:45.286 53 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-03-05 21:34:45.913 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.613s] 2021-03-05 21:34:46.012 53 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.735s] 2021-03-05 21:34:46.070 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.155s] 2021-03-05 21:34:46.135 53 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.122s] 2021-03-05 21:34:46.196 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.125s] 2021-03-05 21:34:46.219 53 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.082s] 2021-03-05 21:34:46.340 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.141s] 2021-03-05 21:34:46.416 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.073s] 2021-03-05 21:34:46.462 53 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.240s] 2021-03-05 21:34:46.609 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [1.300s] 2021-03-05 21:34:46.666 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.249s] 2021-03-05 21:34:47.043 53 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.577s] 2021-03-05 21:34:47.266 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.599s] 2021-03-05 21:34:47.413 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.805s] 2021-03-05 21:34:47.655 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.388s] 2021-03-05 21:34:47.907 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.249s] 2021-03-05 21:34:48.319 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.903s] 2021-03-05 21:34:48.947 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [1.032s] 2021-03-05 21:34:49.008 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.687s] 2021-03-05 21:34:49.359 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2021-03-05 21:34:49.364 53 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.001s]: b'Federated Identity feature not enabled' 2021-03-05 21:34:49.666 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.657s] 2021-03-05 21:34:50.331 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.660s] 2021-03-05 21:34:51.106 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.769s] 2021-03-05 21:34:53.139 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [2.033s] 2021-03-05 21:34:53.886 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.745s] 2021-03-05 21:34:55.064 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.173s] 2021-03-05 21:34:56.136 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.070s] 2021-03-05 21:34:57.151 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.013s] 2021-03-05 21:34:58.412 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.757s] 2021-03-05 21:34:58.928 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.515s] 2021-03-05 21:34:59.132 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.203s] 2021-03-05 21:34:59.344 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.210s] 2021-03-05 21:34:59.716 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.369s] 2021-03-05 21:35:00.700 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [0.982s] 2021-03-05 21:35:01.058 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.359s] 2021-03-05 21:35:01.665 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.603s] 2021-03-05 21:35:02.288 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.621s] 2021-03-05 21:35:02.892 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.607s] 2021-03-05 21:35:03.168 53 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.276s] 2021-03-05 21:35:03.562 53 INFO rally.task.context [-] Verification 8335a3ac-c259-4d37-bb73-cfb081f992a8 | Context testr@default cleanup() started 2021-03-05 21:35:03.563 53 INFO rally.task.context [-] Verification 8335a3ac-c259-4d37-bb73-cfb081f992a8 | Context testr@default cleanup() finished in 0.64 msec 2021-03-05 21:35:03.563 53 INFO rally.task.context [-] Verification 8335a3ac-c259-4d37-bb73-cfb081f992a8 | Context tempest@default cleanup() started 2021-03-05 21:35:04.055 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-05 21:35:04.152 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-05 21:35:04.184 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_eff401e0_Yk5b1Wmw'. 2021-03-05 21:35:04.445 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_eff401e0_Yk5b1Wmw' has been deleted. 2021-03-05 21:35:04.446 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c05b93cb-abfe-43af-8c7f-75811af7b54c' of option 'instance_type' from Tempest config file. 2021-03-05 21:35:04.447 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c05b93cb-abfe-43af-8c7f-75811af7b54c' has been removed. 2021-03-05 21:35:04.449 53 INFO rally.task.context [-] Verification 8335a3ac-c259-4d37-bb73-cfb081f992a8 | Context tempest@default cleanup() finished in 0.89 sec 2021-03-05 21:35:04.470 53 INFO rally.api [-] Verification (UUID=eff401e0-f69a-455f-9f1b-4515abd97730) has been successfully finished for deployment 'opnfv-rally' (UUID=cfcc46cd-7189-470b-bc85-e2cd5aea4279)! 2021-03-05 21:35:06.680 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:35:06.681 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:35:06.681 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:35:08.424 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:35:08.424 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:35:08.424 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:35:11.104 70 INFO rally.api [-] Building 'html' report for the following verification(s): 'eff401e0-f69a-455f-9f1b-4515abd97730' 2021-03-05 21:35:11.123 70 INFO rally.api [-] The report has been successfully built. 2021-03-05 21:35:13.176 72 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:35:13.177 72 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:35:13.177 72 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:35:15.903 72 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'eff401e0-f69a-455f-9f1b-4515abd97730' 2021-03-05 21:35:15.907 72 INFO rally.api [-] The report has been successfully built.