Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dougsland opened this issue Apr 29, 2024 · 1 comment
Open

Comments

@dougsland
Copy link
Collaborator

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant