action #105440
coordination #105437: [Epic] Refine our testing of multipath
Add new ZFCP devices that appear over 0.0.fc00 channel
Description
Motivation¶
In the zfcp testsuite, the configure_zfcp_device
module is adding four zfcp devices based on the channel ID 0.0.fa00
.
Since a Host Bus Adapter (with channel ID 0.0.fc00
) is now connected to our z/VM server, in order to test against the entirety of our infrastructure, we will need to add the four new ZFCP devices that appear on the 0.0.fc00
channel.
Acceptance criteria¶
AC1: Configure and add the ZFCP devices that appear on two Channel IDs: 0.0.fa00
and 0.0.fc00
. These should be 8 devices in total.
AC2: Steps should be visible via screenshots or making more tests more atomic, as we pass by the sames screen twice.
Suggestions¶
Adding devices for both channels in configure_zfcp_device
module should probably be enough.
History
#1
Updated by geor over 1 year ago
- Description updated (diff)
#2
Updated by geor over 1 year ago
- Subject changed from Add new ZFCP devices that appear via 0.0.fc00 channel to Add new ZFCP devices that appear over 0.0.fc00 channel
#3
Updated by JERiveraMoya over 1 year ago
- Tags deleted (
qe-yast-refinement) - Description updated (diff)
- Status changed from New to Workable
#5
Updated by amanzini 10 months ago
seems there's already an ZFCP_ADAPTERS variable defined for s390 machines https://openqa.suse.de/admin/machines , but code is alway adding 0.0.fa00 . Should we use the variable value ?