Skip to content

Commit b8db9ed

Browse files
committed
fix(OCPBUGS-61329): skip TmpDirMount check for kubevirt HCP pods
Skip EnsureReadOnlyRootFilesystemTmpDirMount check for tmpdir mount in kubevirt HCP pods
1 parent 6b857ec commit b8db9ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/e2e/util/util.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,6 +1658,8 @@ func EnsureReadOnlyRootFilesystem(t *testing.T, ctx context.Context, hostClient
16581658
{label: "app", value: "network-node-identity"}: {},
16591659
{label: "app", value: "ovnkube-control-plane"}: {},
16601660
{label: "app", value: "cloud-network-config-controller"}: {},
1661+
{label: "app", value: "vmi-console-debug"}: {},
1662+
{label: "kubevirt.io", value: "virt-launcher"}: {}, // virt-launcher pods have no app label
16611663
{label: "app", value: "csi-snapshot-controller"}: {},
16621664
{label: "app", value: "csi-snapshot-webhook"}: {},
16631665
{label: "app", value: "packageserver"}: {

0 commit comments

Comments
 (0)