-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tests] Enhance options_tests to cover presets
Add some basic tests for presets. Add plugin option tests covering #3855 . Relevant: #3855 Signed-off-by: Pavel Moravec <[email protected]>
- Loading branch information
Showing
3 changed files
with
58 additions
and
8 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
13 changes: 13 additions & 0 deletions
13
tests/report_tests/options_tests/options_tests_preset.json
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"plugopts_preset": { | ||
"desc": "test preset for plugin options", | ||
"args": { | ||
"plugopts": [ | ||
"crio.timeout=600", | ||
"networking.namespaces=200", | ||
"networking.ethtool-namespaces=False", | ||
"networking.timeout=600" | ||
] | ||
} | ||
} | ||
} |
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