Skip to content

Commit f4aafd9

Browse files
authored
Merge pull request #86 from maiqueb/use-correct-multus-status-annotation
e2e, multi-net: use non-deprecated network-status annot
2 parents 6d175ac + f46c084 commit f4aafd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/macvtap_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
const (
3636
macvtapResource = "macvtap.network.kubevirt.io"
3737
networkResource = "k8s.v1.cni.cncf.io/networks"
38-
networkStatus = "k8s.v1.cni.cncf.io/networks-status"
38+
networkStatus = "k8s.v1.cni.cncf.io/network-status"
3939
)
4040

4141
type reportedNetwork struct {

0 commit comments

Comments
 (0)