From fccfd4dec7cc6aef2d462635d3d8ad3870223823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 21 Apr 2026 16:59:41 +0200 Subject: [PATCH] tests: remove orphan vfio.yaml k8s workload manifest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This manifest is not referenced by any .bats test file and is effectively dead code. Made-with: Cursor Signed-off-by: Fabiano FidĂȘncio --- .../runtimeclass_workloads/vfio.yaml | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 tests/integration/kubernetes/runtimeclass_workloads/vfio.yaml diff --git a/tests/integration/kubernetes/runtimeclass_workloads/vfio.yaml b/tests/integration/kubernetes/runtimeclass_workloads/vfio.yaml deleted file mode 100644 index c4461651c0..0000000000 --- a/tests/integration/kubernetes/runtimeclass_workloads/vfio.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright (c) 2020 Intel Corporation -# -# SPDX-License-Identifier: Apache-2.0 -# -apiVersion: v1 -kind: Pod -metadata: - name: vfio -spec: - runtimeClassName: kata - containers: - - name: c1 - image: quay.io/prometheus/busybox:latest - command: - - sh - tty: true - stdin: true - resources: - limits: - intel.com/virtio_net: "1" - requests: - intel.com/virtio_net: "1"