blob: 0cad55957114c00e5efcc310c9df7c190e8e0009 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001
2as testid@aaf.att.com
3# TC_User1.10.0.POS Check for Existing Data
4expect 200
5ns list name com.test.TC_User1.@[user.name]
6
7# TC_User1.10.1.POS Create Namespace with valid IDs and Responsible Parties
8expect 201
9ns create com.test.TC_User1.@[user.name] @[user.name] testid@aaf.att.com
10
11# TC_User1.10.10.POS Create role to assign mechid perm to
12expect 201
13role create com.test.TC_User1.@[user.name].cred_admin testid@aaf.att.com
14
15as XX@NS:<pass>
16# TC_User1.10.11.POS Assign role to mechid perm
17expect 201
18perm grant com.att.aaf.mechid com.att create com.test.TC_User1.@[user.name].cred_admin
19perm grant com.att.aaf.delg com.att change com.test.TC_User1.@[user.name].cred_admin
20
21as testid@aaf.att.com
22# TC_User1.01.99.POS Expect Namespace to be created
23expect 200
24ns list name com.test.TC_User1.@[user.name]
25