Description of problem: Please update the wizard template so the test fails if rhts enviroment cannot be loaded. Change # Include rhts environment . /usr/bin/rhts-environment.sh . /usr/share/rhts-library/rhtslib.sh into something similar to # Include rhts environment . /usr/bin/rhts-environment.sh || exit 1 . /usr/share/rhts-library/rhtslib.sh || exit 1 I am requesting this because sometimes it happens that respective packages are missing on the system and when I execute the test manually I can break my system - beakerlib functions like rlFileBackup are not available and therefore I cannot restore to the previous state properly.
This seems reasonable. Fix pushed to gerrit for review: http://gerrit.beaker-project.org/1189
Verified using beaker-wizard from rhts-devel-4.50-1.el6eng.noarch.
Beaker 0.9.1 has been released.