- sysctl net.ipv6.conf.all.disable_ipv6=0
# we don't want pppd to invoke any actual connection scripts
- mv /etc/ppp /etc/ppp.DISABLED
-# For reasons that are unclear, but probably also unimportant, IPv6 is disabled by default on this CI
-# image (verified in https://gitlab.com/openconnect/openconnect/-/jobs/1135199323#L335), and this will
-# cause PPP tests using IPv6 to fail. So we must explicitly enable IPv6:
- - sysctl net.ipv6.conf.all.disable_ipv6=0
# auth-nonascii: UTF-8 support is not available in distro's ocserv package
# ppp-over-tls-sync: https://gitlab.com/openconnect/openconnect/-/issues/287#note_641198529)
- make VERBOSE=1 XFAIL_TESTS="auth-nonascii ppp-over-tls-sync" -j4 check
- sysctl net.ipv6.conf.all.disable_ipv6=0
# we don't want pppd to invoke any actual connection scripts
- mv /etc/ppp /etc/ppp.DISABLED
-# For reasons that are unclear, but probably also unimportant, IPv6 is disabled by default on this CI
-# image (verified in https://gitlab.com/openconnect/openconnect/-/jobs/1135199323#L335), and this will
-# cause PPP tests using IPv6 to fail. So we must explicitly enable IPv6:
- - sysctl net.ipv6.conf.all.disable_ipv6=0
# auth-nonascii: UTF-8 support is not available in distro's ocserv package
# obsolete-server-crypto: OpenSSL 1.1.0 disables 3DES and RC4 by default (https://www.openssl.org/blog/blog/2016/08/24/sweet32/)
# ppp-over-tls-sync: https://gitlab.com/openconnect/openconnect/-/issues/287#note_641198529)