-
Notifications
You must be signed in to change notification settings - Fork 193
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
E2E test for source IP preservation #144
E2E test for source IP preservation #144
Conversation
Adds another E2E test to ensure that source IP address is preserved on connections. Depends-On: submariner-io#140
@dimaunx this build is passing: https://travis-ci.com/mangelajo/submariner/builds/126440488#L2213 regardless of the E2E test failure. It seems like we're not checking it, I will send a PR to handle that. |
@dimaunx I'm not sure why isn't it failing, we have set -e on the e2e.sh :? |
The sed command was hiding the exit status of go test, making CI pass on E2E failure.
@dimaunx I think I got it, included it as another commit of this PR. |
@sridhargaddam if you give the approval, then @tpantelis can probably merge if he's ok with the patch. |
Waiting for @skitt to review as well. |
Adds another E2E test to ensure that source IP address is preserved
on connections.
Depends-On: #140