Signed-off-by: Eric Garver <[email protected]>
---
tests/system-common-macros.at | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tests/system-common-macros.at b/tests/system-common-macros.at
index 667390e61dec..77f09f8d7018 100644
--- a/tests/system-common-macros.at
+++ b/tests/system-common-macros.at
@@ -259,6 +259,11 @@ m4_define([OVS_CHECK_VXLAN],
[AT_SKIP_IF([! ip link add foo type vxlan help 2>&1 | grep dstport
>/dev/null])
OVS_CHECK_FIREWALL()])
+# OVS_CHECK_VXLAN_GPE()
+m4_define([OVS_CHECK_VXLAN_GPE],
+ [OVS_CHECK_VXLAN()
+ AT_SKIP_IF([! ip link add foo type vxlan help 2>&1 | grep gpe
>/dev/null])])
+
# OVS_CHECK_GRE()
m4_define([OVS_CHECK_GRE],
[AT_SKIP_IF([! ip link add foo type gretap help 2>&1 | grep gre
>/dev/null])
--
2.12.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev