sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame^] | 1 | sleep @[NFR] |
2 | # TC_NS1.80.1.POS List Data on Empty NS | ||||
3 | as testid@aaf.att.com | ||||
4 | |||||
5 | expect 200 | ||||
6 | ns list name com.test.TC_NS1.@[user.name] | ||||
7 | |||||
8 | # TC_NS1.80.2.POS Add Roles to NS for Listing | ||||
9 | expect 201 | ||||
10 | role create com.test.TC_NS1.@[user.name].r.A | ||||
11 | role create com.test.TC_NS1.@[user.name].r.B | ||||
12 | |||||
13 | # TC_NS1.80.3.POS List Data on non-Empty NS | ||||
14 | expect 200 | ||||
15 | ns list name com.test.TC_NS1.@[user.name] |