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

Support test-e2e-k8s rule #97

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

abdallahyas
Copy link
Contributor

This patch adds the support for the test-e2e-k8 make rule by
making the operator namespace in the e2e tests configurable then
setting the namespace value in the Makefile.

@abdallahyas
Copy link
Contributor Author

@adrianchiris can you have a look? thanks

timeout = time.Second * 30
duration = time.Second * 300
interval = time.Second * 1
)

var testNamespace string = os.Getenv("NAMESPACE")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we panic in the test if NAMESPACE is somehow not defined (i.e os.Gentenv() returns an empty string) ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@adrianchiris
Copy link
Collaborator

@AbdYsn a small comment, otherwise i think we are good to merge this one !

This patch adds the support for the `test-e2e-k8` make rule by
making the operator namespace in the e2e tests configurable then
setting the namespace value in the Makefile.
@abdallahyas abdallahyas requested a review from adrianchiris April 5, 2021 07:47
@pliurh pliurh merged commit af80821 into k8snetworkplumbingwg:master Apr 12, 2021
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.

5 participants