Skip to content

Commit 40683e0

Browse files
committed
samples: net: Enable Wireguard VPN compilation in tests
Add a test that enables Wireguard VPN compilation so that we at least compile test the code. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent cbdc66a commit 40683e0

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

samples/net/sockets/echo_client/sample.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,9 @@ tests:
111111
sample.net.sockets.echo_client.802154.subg:
112112
extra_args: EXTRA_CONF_FILE="overlay-802154-subg.conf"
113113
platform_allow: beagleconnect_freedom
114+
sample.net.sockets.echo_client.vpn:
115+
platform_allow:
116+
- native_sim
117+
- native_sim/native/64
118+
extra_args:
119+
- EXTRA_CONF_FILE="overlay-vpn.conf"

samples/net/sockets/echo_server/sample.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,9 @@ tests:
153153
- native_sim/native/64
154154
extra_args:
155155
- EXTRA_CONF_FILE="overlay-ws-console.conf"
156+
sample.net.sockets.echo_server.vpn:
157+
platform_allow:
158+
- native_sim
159+
- native_sim/native/64
160+
extra_args:
161+
- EXTRA_CONF_FILE="overlay-vpn.conf"

samples/net/sockets/http_server/sample.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ tests:
1818
sample.net.sockets.http.server: {}
1919
sample.net.sockets.https.server:
2020
extra_args: EXTRA_CONF_FILE="overlay-tls.conf"
21+
sample.net.sockets.http_server.vpn:
22+
platform_allow:
23+
- native_sim
24+
- native_sim/native/64
25+
extra_args:
26+
- EXTRA_CONF_FILE="overlay-vpn.conf"

0 commit comments

Comments
 (0)