sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 1 | # TC_Perm2.43.10.POS List perms when allowed to see Role |
| 2 | as testid@aaf.att.com |
| 3 | expect 200 |
| 4 | perm list role com.test.TC_Perm2.@[user.name].p.superUser |
| 5 | perm list role com.test.TC_Perm2.@[user.name].p.watcher |
| 6 | perm 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 |
| 9 | as testunused@aaf.att.com |
| 10 | expect 403 |
| 11 | perm list role com.test.TC_Perm2.@[user.name].p.superUser |
| 12 | perm list role com.test.TC_Perm2.@[user.name].p.watcher |
| 13 | perm list role com.test.TC_Perm2.@[user.name].p.secret |
| 14 | |
| 15 | |