summaryrefslogtreecommitdiff
path: root/tests/system-common-macros.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system-common-macros.at')
-rw-r--r--tests/system-common-macros.at5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/system-common-macros.at b/tests/system-common-macros.at
index 23bbc47c9..3acc672aa 100644
--- a/tests/system-common-macros.at
+++ b/tests/system-common-macros.at
@@ -281,6 +281,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])