blob: 7614fc4ad39f6b575543b8d08d69ed21141819a5 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001
2as testid@aaf.att.com
3
4# TC_PW1.10.0.POS Validate no NS
5expect 200,404
6ns list name com.test.TC_PW1.@[user.name]
7
8# TC_PW1.10.1.POS Create Namespace to add IDs
9expect 201
10ns create com.test.TC_PW1.@[user.name] @[user.name] testid@aaf.att.com
11
12# TC_PW1.10.10.POS Create role to assign mechid perm to
13expect 201
14role create com.test.TC_PW1.@[user.name].cred_admin
15
16as XX@NS
17# TC_PW1.10.11.POS Assign role to mechid perm
18expect 201
19perm grant com.att.aaf.mechid com.att create com.test.TC_PW1.@[user.name].cred_admin
20
21as testid@aaf.att.com
22# TC_PW1.10.12.POS Assign user for creating creds
23expect 201
24user role add testid@aaf.att.com com.test.TC_PW1.@[user.name].cred_admin