k8snetworkplumbingwg / sriov-network-operator

Operator for provisioning and configuring SR-IOV CNI plugin and device plugin
Apache License 2.0
84 stars 114 forks source link

Refactor some conformance tests to use `SRIOV_NODE_AND_DEVICE_NAME_FILTER` #771

Closed zeeke closed 2 months ago

zeeke commented 2 months ago

This commit updates several conformance tests to make use of the SRIOV_NODE_AND_DEVICE_NAME_FILTER variable. By integrating this variable, the tests can now better target specific nodes and devices, improving test precision and reducing potential errors. This change enhances the flexibility and maintainability of the test suite.

cc @evgenLevin

github-actions[bot] commented 2 months ago

Thanks for your PR, To run vendors CIs, Maintainers can use one of:

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 10696494272

Details


Totals Coverage Status
Change from base Build 10683587415: 0.0%
Covered Lines: 6600
Relevant Lines: 14673

💛 - Coveralls
zeeke commented 2 months ago

@SchSeba @ykulazhenkov can you please take a look?

adrianchiris commented 2 months ago

@zeeke feel free to self merge this one if you are happpy with it

zeeke commented 2 months ago

@zeeke feel free to self merge this one if you are happpy with it

thanks! Merging