-
Notifications
You must be signed in to change notification settings - Fork 457
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
[IAC-899] - Add acceptance test for string_hex parameter #930
[IAC-899] - Add acceptance test for string_hex parameter #930
Conversation
iptables-save outputs the value of --hex-string inside quotes, which was causing quotes inside quotes problems with the value. This change adds a special case parser for --hex-string to get the ! inside the quotes and eliminate the doubled quotation marks
Codecov Report
@@ Coverage Diff @@
## master #930 +/- ##
=========================================
Coverage ? 81.08%
=========================================
Files ? 11
Lines ? 1660
Branches ? 0
=========================================
Hits ? 1346
Misses ? 314
Partials ? 0 Continue to review full report at Codecov.
|
|
Hey @mnejedlo-tds, you're right. Thank you for your observation. I will submit a new PR which includes a new unit test and a new acceptance test(if required). And if something goes wrong we will raise a ticket for corrections. |
Closes: #923 and closes #924