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

Add handler E2E tests for static addresses and routes #863

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

yboaron
Copy link
Collaborator

@yboaron yboaron commented Nov 1, 2021

Signed-off-by: Yossi Boaron yboaron@redhat.com

Is this a BUG FIX or a FEATURE ?:

/kind enhancement

What this PR does / why we need it:
This PR adds E2E static (both V4 and V6) addresses and routes tests for handler

@kubevirt-bot kubevirt-bot added the dco-signoff: no Indicates the PR's author has not DCO signed all their commits. label Nov 1, 2021
@kubevirt-bot kubevirt-bot added do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. size/L labels Nov 1, 2021
@yboaron yboaron force-pushed the test_static branch 2 times, most recently from ead80a5 to 3b1d72b Compare November 1, 2021 14:42
@kubevirt-bot kubevirt-bot added dco-signoff: yes Indicates the PR's author has DCO signed all their commits. and removed dco-signoff: no Indicates the PR's author has not DCO signed all their commits. labels Nov 1, 2021
@yboaron
Copy link
Collaborator Author

yboaron commented Nov 2, 2021

/release-note-none

@kubevirt-bot kubevirt-bot added release-note-none Denotes a PR that doesn't merit a release note. and removed do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Nov 2, 2021
@qinqon
Copy link
Member

qinqon commented Nov 2, 2021

/retest

Copy link
Member

@qinqon qinqon left a comment

Choose a reason for hiding this comment

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

Can you check if those state snippets are not already at https://github.com/nmstate/kubernetes-nmstate/blob/main/test/e2e/handler/states.go ?

Also don't export the function.

@yboaron
Copy link
Collaborator Author

yboaron commented Nov 3, 2021

/retest

Comment on lines 12 to 24
func ipV4AddrAbsent(firstSecondaryNic, ipAddress, prefixLen string) nmstate.State {
return nmstate.NewState(fmt.Sprintf(`interfaces:
- name: %s
type: ethernet
state: up
ipv4:
address:
- ip: %s
prefix-length: %s
state: absent
enabled: false
`, firstSecondaryNic, ipAddress, prefixLen))
}
Copy link
Member

Choose a reason for hiding this comment

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

Can you move this functions to test/e2e/handler/states.go ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

Signed-off-by: Yossi Boaron yboaron@redhat.com
@qinqon
Copy link
Member

qinqon commented Nov 8, 2021

/lgtm
/approve

@kubevirt-bot kubevirt-bot added the lgtm Indicates that a PR is ready to be merged. label Nov 8, 2021
@kubevirt-bot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: qinqon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubevirt-bot kubevirt-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 8, 2021
@kubevirt-bot kubevirt-bot merged commit 621d3fc into nmstate:main Nov 8, 2021
rhrazdil pushed a commit to rhrazdil/kubernetes-nmstate that referenced this pull request Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates the PR's author has DCO signed all their commits. lgtm Indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants