15 lines
354 B
YAML
15 lines
354 B
YAML
|
# Tests for libreswan using NM's tests
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
repositories:
|
||
|
- repo: "https://gitlab.freedesktop.org/NetworkManager/NetworkManager-ci"
|
||
|
dest: "NetworkManager-ci"
|
||
|
tests:
|
||
|
- sanity-tests:
|
||
|
dir: NetworkManager-ci
|
||
|
run: run/osci/run-tests libreswan
|
||
|
|