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