sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | as m99999@@[user.name].TC_Wild.att.com |
| 2 | |
| 3 | # TC_Wild.32.1.NEG Fail to create a role in NS |
| 4 | expect 403 |
| 5 | role 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 |
| 8 | as XX@NS |
| 9 | expect 201 |
| 10 | perm 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 |
| 13 | as m99999@@[user.name].TC_Wild.att.com |
| 14 | expect 200 |
| 15 | perm list user m99999@@[user.name].TC_Wild.att.com |
| 16 | |
| 17 | # TC_Wild.32.7.POS Now able to create a role in NS |
| 18 | expect 201 |
| 19 | role create com.att.TC_Wild.@[user.name].tool.myRole |
| 20 | |
| 21 | # TC_Wild.32.8.POS May Print Role |
| 22 | expect 200 |
| 23 | role list role com.att.TC_Wild.@[user.name].tool.myRole |
| 24 | |
| 25 | as XX@NS |
| 26 | # TC_Wild.32.10.POS Delete Perms Created |
| 27 | expect 200 |
| 28 | force perm delete com.att.TC_Wild.@[user.name].access :role:* * |
| 29 | force role delete com.att.TC_Wild.@[user.name].tool.myRole |
| 30 | |