blob: 3709b5be498579c5391be01245b967272328fb4e [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001as testid@aaf.att.com
2# TC_UR1.10.0.POS Validate no NS
3expect 200
4ns list name com.test.TC_UR1.@[user.name]
5
6# TC_UR1.10.1.POS Create Namespace to add IDs
7expect 201
8ns create com.test.TC_UR1.@[user.name] @[user.name] testid@aaf.att.com
9
10# TC_Role1.10.10.POS Create role to assign mechid perm to
11expect 201
12role create com.test.TC_UR1.@[user.name].cred_admin
13
14as XX@NS
15# TC_Role1.10.11.POS Assign role to mechid perm
16expect 201
17perm grant com.att.aaf.mechid com.att create com.test.TC_UR1.@[user.name].cred_admin
18
19as testid@aaf.att.com
20# TC_Role1.10.12.POS Assign user for creating creds
21expect 201
22user role add testid@aaf.att.com com.test.TC_UR1.@[user.name].cred_admin
23
24# TC_UR1.10.20.POS Create two Credentials
25user cred add m00001@@[user.name].TC_UR1.test.com "abc123sd"
26user cred add m00002@@[user.name].TC_UR1.test.com "abc123sd"
27
28# TC_UR1.10.21.POS Create two Roles
29role create com.test.TC_UR1.@[user.name].r1
30role create com.test.TC_UR1.@[user.name].r2
31