From 7f975a8479b4065be204c9681df32645d12a96b4 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 10 Mar 2021 14:54:44 +0100 Subject: [PATCH] build-cockpit-toolbox: Install tmt and testcloud For running FMF tests https://docs.fedoraproject.org/en-US/ci/tmt/ --- build-cockpit-toolbox | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build-cockpit-toolbox b/build-cockpit-toolbox index 5be4088..3971153 100755 --- a/build-cockpit-toolbox +++ b/build-cockpit-toolbox @@ -20,7 +20,10 @@ sudo dnf install -y ansible man-pages moreutils \ pandoc texlive-ec texlive-pdfjam \ /usr/bin/scanimage /usr/bin/pngquant /usr/bin/convert \ calibre qt5-qtwayland \ - dbus-daemon + dbus-daemon tmt testcloud + +# qemu:///session support for testcloud: https://pagure.io/testcloud/pull-request/83# +sudo dnf install -y https://download.copr.fedorainfracloud.org/results/frantisekz/testcloud-wip/fedora-33-x86_64/01968005-testcloud/python3-testcloud-0.4.0-4.fc33.noarch.rpm https://download.copr.fedorainfracloud.org/results/frantisekz/testcloud-wip/fedora-33-x86_64/01968005-testcloud/testcloud-0.4.0-4.fc33.noarch.rpm # debugging cockpit crashes sudo dnf debuginfo-install -y glib2 glibc libssh gnutls -- 2.39.2