1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-22 02:13:08 +00:00
os-autoinst-distri-fedora/lib
Lukáš Růžička fe8306d2cd Implement distribution methods to replace the testapi defaults.
This PR adds implementations of distribution methods to make them
usable on Fedora. It adds the following methods

* ensure_installed (to install packages)
* become_root (to switch to root account)
* script_sudo (run script with sudo)
* assert_script_sudo (run and assert a sudo script)

It also adds a helper script to the utils.pm

* make_serial_writable

that makes the serial console writable for normal users
and so enables to run commands that check their progress
by sending messages to the serial console. Normally, they
fail, because the messages will not be written their, so
the checking mechanism will never see them.
2022-01-27 21:44:35 +00:00
..
anaconda.pm Add a test of an additional repository using a metalink (#198) 2021-08-18 14:03:27 -07:00
anacondatest.pm Log df -h and free -h output on anaconda failure 2021-08-13 09:33:38 -07:00
bugzilla.pm Automate the Anaconda_Save_Traceback_to_Bugzilla_Text test case. 2021-06-17 16:28:29 -07:00
cockpit.pm Great Needle Cleanup 2021 2021-08-10 11:57:48 -07:00
fedoradistribution.pm Implement distribution methods to replace the testapi defaults. 2022-01-27 21:44:35 +00:00
freeipa.pm Use 'test.openqa.fedoraproject.org' not 'domain.local' 2020-12-15 14:40:30 -08:00
installedtest.pm Handle emergency console entry with no password 2020-10-28 15:21:03 -07:00
modularity.pm Rewrite Modularity tests to use Perl only. 2021-05-03 19:13:09 +00:00
packagetest.pm Replace remaining wait_idles with sleeps 2020-01-02 17:44:45 -08:00
tapnet.pm Tweak setup_tap_static and FreeIPA tests for resolved 2020-10-09 16:54:46 -07:00
utils.pm Implement distribution methods to replace the testapi defaults. 2022-01-27 21:44:35 +00:00