commit | 5690a35d64c166147daad0e7422cb100403cfbf1 | [log] [tgz] |
---|---|---|
author | Maru Newby <marun@redhat.com> | Fri Mar 13 18:46:40 2015 +0000 |
committer | Maru Newby <marun@redhat.com> | Fri Mar 13 18:46:40 2015 +0000 |
tree | 83961f15c56d3ec5deec1f867ad5f3373824fbb9 | |
parent | 1b9aefd002df575dbc9210c680223345b8a56faf [diff] [blame] |
Update api tests from tempest This change is the result of running tools/copy_api_tests_from_tempest.sh Change-Id: Ibcb6d11b3f7ed8b859c69d4c591bf785b0611416
diff --git a/neutron/tests/tempest/common/credentials.py b/neutron/tests/tempest/common/credentials.py index a52ec4a..9ae6ee8 100644 --- a/neutron/tests/tempest/common/credentials.py +++ b/neutron/tests/tempest/common/credentials.py
@@ -58,7 +58,8 @@ is_admin = False else: try: - cred_provider.get_configured_credentials('identity_admin') + cred_provider.get_configured_credentials('identity_admin', + fill_in=False) except exceptions.InvalidConfiguration: is_admin = False return is_admin