Project

General

Profile

action #103320

Updated by geor over 2 years ago

## Description 

 In DASD Disk Management page (can be seen [here](https://openqa.suse.de/tests/7125537#step/disk_activation/2)) there is the capability of filtering DASD disks by inputting a channel range in the minimum and maximum channel ID fields. 

 We can test this by using the functionality (`enter_maximum_channel`, `enter_minimum_channel`, `press_filter_button`) provided by `DASDDiskManagementPage.pm`. 

 ## Acceptance Criteria 
 * Create a test module that filters the shown DASD devices by a selected channel range and validate the output. 
 * It is sufficient to include this test module in a single job's schedule that includes the `configure_dasd` test module, not all of them. 

 ## Suggestions 
 * An easy implementation can be to have the same channel value for minimum and maximum channel. This will make validating the output easier, since the device table item list will contain only one item to be asserted.

Back