Miroslav Vadkerti

Results 29 issues of Miroslav Vadkerti

In Testing Farm public ranch due to the AWS setup we need to get multihost testing working: * the multihost machines need to communicate using private IP addreses * tmt...

step | provision
area | multihost

It would be great if this: ``` ❯ curl https://copr.fedorainfracloud.org/coprs/rhcontainerbot/podman-next/repo/centos-stream-$releasever/rhcontainerbot-podman-next-centos-stream-$releasever.repo [copr:copr.fedorainfracloud.org:rhcontainerbot:podman-next] name=Copr repo for podman-next owned by rhcontainerbot baseurl=https://download.copr.fedorainfracloud.org/results/rhcontainerbot/podman-next/centos-stream-10-$basearch/ type=rpm-md skip_if_unavailable=True gpgcheck=1 gpgkey=https://download.copr.fedorainfracloud.org/results/rhcontainerbot/podman-next/pubkey.gpg repo_gpgcheck=0 enabled=1 enabled_metadata=1 ``` Would return a...

While working on our CLI tool, I found this annoyance, if I have `ENTRYPOINT` set, `tmt` starts the container with the command and just exits, subsequent commands file. The error...

step | execute

Similar to epel and crb. Crosslink: https://issues.redhat.com/browse/TFT-1617

The `npm pack` runs lifecycle scripts which can spoil the standard output of the command and prevent correct parsing of the created tarball. For details see: https://docs.npmjs.com/cli/v8/using-npm/scripts#life-cycle-scripts Include a simple...

To support Fedora Image mode the following changes were required: * Fix `rsync` installation. The tool is not included in the distribution and the installation method was completely broken, i.e....

step | execute
priority | must
ci | full test

For Fedora Silverblue users it is common to run podman via `flatpak-spawn --host` which runs podman on the host system itself. This requires to pass the toolbox container name when...

Currently, when tmt execution dies in the middle of the plan execution, the results.yml: * contains only tests which were executed * all other tests (running or skipped) are missing...

area | results

The install prepare phase should support installing modules from a repository generated by ODCS. This would help in reproducing problems with modules users see in CI. The plugin will have...

step | prepare

Thanks for creating this awesome pytest plugin! We are running into ocassionally errors like this when testing with pytest-container in parallel in the tmt project: ``` plugins: xdist-3.6.1, testinfra-10.1.1, pytest_container-0.4.2,...