summaryrefslogtreecommitdiff
path: root/selftest/quick
Commit message (Collapse)AuthorAgeFilesLines
* selftest/quick: add smb2.sessionStefan Metzmacher2022-02-021-0/+1
| | | | | | | | | | | | We run the quicktest on each linux distro as part of samba-o3 builds. We should make sure smb2 signing/enctyption works on all of them and all different system libraries. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14968 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* selftest: Run test of how userPassword / crypt() style passwords are stored ↵Andrew Bartlett2020-07-011-0/+3
| | | | | | | | | | | | in quicktest This ensures that the crypt_r()/crypt_rn()/crypt() behaviour is tested in all the samba-o3 builds and so is checked on RHEL7 in GitLab CI. https://bugzilla.samba.org/show_bug.cgi?id=14424 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
* selftest: Have only one set of selftest knownfail and skip filesAndrew Bartlett2011-10-281-0/+37
Listing tests that are not ever proposed (eg samba4.* in the samba3 selftest) is not an error, so just combine the lists. This is being done because some folks trying to learn how our 'make test' works are having trouble following the distributed nature of the selftest system. Andrew Bartlett