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