Upgrade to latest oparent
[aaf/authz.git] / authz-test / TestSuite / TC_NS1 / 10_init
1
2 as testid@aaf.att.com
3 # TC_NS1.10.0.POS Check for Existing Data
4 expect 200
5 ns list name com.test.TC_NS1.@[user.name]
6
7 # TC_NS1.10.1.POS Create Namespace with valid IDs and Responsible Parties
8 expect 201
9 ns 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
12 expect 200
13 ns list name com.test.TC_NS1.@[user.name] 
14
15 # TC_NS1.10.41.POS Expect Namespace to be created
16 expect 200
17 perm list role com.test.TC_NS1.@[user.name].admin
18
19 # TC_NS1.10.42.POS Expect Namespace to be created
20 expect 200
21 perm list role com.test.TC_NS1.@[user.name].owner
22
23 # TC_NS1.10.43.POS Expect Namespace to be created
24 expect 200
25 role list perm com.test.TC_NS1.@[user.name].access * *
26
27 # TC_NS1.10.44.POS Expect Namespace to be created
28 expect 200
29 role list perm com.test.TC_NS1.@[user.name].access * read
30