1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Test-Command: set -e; for py in $(py3versions -i); do printf '\n\n=== %s\n\n' "$py"; env PYTHONPATH="$(pwd)/tests/python" "$py" -B -u -m run_sshd_test -v /usr/bin/remrun; done
Depends:
openssh-client,
openssh-server,
python3-all,
python3-utf8-locale,
@,
Features:
test-name=upstream-sshd-simple,
Restrictions:
allow-stderr,
needs-root,
Test-Command: set -e; for py in $(py3versions -i); do printf '\n\n=== %s\n\n' "$py"; env PYTHONPATH="$(pwd)/tests/python" "$py" -B -u -m run_sshd_test -v -t tests/run-test.sh /usr/bin/remrun; done
Depends:
openssh-client,
openssh-server,
python3-all,
python3-utf8-locale,
@,
Features:
test-name=upstream-sshd-suite,
Restrictions:
allow-stderr,
needs-root,
|