-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: add e2e test for json format #116
Conversation
cc: @Parthiba-Hazra |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #116 +/- ##
===========================================
+ Coverage 62.96% 78.72% +15.76%
===========================================
Files 7 7
Lines 1161 1161
===========================================
+ Hits 731 914 +183
+ Misses 388 185 -203
- Partials 42 62 +20 ☔ View full report in Codecov by Sentry. |
be1844e
to
3e517e2
Compare
I see a coverage of 20% of |
Not necessarily. I will update the patch to extend the test coverage. |
f5feb90
to
fc0687e
Compare
@adrianreber I've updated the pull request to increase test coverage. |
Environment variables with empty values (e.g., "FOO=") are valid. Signed-off-by: Radostin Stoyanov <[email protected]>
Signed-off-by: Radostin Stoyanov <[email protected]>
Add support for command-line options to the piggie process. This would allow us to extend the functionality with additional options (e.g., tcp-socket). Signed-off-by: Radostin Stoyanov <[email protected]>
This patch extends the 'piggie' test process with TCP client/server that allows to improve the test coverage of checkpointctl inspect. The iptables and iproute packages are needed for network locking and to configure network namespace. Signed-off-by: Radostin Stoyanov <[email protected]>
Add e2e tests to verify the JSON output of `checkpointctl inspect`. Signed-off-by: Radostin Stoyanov <[email protected]>
Signed-off-by: Radostin Stoyanov <[email protected]>
This pull request adds a test case that verifies the output JSON format for checkpointctl.