Upgrade to latest oparent
[aaf/authz.git] / authz-test / TestSuite / TC_Role1 / 10_init
1 as testid@aaf.att.com
2
3 # TC_Role1.10.0.POS Validate NS ok
4 expect 200
5 ns list name com.test.TC_Role1.@[user.name] 
6
7 # TC_Role1.10.1.POS Create Namespace with valid IDs and Responsible Parties
8 expect 201
9 ns create com.test.TC_Role1.@[user.name] @[user.name] testid@aaf.att.com
10
11 # TC_Role1.10.10.POS Create role to assign mechid perm to
12 expect 201
13 role create com.test.TC_Role1.@[user.name].cred_admin
14
15 as XX@NS
16 # TC_Role1.10.11.POS Assign role to mechid perm
17 expect 201
18 perm grant com.att.aaf.mechid com.att create com.test.TC_Role1.@[user.name].cred_admin
19
20 as testid@aaf.att.com
21 # TC_Role1.10.12.POS Assign user for creating creds
22 expect 201
23 user role add testid@aaf.att.com com.test.TC_Role1.@[user.name].cred_admin