Upgrade to latest oparent
[aaf/authz.git] / authz-test / TestSuite / TC_Role1 / 30_change_ns
1 # TC_Role1.30.1.POS List Data on non-Empty NS
2 as testid@aaf.att.com
3 expect 200
4 ns list name com.test.TC_Role1.@[user.name]
5
6 # TC_Role1.30.2.POS Create Sub-ns when Roles that exist
7 expect 201
8 ns create com.test.TC_Role1.@[user.name].r @[user.name] testid@aaf.att.com
9
10 # TC_Role1.30.3.POS List Data on NS with sub-roles
11 expect 200
12 ns list name com.test.TC_Role1.@[user.name]
13 ns list name com.test.TC_Role1.@[user.name].r
14