kmod/testsuite/rootfs-pristine/test-modprobe
Lucas De Marchi 5278396d98 testsuite: Add test to check if modprobe explodes on bogus config
Put this one /etc/modprobe.d/bougs.conf:

alias psmouse deaddood

`modprobe --show-depends --quiet psmouse` explodes in an assertion
(unless you have a module named deaddood). Some people and initrd's use
"alias psmouse off" to disable a module instead of blacklisting it or
adding a install rule.

Add a test with expected_fail == true before fixing this.
2013-03-21 02:31:16 -03:00
..
alias-to-none testsuite: Add test to check if modprobe explodes on bogus config 2013-03-21 02:31:16 -03:00
builtin/lib/modules/4.4.4 testsuite: rename rootfs dir 2012-06-05 00:54:47 -03:00
install-cmd-loop testsuite: add test for install-commands loop 2012-06-06 01:57:33 -03:00
show-depends testsuite: rename rootfs dir 2012-06-05 00:54:47 -03:00
softdep-loop testsuite: add test for softdep loops 2012-06-05 00:57:47 -03:00