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