sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | # TC_NS2.41.10.POS List by User when Same as Caller |
| 2 | as testunused@aaf.att.com |
| 3 | expect 200 |
| 4 | ns list admin testunused@aaf.att.com |
| 5 | |
| 6 | # TC_NS2.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 | ns list admin testunused@aaf.att.com |
| 10 | |
| 11 | # TC_NS2.41.20.POS List by User when not same as Caller, but parent owner of Namespace |
| 12 | as XX@NS |
| 13 | expect 200 |
| 14 | ns list admin testunused@aaf.att.com |
| 15 | |
| 16 | # TC_NS2.41.80.NEG List by User when not Caller nor associated to Namespace |
| 17 | as testunused@aaf.att.com |
| 18 | expect 200 |
| 19 | ns list admin XX@NS |
| 20 | |