5 Commits

Author SHA1 Message Date
Cao Xuan Hoang
a67bb2e249 Removes unnecessary utf-8 encoding
The following file(s) added utf-8 encoding but never used. So we can
remove them at all.

test/functional/test_access_control.py
test/unit/common/middleware/crypto/test_keymaster.py
test/unit/obj/test_diskfile.py

Change-Id: I00adc968872ebe9f9c0619a4e393e048c7c1a91e
2016-12-22 10:49:56 +07:00
Hisashi Osanai
88b14a0f80 Add functional test for access control (RBAC INFO) with Keystone
This patch adds test cases for info requests to accounts, containers
and objects using various combinations of users/projects, roles and/or
service tokens.

Change-Id: Iece57b03a73b3cdf9762573678755f361e9b803e
2016-07-11 21:59:37 +00:00
Hisashi Osanai
5448a55e37 Add functional test for access control (container ACL) with Keystone
This patch adds test cases for requests to containers and objects using
various combinations of users/projects, roles in order to check container
ACL and referrer behavior.

Co-Authored-By: Keisuke Yamamoto <keisuk.yamamoto@jp.fujitsu.com>
Change-Id: I435655bc56e5088ba50a96a879a45c7e264e0d8d
2016-07-11 21:51:49 +00:00
Christian Schwede
7aaca02917 Add comments to role-based access control functional tests
Change-Id: Ic18c8a2abc33e2f175f948991af0189935b8702f
2016-02-15 20:08:43 +01:00
Hisashi Osanai
09b188f03c Add functional test for access control (RBAC) with Keystone
This patch adds test cases for PUT, DELETE, GET, HEAD, POST and OPTIONS
requests to accounts, containers and objects using various combinations
of users/projects, roles and/or service tokens.

Change-Id: Iea8141ac74ad949a3ae7fa47fda3135d0f2612f6
2016-01-19 01:08:36 +00:00