Project

General

Profile

action #64938

Updated by ggardet_arm about 4 years ago

'+ISO=' has been added to a number of test suites, but it breaks a number of tests: 
 * boot_to_snapshot: https://openqa.opensuse.org/tests/1215562 
 * gnuhealth: https://openqa.opensuse.org/tests/1215557 

 Error log is: 

     [2020-03-27T13:53:49.151 CET] [debug] running /usr/bin/qemu-img info --output=json /var/lib/openqa/pool/13/openqa1-opensuse 
     [2020-03-27T13:53:49.175 CET] [debug] qemu-img: Could not open '/var/lib/openqa/pool/13/openqa1-opensuse': A regular file was expected by the 'file' driver, but something else was given 
     [2020-03-27T13:53:49.175 CET] [debug] Backend process died, backend errors are reported below in the following lines: 
     malformed JSON string, neither tag, array, object, number, string or atom, at character offset 0 (before "qemu-img: Could not ...") at /usr/lib/perl5/vendor_perl/5.26.1/Mojo/JSON.pm line 39. 


 `vars.json` shows: 

     "ISO" : "/var/lib/openqa/pool/6/openqa1-opensuse" 
 
    

Back