Bug 2057451
| Summary: | CNF test container: SRIOV tests don`t support Intel E810 nic | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | elevin | |
| Component: | CNF Platform Validation | Assignee: | Sebastian Scheinkman <sscheink> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Nikita <nkononov> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 4.8 | CC: | aos-bugs, cgoncalves, mcornea, sscheink, zshi | |
| Target Milestone: | --- | |||
| Target Release: | 4.8.z | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2084535 (view as bug list) | Environment: | ||
| Last Closed: | 2022-11-14 15:01:00 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | 2084535 | |||
| Bug Blocks: | ||||
openshift4-cnf-tests:v4.8.10-6
Server Version: 4.8.48
ens5f0 - E810
==================================
• [SLOW TEST:23.248 seconds]
[sriov] operator
/remote-source/app/vendor/github.com/k8snetworkplumbingwg/sriov-network-operator/test/conformance/tests/sriov_operator.go:66
No SriovNetworkNodePolicy
/remote-source/app/vendor/github.com/k8snetworkplumbingwg/sriov-network-operator/test/conformance/tests/sriov_operator.go:103
SR-IOV network config daemon can be set by nodeselector
/remote-source/app/vendor/github.com/k8snetworkplumbingwg/sriov-network-operator/test/conformance/tests/sriov_operator.go:104
Should schedule the config daemon on selected nodes
/remote-source/app/vendor/github.com/k8snetworkplumbingwg/sriov-network-operator/test/conformance/tests/sriov_operator.go:106
------------------------------
- apiVersion: sriovnetwork.openshift.io/v1
kind: SriovNetworkNodePolicy
metadata:
creationTimestamp: "2022-08-28T20:27:45Z"
generateName: test-policy
generation: 1
name: test-policysf4qz
namespace: openshift-sriov-network-operator
resourceVersion: "1046365"
uid: 64f5db95-7171-4864-a30a-9f2432898c98
spec:
deviceType: netdevice
isRdma: false
nicSelector:
pfNames:
- ens5f0
nodeSelector:
kubernetes.io/hostname: helix09.lab.eng.tlv2.redhat.com
numVfs: 5
priority: 99
resourceName: testresource
kind: List
metadata:
resourceVersion: ""
selfLink: ""
|
Description of problem: Sriov tests failed due to Intel E810 nic is not in list of supported nic /remote-source/app/cnf-tests/testsuites/pkg/execute/ginkgo.go:9 Unexpected error: <*errors.errorString | 0xc001e78460>: { s: "No sriov enabled node found", } No sriov enabled node found occurred /remote-source/app/cnf-tests/testsuites/e2esuite/sctp/sctp_sriov.go:147 https://github.com/openshift-kni/cnf-features-deploy/blob/release-4.8/vendor/githu[…]kplumbingwg/sriov-network-operator/test/util/cluster/cluster.go According to the SR-IOV it should be supported: https://github.com/openshift/sriov-network-operator/blob/release-4.8/api/v1/helper.go#L45 Version-Release number of selected component (if applicable): 4.8.0 How reproducible: 100% Steps to Reproduce: 1.Run CNF-TEST container with focus sriov against intel E810 2. 3. Actual results: All sriov tests failed Expected results: All sriov tests passed Additional info: