sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | as XX@NS |
| 2 | # TEMPLATE_TC.10.0.POS Print NS to prove ok |
| 3 | expect 200 |
| 4 | ns list name com.test.TEMPLATE_TC.@[user.name] |
| 5 | |
| 6 | # TEMPLATE_TC.10.1.POS Create Namespace with User ID |
| 7 | expect 201 |
| 8 | ns create com.test.TEMPLATE_TC.@[user.name]_1 @[user.name] testid_1@test.com |
| 9 | |
| 10 | # TEMPLATE_TC.10.4.POS Print NS to prove ok |
| 11 | expect 200 |
| 12 | ns list name com.test.TEMPLATE_TC.@[user.name]_2 |
| 13 | |
| 14 | # TEMPLATE_TC.10.5.POS Create Namespace with Different ID |
| 15 | expect 201 |
| 16 | ns create com.test.TEMPLATE_TC.@[user.name]_2 @[user.name] testid_2@test.com |
| 17 | |
| 18 | # TEMPLATE_TC.10.8.POS Print NS to prove ok |
| 19 | expect 200 |
| 20 | ns list name com.att.TEMPLATE_TC.@[user.name] |
| 21 | |
| 22 | # TEMPLATE_TC.10.9.POS Create Namespace in Different Company |
| 23 | expect 201 |
| 24 | ns create com.att.TEMPLATE_TC.@[user.name] @[user.name] testunused@aaf.att.com |