Upgrade to latest oparent
[aaf/authz.git] / authz-test / TestSuite / TC_Role1 / 40_reports
1 # TC_Role1.40.01.POS List Data on non-Empty NS
2 expect 200
3 role list role com.test.TC_Role1.@[user.name].r.A
4
5 # TC_Role1.40.20.POS Create a Perm, and add to Role
6 expect 201
7 perm create com.test.TC_Role1.@[user.name].samplePerm1 some.long(involved).text SELECT com.test.TC_Role1.@[user.name].r.A
8
9 # TC_Role1.40.25.POS List
10 expect 200
11 role list role com.test.TC_Role1.@[user.name].r.A
12
13 # TC_Role1.40.30.POS Create a Perm 
14 expect 201
15 perm create com.test.TC_Role1.@[user.name].samplePerm1 some.other_long(less.involved).text lower_case 
16
17 # TC_Role1.40.32.POS Separately Grant Perm
18 expect 201
19 perm grant com.test.TC_Role1.@[user.name].samplePerm1 some.other_long(less.involved).text lower_case com.test.TC_Role1.@[user.name].r.A
20
21 # TC_Role1.40.35.POS List
22 expect 200
23 role list role com.test.TC_Role1.@[user.name].r.A
24