-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
testsuite: add unit test module replacement
This test takes again the module set from "big-01" and replaces two modules such that a symbol version changes. "depmod -I -a" is expected to pick up this change. Signed-off-by: Martin Wilck <[email protected]>
- Loading branch information
Showing
27 changed files
with
105 additions
and
116 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
48 changes: 24 additions & 24 deletions
48
...uite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/correct-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 |
---|---|---|
@@ -1,25 +1,25 @@ | ||
# Aliases for symbols, used by symbol_request(). | ||
alias symbol:t10_pi_type1_crc t10_pi | ||
alias symbol:nvmf_fail_nonready_command nvme_fabrics | ||
alias symbol:scsi_dma_map scsi_mod | ||
alias symbol:scsi_is_sdev_device scsi_mod | ||
alias symbol:nvme_uninit_ctrl nvme_core | ||
alias symbol:dm_table_run_md_queue_async dm_mod | ||
alias symbol:nvme_fc_set_remoteport_devloss nvme_fc | ||
alias symbol:scsi_remove_host scsi_mod | ||
alias symbol:scsi_target_block scsi_mod | ||
alias symbol:dm_unregister_path_selector dm_service_time | ||
alias symbol:scsi_host_get scsi_mod | ||
alias symbol:nvme_complete_rq nvme_core | ||
alias symbol:fc_vport_create scsi_transport_fc | ||
alias symbol:scsi_print_sense_hdr scsi_mod | ||
alias symbol:target_backend_unregister target_core_mod | ||
alias symbol:enclosure_remove_device enclosure | ||
alias symbol:fc_attach_transport scsi_transport_fc | ||
alias symbol:raid_class_attach raid_class | ||
alias symbol:register_cdrom cdrom | ||
alias symbol:scsi_mode_sense scsi_mod | ||
alias symbol:target_execute_cmd target_core_mod | ||
alias symbol:scsi_dh_attach scsi_mod | ||
alias symbol:__scsi_iterate_devices scsi_mod | ||
alias symbol:config_group_init configfs | ||
alias symbol:scsi_target_block_mangled scsi_mod | ||
alias symbol:scsi_remove_host_mangled scsi_mod | ||
alias symbol:t10_pi_type1_crc_mangled t10_pi | ||
alias symbol:scsi_dh_attach_mangled scsi_mod | ||
alias symbol:nvme_fc_set_remoteport_devloss_mangled nvme_fc | ||
alias symbol:target_backend_unregister_mangled target_core_mod | ||
alias symbol:scsi_host_get_mangled scsi_mod | ||
alias symbol:__scsi_iterate_devices_mangled scsi_mod | ||
alias symbol:target_execute_cmd_mangled target_core_mod | ||
alias symbol:fc_attach_transport_mangled scsi_transport_fc | ||
alias symbol:register_cdrom_mangled cdrom | ||
alias symbol:fc_vport_create_mangled scsi_transport_fc | ||
alias symbol:scsi_print_sense_hdr_mangled scsi_mod | ||
alias symbol:scsi_dma_map_mangled scsi_mod | ||
alias symbol:scsi_is_sdev_device_mangled scsi_mod | ||
alias symbol:nvme_complete_rq_mangled nvme_core | ||
alias symbol:dm_unregister_path_selector_mangled dm_service_time | ||
alias symbol:raid_class_attach_mangled raid_class | ||
alias symbol:enclosure_remove_device_mangled enclosure | ||
alias symbol:scsi_mode_sense_mangled scsi_mod | ||
alias symbol:dm_table_run_md_queue_async_mangled dm_mod | ||
alias symbol:nvmf_fail_nonready_command_mangled nvme_fabrics | ||
alias symbol:nvme_uninit_ctrl_mangled nvme_core | ||
alias symbol:config_group_init_mangled configfs |
Binary file modified
BIN
+192 Bytes
(110%)
.../rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/correct-modules.symbols.bin
Binary file not shown.
22 changes: 0 additions & 22 deletions
22
testsuite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/modules.dep
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.dep |
Binary file removed
BIN
-3.01 KB
testsuite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/modules.dep.bin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/modules.dep.bin
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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.dep.bin |
28 changes: 0 additions & 28 deletions
28
testsuite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/modules.symbols
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.symbols |
Binary file removed
BIN
-1.91 KB
testsuite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/modules.symbols.bin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-delete/lib/modules/5.3.18/modules.symbols.bin
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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.symbols.bin |
17 changes: 0 additions & 17 deletions
17
testsuite/rootfs-pristine/test-depmod/big-01-incremental/lib/modules/5.3.18/modules.dep
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-incremental/lib/modules/5.3.18/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 @@ | ||
../../../../big-01-delete/lib/modules/5.3.18/correct-modules.dep |
Binary file removed
BIN
-1.93 KB
testsuite/rootfs-pristine/test-depmod/big-01-incremental/lib/modules/5.3.18/modules.dep.bin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-incremental/lib/modules/5.3.18/modules.dep.bin
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 @@ | ||
../../../../big-01-delete/lib/modules/5.3.18/correct-modules.dep.bin |
25 changes: 0 additions & 25 deletions
25
testsuite/rootfs-pristine/test-depmod/big-01-incremental/lib/modules/5.3.18/modules.symbols
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-incremental/lib/modules/5.3.18/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 @@ | ||
../../../../big-01-delete/lib/modules/5.3.18/correct-modules.symbols |
Binary file removed
BIN
-1.93 KB
...ite/rootfs-pristine/test-depmod/big-01-incremental/lib/modules/5.3.18/modules.symbols.bin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
...ite/rootfs-pristine/test-depmod/big-01-incremental/lib/modules/5.3.18/modules.symbols.bin
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 @@ | ||
../../../../big-01-delete/lib/modules/5.3.18/correct-modules.symbols.bin |
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/correct-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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.dep |
1 change: 1 addition & 0 deletions
1
...ite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/correct-modules.dep.bin
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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.dep.bin |
1 change: 1 addition & 0 deletions
1
...ite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/correct-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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.symbols |
Binary file added
BIN
+2.12 KB
...rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/correct-modules.symbols.bin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/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-depmod/big-01-replace/lib/modules/5.3.18/modules.alias.bin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.dep |
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/modules.dep.bin
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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.dep.bin |
Empty file.
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/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-depmod/big-01-replace/lib/modules/5.3.18/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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.symbols |
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/modules.symbols.bin
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 @@ | ||
../../../../big-01/lib/modules/5.3.18/correct-modules.symbols.bin |
1 change: 1 addition & 0 deletions
1
testsuite/rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/modules.weakdep
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 @@ | ||
# Weak dependencies extracted from modules themselves. |
Binary file added
BIN
+2.12 KB
...pristine/test-depmod/big-01-replace/lib/modules/5.3.18/novers-correct-modules.symbols.bin
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../rootfs-pristine/test-depmod/big-01-replace/lib/modules/5.3.18/novers-modules.symbols.bin
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 @@ | ||
../../../../big-01/lib/modules/5.3.18/novers-correct-modules.symbols.bin |
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