blob: 29585b47d97ed5970d103daba508a1a5b3cd8d11 [file] [log] [blame]
sg481n43854a92017-08-03 17:27:34 -04001# TC_Perm2.43.10.POS List perms when allowed to see Role
2as testid@aaf.att.com
3expect 200
4perm list role com.test.TC_Perm2.@[user.name].p.superUser
5perm list role com.test.TC_Perm2.@[user.name].p.watcher
6perm list role com.test.TC_Perm2.@[user.name].p.secret
7
8# TC_Perm2.43.20.NEG Don't List perms when not allowed to see Role
9as testunused@aaf.att.com
10expect 403
11perm list role com.test.TC_Perm2.@[user.name].p.superUser
12perm list role com.test.TC_Perm2.@[user.name].p.watcher
13perm list role com.test.TC_Perm2.@[user.name].p.secret
14
15