]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: port arch-specific tests to module-playground
authorLucas De Marchi <lucas.demarchi@intel.com>
Sat, 21 Feb 2015 17:09:12 +0000 (15:09 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Sat, 21 Feb 2015 17:09:12 +0000 (15:09 -0200)
commit77fdc66429a85763fd3e2022462d1be758d903ec
tree7e4d035c5c74a3310f75961852b877915d581f65
parenta24e17839cbbb9adaffed95432fb24bdb2bf1198
testsuite: port arch-specific tests to module-playground

Rename modinfo_jonsmodules() to test_modinfo_signature(): now this test
is responsible only for the signed modules.

The other tests use specific flags to modinfo in order to print only
one field, so we can filter out those fields that are expect to change
if the module is recompiled.
13 files changed:
testsuite/populate-modules.sh
testsuite/rootfs-pristine/test-modinfo/correct-author.txt [new file with mode: 0644]
testsuite/rootfs-pristine/test-modinfo/correct-depends.txt [new file with mode: 0644]
testsuite/rootfs-pristine/test-modinfo/correct-description.txt [new file with mode: 0644]
testsuite/rootfs-pristine/test-modinfo/correct-filename.txt [new file with mode: 0644]
testsuite/rootfs-pristine/test-modinfo/correct-license.txt [new file with mode: 0644]
testsuite/rootfs-pristine/test-modinfo/correct-parm.txt [new file with mode: 0644]
testsuite/rootfs-pristine/test-modinfo/correct.txt
testsuite/rootfs-pristine/test-modinfo/ext4-i686.ko [deleted file]
testsuite/rootfs-pristine/test-modinfo/ext4-ppc64.ko [deleted file]
testsuite/rootfs-pristine/test-modinfo/ext4-s390x.ko [deleted file]
testsuite/rootfs-pristine/test-modinfo/ext4-x86_64.ko [deleted file]
testsuite/test-modinfo.c