qm icon indicating copy to clipboard operation
qm copied to clipboard

tests: CI/CD pipeline (tmt) - make sure nested containers work via QM

Open dougsland opened this issue 1 year ago • 1 comments
trafficstars

As soon a new patch arrives for review, we need to trigger a test to make sure QM is executing well the nested container via podman.

The example below are for manual steps:

git clone https://gitlab.com/CentOS/automotive/sample-images.git
pushd osbuild-manifests/
    make cs9-qemu-qm-minimal-regular.x86_64.qcow2
    ./runvm --nographics ./cs9-qemu-qm-minimal-regular.x86_64.qcow2

    user: root
    pass: password
    [root@localhost ~]# podman exec -it qm bash
    bash-5.1#  podman run -it --name fedora fedora  /bin/bash
    bash-5.1# podman ps
    exit
    exit
 (CTRC a-C -> quit) - to exit from qemu emulator 
popd

dougsland avatar Apr 29 '24 14:04 dougsland

cc @pbrilla-rh

dougsland avatar Apr 29 '24 14:04 dougsland