2020-12-05 12:32:51.574 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:32:51.574 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:32:51.574 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:32:54.239 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-12-05 12:32:54.239 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 12:32:54.239 7 ERROR rally.cli.cliutils 2020-12-05 12:32:56.031 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:32:56.032 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:32:56.032 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:00.793 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:00.794 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:00.794 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:05.726 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:05.726 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:05.726 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:07.208 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:07.208 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:07.208 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:09.529 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-12-05 12:33:09.529 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 12:33:09.529 17 ERROR rally.cli.cliutils 2020-12-05 12:33:11.291 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:11.292 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:11.292 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:13.780 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 12:33:13.863 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f601ac8a-31ac-4161-96d5-d8a186f86d64/repo. 2020-12-05 12:33:14.211 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f601ac8a-31ac-4161-96d5-d8a186f86d64/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-12-05 12:33:14.253 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 12:33:14.263 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 12:33:14.282 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 12:33:14.364 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 12:33:15.145 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f601ac8a-31ac-4161-96d5-d8a186f86d64) has been successfully created! 2020-12-05 12:33:16.960 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:16.960 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:16.960 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:22.305 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:22.305 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:22.306 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:24.953 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f601ac8a-31ac-4161-96d5-d8a186f86d64) for deployment 'opnfv-rally' (UUID=c719f08e-3fa6-48a4-b21c-13e4f7190be5). 2020-12-05 12:33:25.495 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f601ac8a-31ac-4161-96d5-d8a186f86d64) has been successfully configured for deployment 'opnfv-rally' (UUID=c719f08e-3fa6-48a4-b21c-13e4f7190be5)! 2020-12-05 12:33:34.152 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:34.153 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:34.153 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:36.624 35 INFO rally.api [-] Starting verification (UUID=bc56b5a8-98ae-4a37-af23-050b2dd38bab) for deployment 'opnfv-rally' (UUID=c719f08e-3fa6-48a4-b21c-13e4f7190be5) by verifier 'opnfv-tempest' (UUID=f601ac8a-31ac-4161-96d5-d8a186f86d64). 2020-12-05 12:33:37.307 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 12:33:37.307 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f601ac8a-31ac-4161-96d5-d8a186f86d64/for-deployment-c719f08e-3fa6-48a4-b21c-13e4f7190be5/tempest.log' to option 'log_file'. 2020-12-05 12:33:37.307 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f601ac8a-31ac-4161-96d5-d8a186f86d64/for-deployment-c719f08e-3fa6-48a4-b21c-13e4f7190be5/tempest.log 2020-12-05 12:33:37.308 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 12:33:37.308 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f601ac8a-31ac-4161-96d5-d8a186f86d64/for-deployment-c719f08e-3fa6-48a4-b21c-13e4f7190be5/lock_files' to option 'lock_path'. 2020-12-05 12:33:37.308 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f601ac8a-31ac-4161-96d5-d8a186f86d64/for-deployment-c719f08e-3fa6-48a4-b21c-13e4f7190be5/lock_files 2020-12-05 12:33:37.308 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-05 12:33:37.308 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-12-05 12:33:37.309 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9fad36be-44d8-4626-b615-f9ee77c759e6 2020-12-05 12:33:37.309 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5b331622-81be-459b-bac5-3f6e15a17c5c 2020-12-05 12:33:37.309 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 111fe18c-fcf3-41b4-999f-8eb8eababc33 2020-12-05 12:33:37.310 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9b99ad36-9ab7-491e-9c90-e9acdffe7bc2 2020-12-05 12:33:37.876 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 12:33:37.877 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_b953543c-8aad-47db-b604-182b22bf6c7b 2020-12-05 12:33:37.877 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 12:33:37.988 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 12:33:38.031 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-05 12:33:38.032 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_bc56b5a8_FvB6d8Fe' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-05 12:33:38.067 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bc56b5a8_FvB6d8Fe' (ID = 02297346-67a9-43e3-b089-43e94d3366f0) has been successfully created! 2020-12-05 12:33:38.067 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '02297346-67a9-43e3-b089-43e94d3366f0' to option 'instance_type'. 2020-12-05 12:33:38.067 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 02297346-67a9-43e3-b089-43e94d3366f0 2020-12-05 12:33:38.069 35 INFO rally.task.context [-] Verification f601ac8a-31ac-4161-96d5-d8a186f86d64 | Context tempest@default setup() finished in 1.20 sec 2020-12-05 12:33:38.070 35 INFO rally.task.context [-] Verification f601ac8a-31ac-4161-96d5-d8a186f86d64 | Context testr@default setup() finished in 0.32 msec 2020-12-05 12:33:38.070 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/bb31d5d1-bf07-4a27-a93f-c07a66c7f3ae'. 2020-12-05 12:33:43.052 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.184s] 2020-12-05 12:33:43.143 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.091s] 2020-12-05 12:33:43.154 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.260s] 2020-12-05 12:33:43.228 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.085s] 2020-12-05 12:33:43.238 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.084s] 2020-12-05 12:33:43.281 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.403s] 2020-12-05 12:33:43.292 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create_without_mandatory_attributes_fails ... success [0.053s] 2020-12-05 12:33:43.344 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_relay_state_prefix ... success [0.115s] 2020-12-05 12:33:43.402 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.057s] 2020-12-05 12:33:43.513 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.220s] 2020-12-05 12:33:43.574 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.171s] 2020-12-05 12:33:43.674 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.816s] 2020-12-05 12:33:43.930 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.648s] 2020-12-05 12:33:44.029 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.514s] 2020-12-05 12:33:44.037 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.462s] 2020-12-05 12:33:44.125 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-12-05 12:33:44.127 35 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-12-05 12:33:44.139 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.210s] 2020-12-05 12:33:44.296 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.622s] 2020-12-05 12:33:44.340 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.303s] 2020-12-05 12:33:44.401 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.261s] 2020-12-05 12:33:44.592 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update_with_bad_attributes_fails ... success [0.251s] 2020-12-05 12:33:44.733 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.332s] 2020-12-05 12:33:45.013 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.716s] 2020-12-05 12:33:45.063 35 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.468s] 2020-12-05 12:33:45.481 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.467s] 2020-12-05 12:33:45.960 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.225s] 2020-12-05 12:33:45.969 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.489s] 2020-12-05 12:33:46.420 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.460s] 2020-12-05 12:33:46.510 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.539s] 2020-12-05 12:33:47.073 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.561s] 2020-12-05 12:33:47.126 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.705s] 2020-12-05 12:33:47.858 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.731s] 2020-12-05 12:33:48.479 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.620s] 2020-12-05 12:33:48.716 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.642s] 2020-12-05 12:33:48.792 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.313s] 2020-12-05 12:33:48.987 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-12-05 12:33:48.988 35 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestSaml2FederatedExternalAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2020-12-05 12:33:49.290 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.574s] 2020-12-05 12:33:50.459 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.168s] 2020-12-05 12:33:51.741 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [1.282s] 2020-12-05 12:33:52.747 35 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [1.005s] 2020-12-05 12:33:53.028 35 INFO rally.task.context [-] Verification f601ac8a-31ac-4161-96d5-d8a186f86d64 | Context testr@default cleanup() started 2020-12-05 12:33:53.029 35 INFO rally.task.context [-] Verification f601ac8a-31ac-4161-96d5-d8a186f86d64 | Context testr@default cleanup() finished in 0.73 msec 2020-12-05 12:33:53.029 35 INFO rally.task.context [-] Verification f601ac8a-31ac-4161-96d5-d8a186f86d64 | Context tempest@default cleanup() started 2020-12-05 12:33:53.197 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_bc56b5a8_FvB6d8Fe'. 2020-12-05 12:33:53.402 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_bc56b5a8_FvB6d8Fe' has been deleted. 2020-12-05 12:33:53.402 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '02297346-67a9-43e3-b089-43e94d3366f0' of option 'instance_type' from Tempest config file. 2020-12-05 12:33:53.402 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '02297346-67a9-43e3-b089-43e94d3366f0' has been removed. 2020-12-05 12:33:53.407 35 INFO rally.task.context [-] Verification f601ac8a-31ac-4161-96d5-d8a186f86d64 | Context tempest@default cleanup() finished in 0.38 sec 2020-12-05 12:33:53.431 35 INFO rally.api [-] Verification (UUID=bc56b5a8-98ae-4a37-af23-050b2dd38bab) has been successfully finished for deployment 'opnfv-rally' (UUID=c719f08e-3fa6-48a4-b21c-13e4f7190be5)! 2020-12-05 12:33:55.352 50 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:55.352 50 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:55.352 50 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:57.035 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:33:57.035 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:33:57.036 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:33:59.437 52 INFO rally.api [-] Building 'html' report for the following verification(s): 'bc56b5a8-98ae-4a37-af23-050b2dd38bab' 2020-12-05 12:33:59.460 52 INFO rally.api [-] The report has been successfully built. 2020-12-05 12:34:01.152 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 12:34:01.153 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 12:34:01.153 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 12:34:03.988 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bc56b5a8-98ae-4a37-af23-050b2dd38bab' 2020-12-05 12:34:03.993 54 INFO rally.api [-] The report has been successfully built.