Skip to content

Commit

Permalink
test/e2e: rename ginkgo focus for tests
Browse files Browse the repository at this point in the history
Make it easier to only run tests for nfd master/worker and skip
topology-updater tests.
  • Loading branch information
marquiz committed Feb 21, 2023
1 parent 69440d7 commit adf79d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/node_feature_discovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/topology_updater_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit adf79d5

Please sign in to comment.