sg481n | 43854a9 | 2017-08-03 17:27:34 -0400 | [diff] [blame] | 1 | as XX@NS |
| 2 | # TC_Perm3.10.0.POS Print NS to prove ok |
| 3 | expect 200 |
| 4 | ns list name com.test.TC_Perm3.@[user.name] |
| 5 | |
| 6 | # TC_Perm3.10.1.POS Create Namespace with User ID |
| 7 | expect 201 |
| 8 | ns create com.test.TC_Perm3.@[user.name]_1 @[user.name] testid_1@test.com |
| 9 | |
| 10 | # TC_Perm3.10.2.POS Create Namespace with Different ID |
| 11 | expect 201 |
| 12 | ns create com.test.TC_Perm3.@[user.name]_2 @[user.name] testid_2@test.com |
| 13 | |
| 14 | # TC_Perm3.10.3.POS Create Namespace in Different Company |
| 15 | expect 201 |
| 16 | ns create com.att.TC_Perm3.@[user.name] @[user.name] testunused@aaf.att.com |