diff options
author | Lucas Kanashiro <lucas.kanashiro@canonical.com> | 2020-05-08 09:19:44 -0300 |
---|---|---|
committer | Bernhard Schmidt <berni@debian.org> | 2020-09-01 01:17:49 +0200 |
commit | 68cf7e194033449b6c02fde1413875a597861c19 (patch) | |
tree | eafdb212ab8163b52e07a76cc711e607a7ceb008 /debian/tests/control | |
parent | 4e5ae294da9429b739ba4dd741d73478429bf4d1 (diff) |
Add two DEP-8 test cases for the server side
Two scenarios are tested, server setup using: a static key and a CA.
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..9fb6fea --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,6 @@ +Tests: server-setup-with-ca +Depends: openvpn, easy-rsa +Restrictions: needs-root, isolation-machine + +Tests: server-setup-with-static-key +Restrictions: needs-root, isolation-machine |