diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:04:21 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:04:21 +0000 |
commit | 056ab9ba6c4a1cb30e60cc4d84f990c3ef566992 (patch) | |
tree | c6da0f229297a4ae410275e099edfd2e6e292109 /debian/tests | |
parent | Adding upstream version 2.14.3. (diff) | |
download | ansible-core-056ab9ba6c4a1cb30e60cc4d84f990c3ef566992.tar.xz ansible-core-056ab9ba6c4a1cb30e60cc4d84f990c3ef566992.zip |
Adding debian version 2.14.3-1.debian/2.14.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 20 | ||||
-rwxr-xr-x | debian/tests/unit | 5 |
2 files changed, 25 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..942ca11 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,20 @@ +Tests: unit +# Dependencies sourced from: +# - test/lib/ansible_test/_data/requirements/units.txt +# - test/units/requirements.txt +Depends: @, + git, + python3-pycryptodome, + python3-cryptography, + python3-jinja2, + python3-mock, + python3-passlib, + python3-pexpect, + python3-pycryptodome, + python3-pytest, + python3-pytest-mock, + python3-pytest-forked, + python3-pytest-xdist, + python3-tz, + python3-winrm, + python3-yaml diff --git a/debian/tests/unit b/debian/tests/unit new file mode 100755 index 0000000..560446a --- /dev/null +++ b/debian/tests/unit @@ -0,0 +1,5 @@ +#!/bin/sh + +/usr/bin/ansible-test units \ + --python-interpreter /usr/bin/python3 \ + --local |