]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftest/net/ovpn: fix missing file
authorAntonio Quartulli <antonio@openvpn.net>
Thu, 22 May 2025 13:33:18 +0000 (15:33 +0200)
committerAntonio Quartulli <antonio@openvpn.net>
Tue, 3 Jun 2025 11:08:15 +0000 (13:08 +0200)
test-large-mtu.sh is referenced by the Makefile
but does not exist.

Add it along the other scripts.

Fixes: 944f8b6abab6 ("selftest/net/ovpn: extend coverage with more test cases")
Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
tools/testing/selftests/net/ovpn/test-large-mtu.sh [new file with mode: 0755]

diff --git a/tools/testing/selftests/net/ovpn/test-large-mtu.sh b/tools/testing/selftests/net/ovpn/test-large-mtu.sh
new file mode 100755 (executable)
index 0000000..ce2a2cb
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
+# Copyright (C) 2025 OpenVPN, Inc.
+#
+#  Author:     Antonio Quartulli <antonio@openvpn.net>
+
+MTU="1500"
+
+source test.sh