Skip to content

Commit f4f5d07

Browse files
authored
Merge pull request kubernetes#121557 from bart0sh/PR126-e2e-mark-CDI-test-as-NodeSpecialFeature
e2e_node: mark CDI test as NodeSpecialFeature
2 parents 1c0dbe2 + 69b9d50 commit f4f5d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e_node/device_plugin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func testDevicePlugin(f *framework.Framework, pluginSockDir string) {
242242
gomega.Expect(v1ResourcesForOurPod.Containers[0].Devices[0].DeviceIds).To(gomega.HaveLen(1))
243243
})
244244

245-
ginkgo.It("can make a CDI device accessible in a container", func(ctx context.Context) {
245+
ginkgo.It("[NodeSpecialFeature:CDI] can make a CDI device accessible in a container", func(ctx context.Context) {
246246
e2eskipper.SkipUnlessFeatureGateEnabled(features.DevicePluginCDIDevices)
247247
// check if CDI_DEVICE env variable is set
248248
// and only one correspondent device node /tmp/<CDI_DEVICE> is available inside a container

0 commit comments

Comments
 (0)