blob: 63e240eb0f94ebd66c423ba0255977fe19894207 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001as testid@aaf.att.com
2expect 200,404
3
4# TC_Role1.99.05.POS Remove Permissions from "40_reports"
5set force=true perm delete com.test.TC_Role1.@[user.name].samplePerm1 some.long(involved).text SELECT
6set force=true perm delete com.test.TC_Role1.@[user.name].samplePerm1 some.other_long(less.involved).text lower_case
7
8# TC_Role1.99.10.POS Namespace Admin can delete Namepace defined Roles
9force role delete com.test.TC_Role1.@[user.name].r.A
10force role delete com.test.TC_Role1.@[user.name].r.B
11force role delete com.test.TC_Role1.@[user.name].r.C
12
13# TC_Role1.99.15.POS Remove ability to create creds
14user role del testid@aaf.att.com com.test.TC_Role1.@[user.name].cred_admin
15
16as XX@NS
17perm ungrant com.att.aaf.mechid com.att create com.test.TC_Role1.@[user.name].cred_admin
18
19as testid@aaf.att.com
20role delete com.test.TC_Role1.@[user.name].cred_admin
21
22# TC_Role1.99.20.POS Namespace Admin can delete permissions and credentials
23perm delete com.test.TC_Role1.@[user.name].p.C myInstance myAction
24set force=true
25user cred del m00001@@[user.name].TC_Role1.test.com
26
27# TC_Role1.99.90.POS Namespace Admin can delete Namespace
28force ns delete com.test.TC_Role1.@[user.name].r
29force ns delete com.test.TC_Role1.@[user.name]
30
31# TC_Role1.99.99.POS List to prove clean Namespaces
32ns list name com.test.TC_Role1.@[user.name].r
33ns list name com.test.TC_Role1.@[user.name]
34