main
OCPNODE-4538: Address review feedback and register DRA test suite - Register openshift/dra-example test suite in standard_suites.go enabling CI to run all DRA tests via: openshift-tests run openshift/dra-example - Add API error logging in namespace cleanup for better debugging - Improve ExpectNoError message in partition allocation verification
OCPNODE-4108: extract common DRA utilities and address review feedback - Extract shared ResourceBuilder and CRUD helpers into test/extended/node/dra/common/ package with parameterized DriverConfig so that example, nvidia, and future driver tests can reuse them without duplication (addresses Sai Ramesh code-sharing review comment) - Remove example/resource_builder.go, move driver constants to device_validator.go, update example_dra.go to use common package - Fix README toleration wording (SNO-specific -> general) - Add Architecture section to README documenting common package layout