blob: 6813cb15ff21afaded2ff8bbfcfafa185ef7c490 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001as testunused@aaf.att.com
2# TC_User1.41.1.NEG Non-admin, user not in perm should not view
3expect 200
4user list perm com.test.TC_User1.@[user.name].supplies * move
5user list perm com.test.TC_User1.@[user.name].supplies * stock
6user list perm com.test.TC_User1.@[user.name].schedule worker create
7user list perm com.test.TC_User1.@[user.name].worker * annoy
8
9as m99990@@[user.name].TC_User1.test.com
10# TC_User1.41.2.POS Non-admin, user in perm can view himself
11expect 200
12user list perm com.test.TC_User1.@[user.name].supplies * move
13user list perm com.test.TC_User1.@[user.name].supplies * stock
14
15as m99990@@[user.name].TC_User1.test.com
16# TC_User1.41.3.NEG Non-admin, user in perm should not view
17expect 200
18user list perm com.test.TC_User1.@[user.name].schedule worker create
19user list perm com.test.TC_User1.@[user.name].worker * annoy
20
21as testid@aaf.att.com
22# TC_User1.41.10.POS admin should view
23expect 200
24user list perm com.test.TC_User1.@[user.name].supplies * move
25user list perm com.test.TC_User1.@[user.name].supplies * stock
26user list perm com.test.TC_User1.@[user.name].schedule worker create
27user list perm com.test.TC_User1.@[user.name].worker * annoy
28
29