Skip to content

Commit

Permalink
Adapt generated samples to JSON change
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Nogueira <victor@mojatatu.com>
  • Loading branch information
vbnogueira committed Nov 19, 2024
1 parent 0e0eef4 commit ad7d0a4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion testdata/p4tc_samples_outputs/default_action_example_01.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@
"match_type" : "exact",
"bitwidth" : 8
}
]
],
"actions" : []
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@
"match_type" : "exact",
"bitwidth" : 13
}
]
],
"actions" : []
},
{
"name" : "MainControlImpl/set_ct_options",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@
"match_type" : "exact",
"bitwidth" : 13
}
]
],
"actions" : []
},
{
"name" : "MainControlImpl/set_ct_options",
Expand Down
3 changes: 2 additions & 1 deletion testdata/p4tc_samples_outputs/noaction_example_02.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"match_type" : "exact",
"bitwidth" : 3
}
]
],
"actions" : []
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
"match_type" : "exact",
"bitwidth" : 3
}
]
],
"actions" : []
}
]
}

0 comments on commit ad7d0a4

Please sign in to comment.