selftest: Split samba.tests.samba_tool.user_virtualCryptSHA into GPG and not GPG...
authorAndrew Bartlett <abartlet@samba.org>
Wed, 1 Jul 2020 02:30:24 +0000 (14:30 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 1 Jul 2020 13:34:30 +0000 (13:34 +0000)
commit2c4ecf002a3fbbe8be061814468529c8bd6bb7aa
tree8d3aaa8429c04feb3b682efe060e2798e5d0b271
parent91453f110fa72062291eb59ad9d95fab0f423557
selftest: Split samba.tests.samba_tool.user_virtualCryptSHA into GPG and not GPG parts

This allows the userPassword (not GPG) part of the test to run on hosts without
python3-gpg (eg RHEL7) while still testing the userPassword handling.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=14424

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
python/samba/tests/samba_tool/user_virtualCryptSHA_base.py [new file with mode: 0644]
python/samba/tests/samba_tool/user_virtualCryptSHA_gpg.py [new file with mode: 0644]
python/samba/tests/samba_tool/user_virtualCryptSHA_userPassword.py [new file with mode: 0644]
source4/selftest/tests.py