Project

General

Profile

action #105440

Updated by JERiveraMoya 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. 

 ## Acceptance criteria Task 
 **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.

Back