shadow/tests
Nicolas François a8bf8af5aa Extend checks for moving home directory
Add hard link to files inside or outside the home directory)
Add files with user or group owner different from the user.
2014-09-21 00:36:16 +02:00
..
chage Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
chroot Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
chsh Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
cktools Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
common Add support for syscall failure tests 2014-09-21 00:17:25 +02:00
convtools Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
cptools Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
crypt Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
debian Update list of files in login and passwd packages 2014-09-20 15:39:32 +02:00
expiry Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
failures useradd now uses link rather than rename 2014-09-21 00:17:26 +02:00
grouptools Add missing configuration files 2014-09-21 00:17:27 +02:00
log Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
login Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
newusers Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
passwd Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
split_groups Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
su Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
subids Add tests for subids handling 2014-09-21 00:16:57 +02:00
usertools Extend checks for moving home directory 2014-09-21 00:36:16 +02:00
bug332198-test.exp Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
bug334803-test.exp Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
cleanup.sh Add cleanup script 2014-09-21 00:17:24 +02:00
coverage.sh Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
README Add tests from the old svn tree 2014-09-17 14:42:55 -05:00
run_all Add config to disable execution of failure tests 2014-09-21 00:17:23 +02:00
run_all.coverage Provides coverage with traceability to test cases 2014-09-21 00:17:29 +02:00

This testsuite is NOT SECURE: it will temporarily change your passwords file
with known passwords.
You should run it on a chroot, or on a secured dedicated system.



To test a Debian system:
	$ mkdir sid-chroot
	$ sudo debootstrap sid sid-chroot/ http://ftp.fr.debian.org/debian/
edit or copy a sources.list
	$ sudo cp /etc/apt/sources.list sid-chroot/etc/apt/
edit or copy a resolv.conf
	$ sudo cp /etc/resolv.conf sid-chroot/etc/
	$ su - root -c "chroot sid-chroot/ /bin/bash"
	# mount -t proc proc /proc
	# mount -t devpts devpts /dev/pts
	# aptitude update
	# aptitude install expect
	# cd /dev ; mknod --mode=666 /dev/ptmx c 5 2