You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After https://github.com/autotest/tp-libvirt/pull/5903/files was merged, it sound like : osinfo-detect /var/lib/libvirt/images/output/bootiso/install.iso should output below information:"Media is bootable.\nMedia is an installer for OS '{osinfo}'\n".
But actually output below information:
(92lts-p3-ve) [root@xx tp-libvirt]# osinfo-detect /var/lib/libvirt/images/output/bootiso/install.iso
Media is bootable.
Also check the pipeline output, finding that architectures information may be wrong("X64")
...
[stdout] "isolabel": "Container-Installer-x86_64",
[stdout] "architectures": [
[stdout] "X64"
[stdout] ],
[stdout] "vendor": "centos"
[stdout] }
[stdout] kernel dir at /images/pxeboot
...
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: