Skip to content

Commit

Permalink
Merge pull request os-autoinst#20142 from feri/poo165854
Browse files Browse the repository at this point in the history
Satisfy password quality check requirements
  • Loading branch information
feri authored Sep 10, 2024
2 parents 4fb6164 + 758dd93 commit ca816d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/console/cryptsetup.pm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SUSE's openQA tests
#
# Copyright 2016-2021 SUSE LLC
# Copyright 2016-2024 SUSE LLC
# SPDX-License-Identifier: FSFAP
#
# Package: cryptsetup
Expand All @@ -21,7 +21,7 @@ use version_utils qw(is_sle);

sub run {
# Strengthen password to avoid password quality check failed on Tumbleweed
my $cryptpasswd = $testapi::password . '123';
my $cryptpasswd = $testapi::password . '_on-a-sunny-D4Y';
select_serial_terminal;

# Update related packages including latest systemd
Expand Down

0 comments on commit ca816d8

Please sign in to comment.