diff --git a/tests/e2e/lib/ContainerFile.template b/tests/e2e/lib/ContainerFile.template index c2120b2e..023d4231 100644 --- a/tests/e2e/lib/ContainerFile.template +++ b/tests/e2e/lib/ContainerFile.template @@ -15,6 +15,9 @@ RUN dnf install -y \ meson \ hostname \ podman \ + python3-podman \ + python3-pytest \ + python3-pytest-timeout \ sudo \ iptables-services \ selinux-policy-targeted \ @@ -26,6 +29,8 @@ RUN dnf install -y \ git \ gzip \ jq \ + tmt \ + tmt-report-junit \ container-selinux \ kernel \ kernel-modules \