Crank sss debuglevel up to 9, and also do it for cockpit test
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
25d8b56fe9
commit
e76ad4bbc1
@ -15,6 +15,10 @@ sub run {
|
||||
mutex_unlock "freeipa_ready";
|
||||
# do repo setup
|
||||
repo_setup();
|
||||
# set sssd debugging level higher (useful for debugging failures)
|
||||
# optional as it's not really part of the test
|
||||
script_run "dnf -y install sssd-tools", 220;
|
||||
script_run "sss_debuglevel 9";
|
||||
# run firefox and login to cockpit
|
||||
# note: we can't use wait_screen_change, wait_still_screen or
|
||||
# check_type_string in cockpit because of that fucking constantly
|
||||
|
@ -81,7 +81,7 @@ sub run {
|
||||
# set sssd debugging level higher (useful for debugging failures)
|
||||
# optional as it's not really part of the test
|
||||
script_run "dnf -y install sssd-tools", 220;
|
||||
script_run "sss_debuglevel 6";
|
||||
script_run "sss_debuglevel 9";
|
||||
# if upgrade test, report that we're enrolled
|
||||
mutex_create('client_enrolled') if get_var("UPGRADE");
|
||||
# if this is an upgrade test, wait for server to be upgraded before
|
||||
|
Loading…
Reference in New Issue
Block a user