sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | # TC_Role2.43.10.POS List Roles when allowed to see Perm |
| 2 | as testid@aaf.att.com |
| 3 | expect 200 |
| 4 | role list perm com.test.TC_Role2.@[user.name].r.A grain eat |
| 5 | role list perm com.test.TC_Role2.@[user.name].r.A grain * |
| 6 | role 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 |
| 9 | as testunused@aaf.att.com |
| 10 | expect 403 |
| 11 | role list perm com.test.TC_Role2.@[user.name].r.A grain eat |
| 12 | role list perm com.test.TC_Role2.@[user.name].r.A grain * |
| 13 | role list perm com.test.TC_Role2.@[user.name].r.A * * |
| 14 | |
| 15 | |