mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-21 12:41:25 +00:00
use tty3 instead of tty1
This commit is contained in:
parent
0c6dc22856
commit
11fee91082
@ -5,13 +5,13 @@ use utils;
|
||||
|
||||
sub run {
|
||||
my $self = shift;
|
||||
# switch to tty1 (we're usually there already, but just in case
|
||||
# we're carrying on from a failed freeipa_webui that didn't fail
|
||||
# at tty1)
|
||||
my $ipa_domain = 'test.openqa.rockylinux.org';
|
||||
my $ipa_realm = 'TEST.OPENQA.ROCKYLINUX.ORG';
|
||||
send_key "ctrl-alt-f1";
|
||||
|
||||
# Rocky SUT is graphical so stay on/force tty3 do NOT switch to tty1
|
||||
$self->root_console(tty => 3);
|
||||
wait_still_screen 1;
|
||||
|
||||
# check domain is listed in 'realm list'
|
||||
validate_script_output 'realm list', sub { $_ =~ m/domain-name: test\.openqa\.rockylinux\.org.*configured: kerberos-member/s };
|
||||
# check we can see the admin user in getent
|
||||
|
Loading…
Reference in New Issue
Block a user