Merge pull request #100180 from fromanirh/tm-e2e-fix-wait

e2e: TM: wait for SRIOV devices in pod scope tests
This commit is contained in:
Kubernetes Prow Robot 2021-06-23 11:42:10 -07:00 committed by GitHub
commit 15a60d1a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -603,6 +603,8 @@ func runTMScopeResourceAlignmentTestSuite(f *framework.Framework, configMap *v1.
sd := setupSRIOVConfigOrFail(f, configMap)
var ctnAttrs, initCtnAttrs []tmCtnAttribute
waitForSRIOVResources(f, sd)
envInfo := &testEnvInfo{
numaNodes: numaNodes,
sriovResourceName: sd.resourceName,