From 6d2618096233c2e62c8e18a0db180a9f64ca89aa Mon Sep 17 00:00:00 2001 From: Victor Nogueira Date: Tue, 19 Nov 2024 16:32:37 +0000 Subject: [PATCH] Adapt generated samples to JSON change --- testdata/p4tc_samples_outputs/default_action_example_01.json | 3 ++- testdata/p4tc_samples_outputs/multiple_tables_example_01.json | 3 ++- testdata/p4tc_samples_outputs/multiple_tables_example_02.json | 3 ++- testdata/p4tc_samples_outputs/noaction_example_02.json | 3 ++- testdata/p4tc_samples_outputs/tc_type_annotation_example.json | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/testdata/p4tc_samples_outputs/default_action_example_01.json b/testdata/p4tc_samples_outputs/default_action_example_01.json index c59382c8212..01e39d2739b 100644 --- a/testdata/p4tc_samples_outputs/default_action_example_01.json +++ b/testdata/p4tc_samples_outputs/default_action_example_01.json @@ -83,7 +83,8 @@ "match_type" : "exact", "bitwidth" : 8 } - ] + ], + "actions" : [] } ] } \ No newline at end of file diff --git a/testdata/p4tc_samples_outputs/multiple_tables_example_01.json b/testdata/p4tc_samples_outputs/multiple_tables_example_01.json index 31009ebbb42..eecea6f7976 100644 --- a/testdata/p4tc_samples_outputs/multiple_tables_example_01.json +++ b/testdata/p4tc_samples_outputs/multiple_tables_example_01.json @@ -236,7 +236,8 @@ "match_type" : "exact", "bitwidth" : 13 } - ] + ], + "actions" : [] }, { "name" : "MainControlImpl/set_ct_options", diff --git a/testdata/p4tc_samples_outputs/multiple_tables_example_02.json b/testdata/p4tc_samples_outputs/multiple_tables_example_02.json index db40ac33f1b..1c04b8e9f81 100644 --- a/testdata/p4tc_samples_outputs/multiple_tables_example_02.json +++ b/testdata/p4tc_samples_outputs/multiple_tables_example_02.json @@ -222,7 +222,8 @@ "match_type" : "exact", "bitwidth" : 13 } - ] + ], + "actions" : [] }, { "name" : "MainControlImpl/set_ct_options", diff --git a/testdata/p4tc_samples_outputs/noaction_example_02.json b/testdata/p4tc_samples_outputs/noaction_example_02.json index c8f2a0f6391..4a5a5075000 100644 --- a/testdata/p4tc_samples_outputs/noaction_example_02.json +++ b/testdata/p4tc_samples_outputs/noaction_example_02.json @@ -62,7 +62,8 @@ "match_type" : "exact", "bitwidth" : 3 } - ] + ], + "actions" : [] } ] } \ No newline at end of file diff --git a/testdata/p4tc_samples_outputs/tc_type_annotation_example.json b/testdata/p4tc_samples_outputs/tc_type_annotation_example.json index 491a9d55b6c..c61645c8e66 100644 --- a/testdata/p4tc_samples_outputs/tc_type_annotation_example.json +++ b/testdata/p4tc_samples_outputs/tc_type_annotation_example.json @@ -69,7 +69,8 @@ "match_type" : "exact", "bitwidth" : 3 } - ] + ], + "actions" : [] } ] } \ No newline at end of file