Skip to content

Commit

Permalink
Added the second prompt for the intergration test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Sep 19, 2024
1 parent 9cb6261 commit bbd0b38
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,9 @@ def test_packages_with_in_name_period(shell, convert2rhel, packages_with_period)
c2r.expect("Continue with the system conversion", timeout=300)
c2r.sendline("y")

c2r.expect("Continue with the system conversion", timeout=300)
c2r.sendline("y")

c2r.expect("VALIDATE_PACKAGE_MANAGER_TRANSACTION has succeeded")

assert c2r.exitstatus == 0
Expand Down

0 comments on commit bbd0b38

Please sign in to comment.