-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate JSON actions and keys fields array even when they are empty (#…
…5022) * Generate JSON actions and keys fields array even when they are empty Generate JSON actions, keys fields array even when they are empty Also generate keysize = 0 whenever the keysize is zero instead of omitting it from the JSON Signed-off-by: Victor Nogueira <[email protected]> * Adapt generated samples to JSON change Signed-off-by: Victor Nogueira <[email protected]> --------- Signed-off-by: Victor Nogueira <[email protected]>
- Loading branch information
1 parent
e66525a
commit 8273608
Showing
6 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,8 @@ | |
"match_type" : "exact", | ||
"bitwidth" : 8 | ||
} | ||
] | ||
], | ||
"actions" : [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,8 @@ | |
"match_type" : "exact", | ||
"bitwidth" : 3 | ||
} | ||
] | ||
], | ||
"actions" : [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,8 @@ | |
"match_type" : "exact", | ||
"bitwidth" : 3 | ||
} | ||
] | ||
], | ||
"actions" : [] | ||
} | ||
] | ||
} |