2021-05-16 12:13:01.247 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:01.248 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:01.248 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:03.681 8 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-05-16 12:13:03.681 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-16 12:13:03.681 8 ERROR rally.cli.cliutils 2021-05-16 12:13:05.362 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:05.363 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:05.363 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:09.998 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:09.998 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:09.999 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:14.960 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:14.960 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:14.961 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:16.695 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:16.695 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:16.695 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:19.217 18 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-05-16 12:13:19.217 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-16 12:13:19.217 18 ERROR rally.cli.cliutils 2021-05-16 12:13:20.883 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:20.884 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:20.884 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:23.384 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-16 12:13:23.456 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b4466ab1-f151-4d1b-9767-8adc9a541eac/repo. 2021-05-16 12:13:23.739 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b4466ab1-f151-4d1b-9767-8adc9a541eac/repo'... done. Note: switching to 'dd99891c5ba662d2855acba6ee5da1ae51f80daf'. 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-05-16 12:13:23.754 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-gdd99891c5 ' 2021-05-16 12:13:23.761 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'dd99891c5ba662d2855acba6ee5da1ae51f80daf ' 2021-05-16 12:13:23.783 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-16 12:13:23.870 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-16 12:13:24.632 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b4466ab1-f151-4d1b-9767-8adc9a541eac) has been successfully created! 2021-05-16 12:13:26.397 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:26.398 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:26.398 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:31.186 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:31.187 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:31.187 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:33.554 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b4466ab1-f151-4d1b-9767-8adc9a541eac) for deployment 'opnfv-rally' (UUID=06104a52-926f-4ad0-a35b-a60901a5c006). 2021-05-16 12:13:33.994 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b4466ab1-f151-4d1b-9767-8adc9a541eac) has been successfully configured for deployment 'opnfv-rally' (UUID=06104a52-926f-4ad0-a35b-a60901a5c006)! 2021-05-16 12:13:42.142 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:13:42.143 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:13:42.143 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:13:44.518 36 INFO rally.api [-] Starting verification (UUID=c90d7b65-cbea-447b-a2d4-b1aa852d50da) for deployment 'opnfv-rally' (UUID=06104a52-926f-4ad0-a35b-a60901a5c006) by verifier 'opnfv-tempest' (UUID=b4466ab1-f151-4d1b-9767-8adc9a541eac). 2021-05-16 12:13:45.244 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2021-05-16 12:13:45.294 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-16 12:13:45.294 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b4466ab1-f151-4d1b-9767-8adc9a541eac/for-deployment-06104a52-926f-4ad0-a35b-a60901a5c006/tempest.log' to option 'log_file'. 2021-05-16 12:13:45.295 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b4466ab1-f151-4d1b-9767-8adc9a541eac/for-deployment-06104a52-926f-4ad0-a35b-a60901a5c006/tempest.log 2021-05-16 12:13:45.295 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-16 12:13:45.295 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b4466ab1-f151-4d1b-9767-8adc9a541eac/for-deployment-06104a52-926f-4ad0-a35b-a60901a5c006/lock_files' to option 'lock_path'. 2021-05-16 12:13:45.296 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b4466ab1-f151-4d1b-9767-8adc9a541eac/for-deployment-06104a52-926f-4ad0-a35b-a60901a5c006/lock_files 2021-05-16 12:13:45.296 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-16 12:13:45.297 36 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-05-16 12:13:45.297 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 10e7818f-afbd-44aa-8ee8-96975a054020 2021-05-16 12:13:45.297 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4fdc9e2d-c2de-41e0-bb50-f0ca82952ba0 2021-05-16 12:13:45.298 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ea105c31-ee22-447c-a6db-0c5913f2c134 2021-05-16 12:13:45.298 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b4183236-4821-44ee-bd28-0ba4c535138d 2021-05-16 12:13:45.547 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-16 12:13:45.548 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_keystone-net_7a36d763-e9f4-4537-828c-158d8abdbdc5 2021-05-16 12:13:45.549 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-16 12:13:45.646 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-16 12:13:45.686 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-05-16 12:13:45.687 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c90d7b65_YXplYxDq' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-05-16 12:13:45.720 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c90d7b65_YXplYxDq' (ID = e76566b2-bf6f-4825-bd56-29305de6c80f) has been successfully created! 2021-05-16 12:13:45.720 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e76566b2-bf6f-4825-bd56-29305de6c80f' to option 'instance_type'. 2021-05-16 12:13:45.720 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e76566b2-bf6f-4825-bd56-29305de6c80f 2021-05-16 12:13:45.722 36 INFO rally.task.context [-] Verification b4466ab1-f151-4d1b-9767-8adc9a541eac | Context tempest@default setup() finished in 0.99 sec 2021-05-16 12:13:45.723 36 INFO rally.task.context [-] Verification b4466ab1-f151-4d1b-9767-8adc9a541eac | Context testr@default setup() finished in 0.41 msec 2021-05-16 12:13:45.723 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/778a4283-8acd-4953-beb0-5ad2459d03fc'. 2021-05-16 12:13:50.440 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_scoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-05-16 12:13:50.442 36 INFO opnfv-tempest [-] {2} keystone_tempest_plugin.tests.scenario.test_federated_authentication.TestK2KFederatedAuthentication.test_request_unscoped_token ... skip [0.000s]: b'Federated Identity feature not enabled' 2021-05-16 12:13:50.679 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create ... success [0.217s] 2021-05-16 12:13:50.750 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rule_update ... success [0.301s] 2021-05-16 12:13:50.788 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_bad_attributes ... success [0.110s] 2021-05-16 12:13:50.842 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_create ... success [0.092s] 2021-05-16 12:13:50.882 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_with_enabled_true ... success [0.093s] 2021-05-16 12:13:50.899 36 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.057s] 2021-05-16 12:13:50.978 36 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.096s] 2021-05-16 12:13:51.091 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_create_without_mandatory_attributes ... success [0.112s] 2021-05-16 12:13:51.114 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_get ... success [0.214s] 2021-05-16 12:13:51.195 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider ... success [0.780s] 2021-05-16 12:13:51.297 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_get ... success [0.205s] 2021-05-16 12:13:51.559 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_mapping_rules.MappingRulesTest.test_mapping_rules_list ... success [0.444s] 2021-05-16 12:13:51.732 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_list ... success [0.434s] 2021-05-16 12:13:51.767 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_add_protocol_to_identity_provider_unknown_mapping ... success [0.574s] 2021-05-16 12:13:52.018 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_provider_update ... success [0.285s] 2021-05-16 12:13:52.124 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_authorize_request_token ... success [0.461s] 2021-05-16 12:13:52.209 36 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.190s] 2021-05-16 12:13:52.540 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_get_protocol_from_identity_provider ... success [0.770s] 2021-05-16 12:13:52.807 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_access_token ... success [0.682s] 2021-05-16 12:13:52.832 36 INFO opnfv-tempest [-] {3} keystone_tempest_plugin.tests.api.identity.v3.test_service_providers.ServiceProvidersTest.test_service_providers_in_token ... success [0.621s] 2021-05-16 12:13:53.048 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create ... success [0.506s] 2021-05-16 12:13:53.049 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_and_show_consumer ... success [0.240s] 2021-05-16 12:13:53.459 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_create_request_token ... success [0.411s] 2021-05-16 12:13:53.582 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_enabled_true ... success [0.535s] 2021-05-16 12:13:53.893 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_delete_consumer ... success [0.432s] 2021-05-16 12:13:54.105 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_create_with_remote_ids ... success [0.522s] 2021-05-16 12:13:54.687 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_get ... success [0.581s] 2021-05-16 12:13:55.172 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_access_tokens ... success [1.278s] 2021-05-16 12:13:55.609 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_consumers ... success [0.436s] 2021-05-16 12:13:56.287 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_list_roles_for_access_token ... success [0.677s] 2021-05-16 12:13:56.454 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_list ... success [1.765s] 2021-05-16 12:13:56.984 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_revoke_access_token ... success [0.695s] 2021-05-16 12:13:57.097 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_identity_provider_update ... success [0.644s] 2021-05-16 12:13:57.573 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_show_role_for_access_token ... success [0.590s] 2021-05-16 12:13:57.802 36 INFO opnfv-tempest [-] {0} keystone_tempest_plugin.tests.api.identity.v3.test_oauth1_tokens.OAUTH1TokensTest.test_update_consumer ... success [0.229s] 2021-05-16 12:13:58.170 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_list_protocols_from_identity_provider ... success [1.071s] 2021-05-16 12:13:59.056 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_mapping_from_identity_provider_protocol ... success [0.885s] 2021-05-16 12:13:59.902 36 INFO opnfv-tempest [-] {1} keystone_tempest_plugin.tests.api.identity.v3.test_identity_providers.IndentityProvidersTest.test_update_protocol_from_identity_provider_unknown_mapping ... success [0.844s] 2021-05-16 12:14:00.025 36 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' 2021-05-16 12:14:00.026 36 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' 2021-05-16 12:14:00.294 36 INFO rally.task.context [-] Verification b4466ab1-f151-4d1b-9767-8adc9a541eac | Context testr@default cleanup() started 2021-05-16 12:14:00.295 36 INFO rally.task.context [-] Verification b4466ab1-f151-4d1b-9767-8adc9a541eac | Context testr@default cleanup() finished in 0.67 msec 2021-05-16 12:14:00.295 36 INFO rally.task.context [-] Verification b4466ab1-f151-4d1b-9767-8adc9a541eac | Context tempest@default cleanup() started 2021-05-16 12:14:00.483 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2021-05-16 12:14:00.577 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2021-05-16 12:14:00.609 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c90d7b65_YXplYxDq'. 2021-05-16 12:14:00.813 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c90d7b65_YXplYxDq' has been deleted. 2021-05-16 12:14:00.814 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e76566b2-bf6f-4825-bd56-29305de6c80f' of option 'instance_type' from Tempest config file. 2021-05-16 12:14:00.814 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e76566b2-bf6f-4825-bd56-29305de6c80f' has been removed. 2021-05-16 12:14:00.818 36 INFO rally.task.context [-] Verification b4466ab1-f151-4d1b-9767-8adc9a541eac | Context tempest@default cleanup() finished in 0.52 sec 2021-05-16 12:14:00.839 36 INFO rally.api [-] Verification (UUID=c90d7b65-cbea-447b-a2d4-b1aa852d50da) has been successfully finished for deployment 'opnfv-rally' (UUID=06104a52-926f-4ad0-a35b-a60901a5c006)! 2021-05-16 12:14:02.464 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:02.465 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:02.465 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:04.052 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:04.052 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:04.053 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:06.495 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'c90d7b65-cbea-447b-a2d4-b1aa852d50da' 2021-05-16 12:14:06.514 53 INFO rally.api [-] The report has been successfully built. 2021-05-16 12:14:08.213 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-16 12:14:08.213 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-16 12:14:08.213 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-16 12:14:10.490 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c90d7b65-cbea-447b-a2d4-b1aa852d50da' 2021-05-16 12:14:10.494 55 INFO rally.api [-] The report has been successfully built.