sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | as m99999@@[user.name].TC_Wild.att.com |
| 2 | |
| 3 | # TC_Wild.30.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 | |
| 8 | # TC_Wild.30.3.POS Add "access role" based Wild Card with specific Action |
| 9 | as XX@NS |
| 10 | expect 201 |
| 11 | perm create com.att.TC_Wild.@[user.name].access :role:tool.* write com.att.TC_Wild.@[user.name].service |
| 12 | |
| 13 | # TC_Wild.30.5.POS Print Perms |
| 14 | expect 200 |
| 15 | perm list user m99999@@[user.name].TC_Wild.att.com |
| 16 | |
| 17 | |
| 18 | # TC_Wild.30.7.POS Now able to create a role in NS |
| 19 | as m99999@@[user.name].TC_Wild.att.com |
| 20 | expect 201 |
| 21 | role create com.att.TC_Wild.@[user.name].tool.myRole |
| 22 | |
| 23 | |
| 24 | # TC_Wild.30.8.POS Print Perms |
| 25 | as XX@NS |
| 26 | expect 200 |
| 27 | role list ns com.att.TC_Wild.@[user.name] |
| 28 | |
| 29 | # TC_Wild.30.10.POS Delete Perms Created |
| 30 | expect 200 |
| 31 | force perm delete com.att.TC_Wild.@[user.name].access :role:tool.* write |
| 32 | force role delete com.att.TC_Wild.@[user.name].tool.myRole |
| 33 | |