sg481n | bd890c5 | 2017-08-28 12:11:35 -0400 | [diff] [blame] | 1 | expect 201 |
2 | # TC_10 | ||||
3 | as XX@NS | ||||
4 | ns create com.test.TC_Link_1.@[user.name] @[user.name] XX@NS | ||||
5 | ns create com.test.TC_Link_2.@[user.name] @[user.name] XX@NS | ||||
6 | |||||
7 | role create com.test.TC_Link_1.@[user.name].myRole | ||||
8 | |||||
9 | perm create com.test.TC_Link_2.@[user.name].myPerm myInstance myAction | ||||
10 | |||||
11 | perm grant com.test.TC_Link_2.@[user.name].myPerm myInstance myAction com.test.TC_Link_1.@[user.name].myRole | ||||
12 | |||||
13 |