Skip to content

Commit

Permalink
Fix integration tests messages
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Olivieri <[email protected]>
  • Loading branch information
r0x0d authored and Venefilyn committed Feb 14, 2023
1 parent 1beda00 commit d8c8a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_backup_os_release_wrong_registartion(shell, convert2rhel):

with convert2rhel("-y --no-rpm-va -k wrong_key -o rUbBiSh_pWd --debug --keep-rhsm") as c2r:
c2r.expect("Unable to register the system through subscription-manager.")
c2r.expect("Restoring /etc/os-release from backup")
c2r.expect("Restore /etc/os-release from backup")

assert shell("find /etc/os-release").returncode == 0

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def test_latest_kernel_check_with_exclude_kernel_option(shell, convert2rhel):
# Run the conversion and verify, that it goes past the latest kernel check
# if so, inhibit the conversion
with convert2rhel("-y --debug --no-rpm-va") as c2r:
c2r.expect("Prepare: Checking if the loaded kernel version is the most recent")
c2r.expect("Prepare: Check if the loaded kernel version is the most recent")
assert c2r.expect("Convert: List third-party packages", timeout=300) == 0
c2r.sendcontrol("c")

Expand Down

0 comments on commit d8c8a44

Please sign in to comment.