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

Closed
dougsland opened this issue Apr 29, 2024 · 4 comments
Closed

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
@dougsland
Copy link
Collaborator Author

cc @pbrilla-rh

@dougsland
Copy link
Collaborator Author

@RakeshMK90 mentioned that maybe this one already running in our tests? @nsednev @pengshanyu are you aware I don't recall.

@Yarboa
Copy link
Collaborator

Yarboa commented Oct 28, 2024

IIRC, most of the tests uses nested containers

@nsednev
Copy link
Collaborator

nsednev commented Oct 30, 2024

This issue should be closed as its covered by the test I wrote.

@nsednev nsednev closed this as completed Oct 30, 2024
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

3 participants