-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: add modinfo fallback custom ver test
Check whether modinfo --set-version is able to find modules in /run/modules/<custom-ver> when /lib/modules/<custom-ver> is missing. Signed-off-by: Vitaly Kuznetsov <[email protected]>
- Loading branch information
Showing
13 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-modinfo/correct-fallback-custom.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
/run/modules/3.3.3/kernel/mod-simple.ko |
Empty file.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-modinfo/fallback-custom/run/modules/3.3.3/modules.alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Aliases extracted from modules themselves. |
Binary file added
BIN
+12 Bytes
testsuite/rootfs-pristine/test-modinfo/fallback-custom/run/modules/3.3.3/modules.alias.bin
Binary file not shown.
Empty file.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-modinfo/fallback-custom/run/modules/3.3.3/modules.dep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
kernel/mod-simple.ko: |
Binary file added
BIN
+58 Bytes
testsuite/rootfs-pristine/test-modinfo/fallback-custom/run/modules/3.3.3/modules.dep.bin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-modinfo/fallback-custom/run/modules/3.3.3/modules.devname
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Device nodes to trigger on-demand module loading. |
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-modinfo/fallback-custom/run/modules/3.3.3/modules.softdep
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Soft dependencies extracted from modules themselves. |
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-modinfo/fallback-custom/run/modules/3.3.3/modules.symbols
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Aliases for symbols, used by symbol_request(). |
Binary file added
BIN
+12 Bytes
testsuite/rootfs-pristine/test-modinfo/fallback-custom/run/modules/3.3.3/modules.symbols.bin
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters