sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame^] | 1 | as XX@NS |
| 2 | # TC_Wild.10.0.POS Validate NS ok |
| 3 | expect 200 |
| 4 | ns list name com.att.test.TC_Wild.@[user.name] |
| 5 | |
| 6 | # TC_Wild.10.1.POS Create Namespace with valid IDs and Responsible Parties |
| 7 | expect 201 |
| 8 | ns create com.att.TC_Wild.@[user.name] @[user.name] testid@aaf.att.com |
| 9 | |
| 10 | # TC_Wild.10.10.POS Create a clean MechID |
| 11 | expect 201 |
| 12 | user cred add m99999@@[user.name].TC_Wild.att.com aNewPass8 |
| 13 | set m99999@@[user.name].TC_Wild.att.com=aNewPass8 |
| 14 | |
| 15 | as XX@NS |
| 16 | # TC_Wild.10.11.POS Create role and assign MechID to |
| 17 | expect 201 |
| 18 | role create com.att.TC_Wild.@[user.name].service m99999@@[user.name].TC_Wild.att.com |