blob: 4af508799222035472d4b056d34dc1a2ab19049b [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001as testid@aaf.att.com
2
3# TC_Role1.10.0.POS Validate NS ok
4expect 200
5ns list name com.test.TC_Role1.@[user.name]
6
7# TC_Role1.10.1.POS Create Namespace with valid IDs and Responsible Parties
8expect 201
9ns 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
12expect 201
13role create com.test.TC_Role1.@[user.name].cred_admin
14
15as XX@NS
16# TC_Role1.10.11.POS Assign role to mechid perm
17expect 201
18perm grant com.att.aaf.mechid com.att create com.test.TC_Role1.@[user.name].cred_admin
19
20as testid@aaf.att.com
21# TC_Role1.10.12.POS Assign user for creating creds
22expect 201
23user role add testid@aaf.att.com com.test.TC_Role1.@[user.name].cred_admin