mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
Merge pull request #403 from marquiz/fixes/e2e
test/e2e: fix e2e-config node matching
This commit is contained in:
commit
7f3f9d7ed8
1 changed files with 1 additions and 0 deletions
|
@ -535,6 +535,7 @@ var _ = framework.KubeDescribe("[NFD] Node Feature Discovery", func() {
|
|||
if conf.nameRe.MatchString(node.Name) {
|
||||
e2elog.Logf("node %q matches rule %q", node.Name, conf.nameRe)
|
||||
nodeConf = &conf
|
||||
break
|
||||
}
|
||||
}
|
||||
if nodeConf == nil {
|
||||
|
|
Loading…
Reference in a new issue