diff options
| author | fengweihao <[email protected]> | 2024-08-06 17:51:18 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2024-08-06 17:51:18 +0800 |
| commit | f5070565eb2544ca7642fff67b6d454af37914bd (patch) | |
| tree | a132c0e46f30426621dd8bd89ce37b58e19f312a /test/resource/HitPolicyResult.json | |
| parent | 41caf21f43df13785d2e1bee814a3005abc9b43e (diff) | |
Optimize:使用Utarray存储library命中路径, 优化Tunnel命中路径的合并, 增加测试用例的CI构建
Diffstat (limited to 'test/resource/HitPolicyResult.json')
| -rw-r--r-- | test/resource/HitPolicyResult.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/test/resource/HitPolicyResult.json b/test/resource/HitPolicyResult.json index 1642616..db4da0c 100644 --- a/test/resource/HitPolicyResult.json +++ b/test/resource/HitPolicyResult.json @@ -129,6 +129,68 @@ } }, "success": true + }, + { + "code": 200, + "msg": "Success", + "data": { + "verify_session": { + "attributes": [{ + "attribute_type": "ip", + "table_name": "ATTR_TUNNEL", + "attribute_name": "tunnel_endpoint_object", + "hit_paths": [{ + "item_id": 0, + "superior_object_id": 3021 + }] + }] + } + }, + "success": true + }, + { + "code": 200, + "msg": "Success", + "data": { + "verify_session": { + "attributes": [{ + "attribute_type": "ip", + "table_name": "ATTR_TUNNEL", + "attribute_name": "tunnel_endpoint_object", + "hit_paths": [{ + "item_id": 0, + "superior_object_id": 3022 + }] + }] + } + }, + "success": true + }, + { + "code": 200, + "msg": "Success", + "data": { + "verify_session": { + "attributes": [ + { + "attribute_type": "ip", + "table_name": "ATTR_TUNNEL", + "attribute_name": "tunnel_endpoint_object", + "hit_paths": [ + { + "item_id": 0, + "superior_object_id": 3022 + }, + { + "item_id": 0, + "superior_object_id": 3023 + } + ] + } + ] + } + }, + "success": true } ] }
\ No newline at end of file |
