Signed-off-by: Ihar Hrachyshka <[email protected]>
---
controller/test-vif-plug.c | 2 +-
tests/ovn-vif-plug.at | 2 +-
tests/testsuite.at | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/controller/test-vif-plug.c b/controller/test-vif-plug.c
index 01ff37d8f..d7094199a 100644
--- a/controller/test-vif-plug.c
+++ b/controller/test-vif-plug.c
@@ -36,7 +36,7 @@ test_vif_plug(struct ovs_cmdl_context *ctx OVS_UNUSED)
ovs_assert(
sset_contains(
vif_plug_get_maintained_iface_options(vif_plug_class),
- "plug-dummy-option"));
+ "vif-plug-dummy-option"));
struct vif_plug_port_ctx_in ctx_in = {
.op_type = PLUG_OP_CREATE,
diff --git a/tests/ovn-vif-plug.at b/tests/ovn-vif-plug.at
index 86b0b4b84..d4c225e90 100644
--- a/tests/ovn-vif-plug.at
+++ b/tests/ovn-vif-plug.at
@@ -4,5 +4,5 @@
AT_BANNER([OVN unit tests - vif-plug])
AT_SETUP([unit test -- plugging infrastructure tests])
-AT_CHECK([ovstest test-plug run], [0], [])
+AT_CHECK([ovstest test-vif-plug run], [0], [])
AT_CLEANUP
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 479e786bd..d3f00e1bf 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -39,3 +39,4 @@ m4_include([tests/ovn-controller-vtep.at])
m4_include([tests/ovn-ic.at])
m4_include([tests/checkpatch.at])
m4_include([tests/ovn-ipsec.at])
+m4_include([tests/ovn-vif-plug.at])
--
2.34.1
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev