Skip to content

Commit

Permalink
Merge pull request #15294 from michaelgrifalconi/shutdown-timers
Browse files Browse the repository at this point in the history
Run list-timers before shutdown
  • Loading branch information
michaelgrifalconi committed Aug 1, 2022
2 parents c63931b + 4dd6477 commit a2a4b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/shutdown/shutdown.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ use power_action_utils 'power_action';
use utils;

sub run {
my $self = shift;
select_console('root-console');
script_run('systemctl list-timers --all');
power_action('poweroff');
}

Expand Down

0 comments on commit a2a4b1f

Please sign in to comment.