forked from openshift/sriov-network-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
e2e: Skip tests when no VF-IO devices are available
Test cases in ``` ... Create vfio-pci node policy Should be possible to create a vfio-pci resource ... PF Partitioning Should be possible to partition the pf's vfs ``` should be skipped if there are no available SR-IOV devices in the cluster that support vfio-pci mode. Make `ExternallyManaged Validation` test cases don't need vfio-pci devices. Use a the function `FindOneSriovNodeAndDevice()` to less striclty discover NICs. Refs: - k8snetworkplumbingwg/sriov-network-operator@aeb60e2 Signed-off-by: Andrea Panattoni <[email protected]>
- Loading branch information
Showing
2 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters