main
OCPNODE-4538: Add e2e tests for DRA Partitionable Devices (KEP-4815) Add three e2e tests validating the DRAPartitionableDevices feature gate using the upstream dra-example-driver with gpuPartitions enabled: 1. Validates ResourceSlice two-slice model (SharedCounters + ConsumesCounters) 2. Validates partition device allocation to pod via DRA ResourceClaim 3. Validates counter exhaustion renders additional claims unschedulable
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