Implement e2e tests for pod scope alignment

A suite of e2e tests was created for Topology Manager
so as to test pod scope alignment feature.

Co-authored-by: Pawel Rapacz <p.rapacz@partner.samsung.com>
Co-authored-by: Krzysztof Wiatrzyk <k.wiatrzyk@samsung.com>
Signed-off-by: Cezary Zukowski <c.zukowski@samsung.com>
This commit is contained in:
Pawel Rapacz
2020-07-10 11:50:27 +02:00
committed by Krzysztof Wiatrzyk
parent 7b0ccaa1e9
commit 16c7bf4db4
2 changed files with 215 additions and 29 deletions

View File

@@ -181,6 +181,7 @@ type testEnvInfo struct {
numaNodes int
sriovResourceName string
policy string
scope string
}
func containerWantsDevices(cnt *v1.Container, envInfo *testEnvInfo) bool {