diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-02-10 09:30:49 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2015-02-10 09:30:49 -0200 |
commit | eeb627004b6ee3610913f98ef143e84eb0546360 (patch) | |
tree | 1f4b514df7a9e10629e1db0911e28bbdf068bf78 /testsuite/populate-modules.sh | |
parent | e6307200af74d1556466522216e8ae77b7c8b843 (diff) | |
download | kmod-eeb627004b6ee3610913f98ef143e84eb0546360.tar.gz kmod-eeb627004b6ee3610913f98ef143e84eb0546360.tar.bz2 kmod-eeb627004b6ee3610913f98ef143e84eb0546360.zip |
testsuite: port show-depends tests to module-playground
Another test, modprobe_show_alias_to_none was wrongly checking the
output in the show-depends namespace so it needed changing as well.
Diffstat (limited to 'testsuite/populate-modules.sh')
-rwxr-xr-x | testsuite/populate-modules.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/populate-modules.sh b/testsuite/populate-modules.sh index f41501d..bef3db1 100755 --- a/testsuite/populate-modules.sh +++ b/testsuite/populate-modules.sh @@ -22,6 +22,9 @@ map=( ["test-dependencies/lib/modules/4.0.20-kmod/kernel/fs/"]="mod-foo.ko" ["test-init/"]="mod-simple.ko" ["test-remove/"]="mod-simple.ko" + ["test-modprobe/show-depends/lib/modules/4.4.4/kernel/mod-loop-a.ko"]="mod-loop-a.ko" + ["test-modprobe/show-depends/lib/modules/4.4.4/kernel/mod-loop-b.ko"]="mod-loop-b.ko" + ["test-modprobe/show-depends/lib/modules/4.4.4/kernel/mod-simple.ko"]="mod-simple.ko" ) for k in ${!map[@]}; do |