blob: 0cde49ed7fdef83d9ef396d7fd67c93ae458fc7f [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001This Testcase Tests the essentials of the Namespace, and the NS Commands
2
3APIs: POST /authz/ns
4 DELETE /authz/ns/:ns
5 GET /authz/roles/:role (where Role is NS + "*")
6
7CLI:
8 Target
9 ns create :ns :responsibleParty :admins
10 ns delete :ns
11 ns list :ns
12 Ancillary
13 role create :role
14 role list name :role.*
15