blob: b05be769afb7ef6ad23af4de39746cac94164549 [file] [log] [blame]
sg481nbd890c52017-08-28 12:11:35 -04001
2as testid@aaf.att.com
3# TC_NS1.10.0.POS Check for Existing Data
4expect 200
5ns list name com.test.TC_NS1.@[user.name]
6
7# TC_NS1.10.1.POS Create Namespace with valid IDs and Responsible Parties
8expect 201
9ns create com.test.TC_NS1.@[user.name] @[user.name] testid@aaf.att.com
10
11# TC_NS1.10.40.POS Expect Namespace to be created
12expect 200
13ns list name com.test.TC_NS1.@[user.name]
14
15# TC_NS1.10.41.POS Expect Namespace to be created
16expect 200
17perm list role com.test.TC_NS1.@[user.name].admin
18
19# TC_NS1.10.42.POS Expect Namespace to be created
20expect 200
21perm list role com.test.TC_NS1.@[user.name].owner
22
23# TC_NS1.10.43.POS Expect Namespace to be created
24expect 200
25role list perm com.test.TC_NS1.@[user.name].access * *
26
27# TC_NS1.10.44.POS Expect Namespace to be created
28expect 200
29role list perm com.test.TC_NS1.@[user.name].access * read
30