blob: 7be6981cca9fbec75cb3dad1a1c6b1ea3846aec9 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001as testid@aaf.att.com
2# TC_NSdelete1.10.0.POS Check for Existing Data
3expect 200
4ns list name com.test.TC_NSdelete1.@[user.name].app
5ns list name com.test.force.@[user.name]
6ns list name com.@[user.name]
7
8as XX@NS
9# TC_NSdelete1.10.1.POS Create Namespaces with valid IDs and Responsible Parties
10expect 201
11ns create com.test.TC_NSdelete1.@[user.name].app @[user.name] testid@aaf.att.com
12ns create com.@[user.name] @[user.name] testid@aaf.att.com
13ns create com.test.force.@[user.name] @[user.name] testid@aaf.att.com
14ns create com.test.TC_NSdelete1.@[user.name] @[user.name] testid@aaf.att.com
15
16# TC_NSdelete1.10.2.POS Expect Namespace to be created
17expect 200
18ns list name com.test.TC_NSdelete1.@[user.name].app
19ns list name com.test.TC_NSdelete1.@[user.name]
20ns list name com.@[user.name]
21ns list name com.test.force.@[user.name]
22
23# TC_NSdelete1.10.10.POS Create role to assign mechid perm to
24expect 201
25role create com.test.TC_NSdelete1.@[user.name].cred_admin
26
27# TC_NSdelete1.10.11.POS Assign role to mechid perm
28expect 201
29perm grant com.att.aaf.mechid com.att create com.test.TC_NSdelete1.@[user.name].cred_admin
30
31as testid@aaf.att.com
32# TC_NSdelete1.10.12.POS Assign user for creating creds
33expect 201
34user role add testid@aaf.att.com com.test.TC_NSdelete1.@[user.name].cred_admin
35