sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 1 | |
| 2 | # TC_User1.40.1.NEG Non-admin, user not in role should not view |
| 3 | expect 403 |
| 4 | as testunused@aaf.att.com |
| 5 | user list role com.test.TC_User1.@[user.name].manager |
| 6 | user list role com.test.TC_User1.@[user.name].worker |
| 7 | |
| 8 | as m99990@@[user.name].TC_User1.test.com |
| 9 | # TC_User1.40.2.NEG Non-admin, user in role should not view |
| 10 | expect 403 |
| 11 | user list role com.test.TC_User1.@[user.name].manager |
| 12 | |
| 13 | sleep @[NFR] |
| 14 | # TC_User1.40.3.POS Non-admin, user in role can view himself |
| 15 | expect 200 |
| 16 | user list role com.test.TC_User1.@[user.name].worker |
| 17 | |
| 18 | as testid@aaf.att.com |
| 19 | # TC_User1.40.10.POS admin should view |
| 20 | expect 200 |
| 21 | user list role com.test.TC_User1.@[user.name].manager |
| 22 | user list role com.test.TC_User1.@[user.name].worker |
| 23 | |