Project

General

Profile

action #105440

Updated by geor about 2 years ago

## Motivation 

 In the [zfcp testsuite](https://openqa.suse.de/tests/latest?distri=sle&flavor=Online&test=zfcp&version=15-SP4), 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. 

 ## Task 
 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. 

 ## Suggestions 
 Adding Utilizing `configure_zfcp_device` to add devices for both channels in `configure_zfcp_device` module *should* probably be enough.

Back