diff options
Diffstat (limited to 'distro/tests/extra/all')
-rw-r--r-- | distro/tests/extra/all/control | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/distro/tests/extra/all/control b/distro/tests/extra/all/control new file mode 100644 index 0000000..6f9da6b --- /dev/null +++ b/distro/tests/extra/all/control @@ -0,0 +1,10 @@ +Tests: kdig +Restrictions: skippable +{%- if distro.match('deb') %} +Depends: iputils-ping, ca-certificates +{%- elif distro.match('rpm') %} +Depends: iputils +{%- endif %} + +Tests: authoritative-server +Depends: findutils |