blob: e29f308c3d6f22ab61eacac10f2c6f8be71a2d4b [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001as m99999@@[user.name].TC_Wild.att.com
2
3# TC_Wild.31.1.NEG Fail to create a role in NS
4expect 403
5role create com.att.TC_Wild.@[user.name].tool.myRole
6
7
8# TC_Wild.31.3.POS Add "access role" based Wild Card with specific Action
9as XX@NS
10expect 201
11perm create com.att.TC_Wild.@[user.name].access :role:* write com.att.TC_Wild.@[user.name].service
12
13# TC_Wild.31.5.POS Print Perms
14expect 200
15perm list user m99999@@[user.name].TC_Wild.att.com
16
17
18# TC_Wild.31.7.POS Now able to create a role in NS
19as m99999@@[user.name].TC_Wild.att.com
20expect 201
21role create com.att.TC_Wild.@[user.name].tool.myRole
22
23
24# TC_Wild.31.8.POS Print Perms
25as XX@NS
26expect 200
27role list ns com.att.TC_Wild.@[user.name]
28
29# TC_Wild.31.10.POS Delete Perms Created
30expect 200
31force perm delete com.att.TC_Wild.@[user.name].access :role:* write
32force role delete com.att.TC_Wild.@[user.name].tool.myRole
33