-
Notifications
You must be signed in to change notification settings - Fork 135
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
NO-JIRA: nto:sriov: rps configuration validation test #1856
base: master
Are you sure you want to change the base?
Conversation
@Tal-or: This pull request explicitly references no jira issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
/test e2e-telco5g-cnftests |
/cc @SchSeba |
/test ? |
@zeeke: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/rename NO-JIRA: nto:sriov: rps configuration validation test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ffromani, Tal-or 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 |
/test e2e-telco5g-cnftests |
machineConfigPoolName string | ||
performanceProfileName string | ||
enforcedPerformanceProfileName string | ||
dpdkResourceName = "dpdknic" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not for dpdk right? it's for regular kernel device
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SchSeba Yes. I copied the name from a different test.
Which name are you suggesting to use?
We are lack coverage of RPS configuration validation on a cluster with SR-IOV devices. This test aim to cover the above mentioned gap. The test tries to detect the PerformanceProfile (creates one if needed), and creates an SRI-OV network. Then the test validates that all NICs are configured with the correct RPS mask. Signed-off-by: Talor Itzhak <[email protected]>
/test e2e-telco5g-cnftests |
@Tal-or: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
We are lack coverage of RPS configuration validation on a cluster with SR-IOV devices. This test aim to cover the above mentioned gap.
The test tries to detect the PerformanceProfile (creates one if needed), and creates an SRI-OV network. Then the test validates that all NICs are configured with the correct RPS mask.