summaryrefslogtreecommitdiff
path: root/shaping/test/test_conf/table_info.json
diff options
context:
space:
mode:
author刘畅 <[email protected]>2024-10-18 01:54:04 +0000
committer刘畅 <[email protected]>2024-10-18 01:54:04 +0000
commitef65ec1447d900f105c93b86ac55339d83d987f6 (patch)
tree13e5e2e2134a35a5b2b95d54b2bdbe40f991d11a /shaping/test/test_conf/table_info.json
parentb0de64f0deb1672f0b183f72b99d615f00a73b3b (diff)
parent6e63a4b7edce57ecd5f5186c209320efd3efe074 (diff)
Merge branch 'adapt_rule_with_uuid' into 'rel'v3.2.1v3.2.0
Adapt rule with uuid See merge request tango/shaping-engine!104
Diffstat (limited to 'shaping/test/test_conf/table_info.json')
-rw-r--r--shaping/test/test_conf/table_info.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/shaping/test/test_conf/table_info.json b/shaping/test/test_conf/table_info.json
index 692f4f6..2d98ad4 100644
--- a/shaping/test/test_conf/table_info.json
+++ b/shaping/test/test_conf/table_info.json
@@ -1,23 +1,22 @@
[
{
"table_id": 0,
- "table_name": "TRAFFIC_SHAPING_COMPILE",
+ "table_name": "TRAFFIC_SHAPING_RULE",
"table_type": "plugin",
- "valid_column": 8,
"custom": {
- "key": 1,
- "key_type": "integer",
- "key_len": 8
+ "gc_timeout_s":2,
+ "key_name": "uuid",
+ "key_type": "uuid"
}
},
{
"table_id": 1,
"table_name": "TRAFFIC_SHAPING_PROFILE",
"table_type": "plugin",
- "valid_column": 8,
"custom": {
- "key": 1,
- "key_type": "pointer"
+ "gc_timeout_s":2,
+ "key_name": "uuid",
+ "key_type": "uuid"
}
}