Skip to content

Commit

Permalink
Merge pull request os-autoinst#15294 from michaelgrifalconi/shutdown-…
Browse files Browse the repository at this point in the history
…timers

Run list-timers before shutdown
  • Loading branch information
michaelgrifalconi authored and jlausuch committed Aug 1, 2022
2 parents c63931b + 4dd6477 commit 5139100
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 5139100

Please sign in to comment.