Project

General

Profile

action #115985

Updated by JERiveraMoya over 1 year ago

#### Motivation #### 
 Correct wrong use of the testapi function [here](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/a66f1dcbae978641589499fee774116d9b9f1477/tests/autoyast/verify_btrfs_quota.pm#L22-L30) 

 Perl is silently not giving us any clue that we used the wrong test api function. 

 `assert_script_run` returns exit code not the command output. 

 #### Scope #### 
 Perhaps this test module is just used under YaST umbrella, but check in other places, openSUSE, etc, just in case. 

 #### Acceptance criteria #### 
 **AC1**: Use the right function which provide output searching 
 **AC2**: If any bugs, report them.

Back