[yast/yast-s390] fb2375: Allow mocking the probed disks
Branch: refs/heads/master Home: https://github.com/yast/yast-s390 Commit: fb23755133e248e5d5129c611fac14e9185558b3 https://github.com/yast/yast-s390/commit/fb23755133e248e5d5129c611fac14e9185... Author: Martin Vidner <mvidner@suse.com> Date: 2021-10-22 (Fri, 22 Oct 2021) Changed paths: M README.md M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Allow mocking the probed disks Example: YAST2_S390_PROBE_DISK=test/data/probe_disk_dasd.yml rake run"[dasd]" Commit: daee8f9994a8ba433793bcef670029899a492a72 https://github.com/yast/yast-s390/commit/daee8f9994a8ba433793bcef670029899a4... Author: Martin Vidner <mvidner@suse.com> Date: 2021-10-22 (Fri, 22 Oct 2021) Changed paths: M test/dasd_controller_test.rb M test/zfcp_controller_test.rb Log Message: ----------- Test device filtering Commit: fa5d46d3a1e919f552802e30f6f465bf4460fdcc https://github.com/yast/yast-s390/commit/fa5d46d3a1e919f552802e30f6f465bf446... Author: Martin Vidner <mvidner@suse.cz> Date: 2021-10-22 (Fri, 22 Oct 2021) Changed paths: M src/modules/DASDController.rb M src/modules/ZFCPController.rb Log Message: ----------- Fix device filtering (jsc#SLE-17782) Given the range 00.0.0000 .. ff.1.ffff and a device 22.2.2222, there are two possible filtering interpretations: 1. Exclude the device since the middle component 2 is outside 0..1 2. Include the device since the major component 22 is inside 00..ff (1) is the old behavior. IMHO (2) is widely expected, switching to it now Commit: 084561bc343111fa0fa1e5c63ba149b64ff1d488 https://github.com/yast/yast-s390/commit/084561bc343111fa0fa1e5c63ba149b64ff... Author: Martin Vidner <mvidner@suse.com> Date: 2021-10-22 (Fri, 22 Oct 2021) Changed paths: M package/yast2-s390.changes M package/yast2-s390.spec Log Message: ----------- version + changelog Commit: 4ee2ee115e7c9b8a1882c74481ab78a522c9f237 https://github.com/yast/yast-s390/commit/4ee2ee115e7c9b8a1882c74481ab78a522c... Author: Martin Vidner <mvidner@suse.cz> Date: 2021-10-25 (Mon, 25 Oct 2021) Changed paths: M README.md M package/yast2-s390.changes M package/yast2-s390.spec M src/modules/DASDController.rb M src/modules/ZFCPController.rb M test/dasd_controller_test.rb M test/zfcp_controller_test.rb Log Message: ----------- Merge pull request #94 from yast/sort-by-channel-id Fix device filtering to follow major.minor semantic (jsc#SLE-17782) Compare: https://github.com/yast/yast-s390/compare/4e8c445e2caf...4ee2ee115e7c
participants (1)
-
Martin Vidner