#!/bin/bash -x RETVAL=0 dnf -y install expect beakerlib make restraint-rhts . /usr/share/beakerlib/beakerlib.sh if rlIsRHEL '>=9'; then dnf --enablerepo rhel-buildroot install python3-pytest -y fi # RHEL10 cloud-init disables password authentication # tlog tests need this to run currently cat > /etc/ssh/sshd_config.d/00-tlog-override.conf <