Project

General

Profile

action #109452

Updated by geor about 2 years ago

### Motivation 
 Modules `validate_addon_extension_repo_http` and `validate_addon_extension_repo_ftp` fail sporadically in `validate_repo_properties()`. 
 The failure occurs during inside `script_ouput` stage of `parse_repo_data()` and can be seen [here](https://openqa.suse.de/tests/8463394#step/validate_addon_extension_repo_ftp/5), [here](https://openqa.suse.de/tests/8463394#details), **but** it is most likely not related to the bsc#1193214 failure (seen [here](https://openqa.suse.de/tests/8463394#step/validate_addon_extension_repo_http/8)). 

 ### Acceptance criteria 
 **AC1**: Investigate the failure in [script_output](https://github.com/os-autoinst/os-autoinst/blob/master/distribution.pm#L232). 
 **AC2**: File a new progress issue (or a product bug) depending on the findings. 

 ## Further Information 
 It is a bit weird that in [autoinst-log.txt](https://openqa.suse.de/tests/8463394/logfile?filename=autoinst-log.txt) we see `command 'curl -f -v http://10.0.2.2:20063/k2w1yCaJzocsF6Je/current_script > /tmp/scriptC_1nj.sh' failed at /usr/lib/os-autoinst/testapi.pm line 953.` but the command is different in the [console before the failure](https://openqa.suse.de/tests/8463394/#step/validate_addon_extension_repo_ftp/5) 

Back