How To Install booth-test.noarch on Amazon Linux 2
In this tutorial we learn how to install booth-test.noarch in Amazon Linux 2. booth-test.noarch is Test scripts for Booth
Introduction
In this tutorial we learn how to install booth-test.noarch
on Amazon Linux 2.
What is booth-test.noarch
Automated tests for running Booth, ticket manager for multi-site clusters.
We can use yum
to install booth-test.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install booth-test.noarch.
Install booth-test.noarch on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install booth-test.noarch
using yum
by running the following command:
sudo yum -y install booth-test.noarch
How To Uninstall booth-test.noarch on Amazon Linux 2
To uninstall only the booth-test.noarch
package we can use the following command:
sudo yum remove booth-test.noarch
booth-test.noarch Package Contents on Amazon Linux 2
/usr/lib/ocf/resource.d/booth/sharedrsc
/usr/share/booth/tests
/usr/share/booth/tests/conf
/usr/share/booth/tests/conf/booth.conf.example
/usr/share/booth/tests/src
/usr/share/booth/tests/src/boothd
/usr/share/booth/tests/test
/usr/share/booth/tests/test/arbtests.py
/usr/share/booth/tests/test/arbtests.pyc
/usr/share/booth/tests/test/arbtests.pyo
/usr/share/booth/tests/test/assertions.py
/usr/share/booth/tests/test/assertions.pyc
/usr/share/booth/tests/test/assertions.pyo
/usr/share/booth/tests/test/booth_path
/usr/share/booth/tests/test/boothrunner.py
/usr/share/booth/tests/test/boothrunner.pyc
/usr/share/booth/tests/test/boothrunner.pyo
/usr/share/booth/tests/test/boothtestenv.py
/usr/share/booth/tests/test/boothtestenv.pyc
/usr/share/booth/tests/test/boothtestenv.pyo
/usr/share/booth/tests/test/clientenv.py
/usr/share/booth/tests/test/clientenv.pyc
/usr/share/booth/tests/test/clientenv.pyo
/usr/share/booth/tests/test/clienttests.py
/usr/share/booth/tests/test/clienttests.pyc
/usr/share/booth/tests/test/clienttests.pyo
/usr/share/booth/tests/test/live_test.sh
/usr/share/booth/tests/test/runtests.py
/usr/share/booth/tests/test/runtests.pyc
/usr/share/booth/tests/test/runtests.pyo
/usr/share/booth/tests/test/serverenv.py
/usr/share/booth/tests/test/serverenv.pyc
/usr/share/booth/tests/test/serverenv.pyo
/usr/share/booth/tests/test/servertests.py
/usr/share/booth/tests/test/servertests.pyc
/usr/share/booth/tests/test/servertests.pyo
/usr/share/booth/tests/test/sitetests.py
/usr/share/booth/tests/test/sitetests.pyc
/usr/share/booth/tests/test/sitetests.pyo
/usr/share/booth/tests/test/utils.py
/usr/share/booth/tests/test/utils.pyc
/usr/share/booth/tests/test/utils.pyo
/usr/share/booth/tests/unit-test.py
/usr/share/booth/tests/unit-test.pyc
/usr/share/booth/tests/unit-test.pyo
/usr/share/booth/tests/unit-tests
/usr/share/booth/tests/unit-tests/001_init-get-heartbeat.txt
/usr/share/booth/tests/unit-tests/002_bad_packets.txt
/usr/share/booth/tests/unit-tests/003_pacemaker.txt
/usr/share/booth/tests/unit-tests/010_retries.txt
/usr/share/booth/tests/unit-tests/020_ext-verifier.txt
/usr/share/booth/tests/unit-tests/060_catchup_same_owner.txt
/usr/share/booth/tests/unit-tests/100_abort-after-retries.txt
/usr/share/booth/tests/unit-tests/_defaults.txt
/usr/share/booth/tests/unit-tests/bin
/usr/share/booth/tests/unit-tests/bin/crm_ticket
/usr/share/booth/tests/unit-tests/booth.conf
/usr/share/booth/tests/unit-tests/init-catchup.txt
/usr/share/doc/booth-1.0/README-testing
References
Summary
In this tutorial we learn how to install booth-test.noarch
on Amazon Linux 2 using yum.