blob: 53a1e3d480b3b33f0c0b9617738ab84551d77ca9 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001# TC_Role2.43.10.POS List Roles when allowed to see Perm
2as testid@aaf.att.com
3expect 200
4role list perm com.test.TC_Role2.@[user.name].r.A grain eat
5role list perm com.test.TC_Role2.@[user.name].r.A grain *
6role list perm com.test.TC_Role2.@[user.name].r.A * *
7
8# TC_Role2.43.15.NEG Don't List Roles when not allowed to see Perm
9as testunused@aaf.att.com
10expect 403
11role list perm com.test.TC_Role2.@[user.name].r.A grain eat
12role list perm com.test.TC_Role2.@[user.name].r.A grain *
13role list perm com.test.TC_Role2.@[user.name].r.A * *
14
15