diff options
| author | Ramana Juvvadi <rjuvvadi@hcl.com> | 2011-05-11 08:51:00 -0500 |
|---|---|---|
| committer | Ramana Juvvadi <rjuvvadi@hcl.com> | 2011-05-11 08:51:00 -0500 |
| commit | dcedc4d40147a018cbd39fa5a6d1cac8cf0815b6 (patch) | |
| tree | 396f6e7630337270b5ffed5abd04792823d71e27 | |
| parent | a24be931380ecc3767cf7b07ae052f3dcdd9a89b (diff) | |
| download | keystone-dcedc4d40147a018cbd39fa5a6d1cac8cf0815b6.tar.gz keystone-dcedc4d40147a018cbd39fa5a6d1cac8cf0815b6.tar.xz keystone-dcedc4d40147a018cbd39fa5a6d1cac8cf0815b6.zip | |
renamed test_identity.py to test_keystone
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | test/unit/test_common.py | 1 | ||||
| -rw-r--r-- | test/unit/test_keystone.py (renamed from test/unit/test_identity.py) | 0 |
3 files changed, 3 insertions, 1 deletions
@@ -4,3 +4,6 @@ .pydevproject/ keystone.db .*.swp +*.log +*.pid +pidfile diff --git a/test/unit/test_common.py b/test/unit/test_common.py index d9bc7b40..6bb86542 100644 --- a/test/unit/test_common.py +++ b/test/unit/test_common.py @@ -258,7 +258,6 @@ def delete_user_xml(tenantid, userid, auth_token): def add_user_tenant_group(tenantid, groupid, userid, auth_token): h = httplib2.Http(".cache") url = '%stenants/%s/groups/%s/users/%s' % (URL, tenantid, groupid, userid) - print url resp, content = h.request(url, "PUT", body='', headers={"Content-Type": "application/json", diff --git a/test/unit/test_identity.py b/test/unit/test_keystone.py index 31b6ae32..31b6ae32 100644 --- a/test/unit/test_identity.py +++ b/test/unit/test_keystone.py |
