summaryrefslogtreecommitdiffstats
path: root/authz-test/TestSuite/TC_NSdelete1/Description
blob: be99e94f5f83bcb7d9d71abedc074dc602e47189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This Testcase Tests the deletion of a Namespace with attached roles and permissions

APIs:	POST /authz/ns
	DELETE /authz/ns/:ns
	GET /authz/roles/:role (where Role is NS + "*")

CLI:
   Target
	ns create :ns :responsibleParty :admins
	ns delete :ns
	ns list :ns
   Ancillary
	role create :role
	role list name :role.*