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