How To Install booth-test on Fedora 36

In this tutorial we learn how to install booth-test in Fedora 36. booth-test is Test scripts for Booth

Introduction

In this tutorial we learn how to install booth-test on Fedora 36.

What is booth-test

Automated tests for running Booth, ticket manager for multi-site clusters.

We can use yum or dnf to install booth-test on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install booth-test.

Install booth-test on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install booth-test using dnf by running the following command:

sudo dnf -y install booth-test

Install booth-test on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install booth-test using yum by running the following command:

sudo yum -y install booth-test

How To Uninstall booth-test on Fedora 36

To uninstall only the booth-test package we can use the following command:

sudo dnf remove booth-test

booth-test Package Contents on Fedora 36

/usr/lib/ocf/resource.d/booth/sharedrsc
/usr/share/booth/tests
/usr/share/booth/tests/conf
/usr/share/booth/tests/conf/Makefile
/usr/share/booth/tests/conf/Makefile.am
/usr/share/booth/tests/conf/Makefile.in
/usr/share/booth/tests/conf/booth-arbitrator.service
/usr/share/booth/tests/conf/booth-arbitrator.service.in
/usr/share/booth/tests/conf/booth.conf.example
/usr/share/booth/tests/conf/[email protected]
/usr/share/booth/tests/conf/[email protected]
/usr/share/booth/tests/src
/usr/share/booth/tests/src/boothd
/usr/share/booth/tests/test
/usr/share/booth/tests/test/__pycache__
/usr/share/booth/tests/test/__pycache__/arbtests.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/arbtests.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/assertions.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/assertions.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/boothrunner.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/boothrunner.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/boothtestenv.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/boothtestenv.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/clientenv.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/clientenv.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/clienttests.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/clienttests.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/runtests.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/runtests.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/serverenv.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/serverenv.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/servertests.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/servertests.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/sitetests.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/sitetests.cpython-310.pyc
/usr/share/booth/tests/test/__pycache__/utils.cpython-310.opt-1.pyc
/usr/share/booth/tests/test/__pycache__/utils.cpython-310.pyc
/usr/share/booth/tests/test/arbtests.py
/usr/share/booth/tests/test/assertions.py
/usr/share/booth/tests/test/booth_path
/usr/share/booth/tests/test/boothrunner.py
/usr/share/booth/tests/test/boothtestenv.py
/usr/share/booth/tests/test/boothtestenv.py.in
/usr/share/booth/tests/test/clientenv.py
/usr/share/booth/tests/test/clienttests.py
/usr/share/booth/tests/test/live_test.sh
/usr/share/booth/tests/test/runtests.py
/usr/share/booth/tests/test/runtests.py.in
/usr/share/booth/tests/test/serverenv.py
/usr/share/booth/tests/test/servertests.py
/usr/share/booth/tests/test/sitetests.py
/usr/share/booth/tests/test/utils.py
/usr/share/doc/booth/README-testing

References

Summary

In this tutorial we learn how to install booth-test on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).