Upgrade to latest oparent
[aaf/authz.git] / authz-test / TestSuite / TC_Role2 / 41_viewByUser
1 # TC_Role2.41.10.POS List by User when Same as Caller
2 as testunused@aaf.att.com
3 expect 200
4 role list user testunused@aaf.att.com
5
6 # TC_Role2.41.15.POS List by User when not same as Caller, but own/admin namespace of Roles
7 as testid@aaf.att.com
8 expect 200
9 role list user testunused@aaf.att.com
10
11 # TC_Role2.41.20.POS List by User when not same as Caller, but parent owner of Namespace
12 as XX@NS
13 expect 200
14 role list user testunused@aaf.att.com
15
16 # TC_Role2.41.80.NEG List by User when not Caller nor associated to Namespace (nothing should be shown)
17 as testunused@aaf.att.com
18 expect 200
19 role list user XX@NS
20