Skip to content
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

decouple test helper input struct from netlink library #1455

Merged
merged 1 commit into from
May 4, 2021

Conversation

abhipth
Copy link
Contributor

@abhipth abhipth commented May 4, 2021

Changes

  • Netlink library has dependency on Linux specific go libraries, so in order to allow cross OS compilation moving input that will be used outside the agent (in ginkgo tests suite) to a separate package which doesn't use netlink.
  • Modified Makefile to also allow pushing docker image to public ECR.

What type of PR is this?
Integration testing

Which issue does this PR fix:
Refactoring changes.

What does this PR do / Why do we need it:
To allow cross OS compilation.

If an issue # is not available please add repro steps and logs from IPAMD/CNI showing the issue:
NA

Testing done on this change:
Ran make commands

Automation added to e2e:
NA

Will this break upgrades or downgrades. Has updating a running cluster been tested?:
NA

Does this change require updates to the CNI daemonset config files to work?:
NA

Does this PR introduce any user-facing change?:
NA

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

netlink library has dependency on linux specific go libraries,
so in order to allow cross OS compilation moving input that will be
be used outside the agent (in ginkgo tests to send inputs) to a seperate
package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants