1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 05:18:19 +00:00

test/e2e: rename ginkgo focus for tests

Make it easier to only run tests for nfd master/worker and skip
topology-updater tests.
This commit is contained in:
Markus Lehtonen 2023-02-21 13:37:25 +02:00
parent 69440d7820
commit adf79d5e38
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ func cleanupCRDs(cli *nfdclient.Clientset) {
}
// Actual test suite
var _ = SIGDescribe("Node Feature Discovery", func() {
var _ = SIGDescribe("NFD master and worker", func() {
f := framework.NewDefaultFramework("node-feature-discovery")
nfdTestSuite := func(useNodeFeatureApi bool) {

View file

@ -46,7 +46,7 @@ import (
testpod "sigs.k8s.io/node-feature-discovery/test/e2e/utils/pod"
)
var _ = SIGDescribe("Node Feature Discovery topology updater", func() {
var _ = SIGDescribe("NFD topology updater", func() {
var (
extClient *extclient.Clientset
topologyClient *topologyclientset.Clientset