-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added some more fixes for the intergration tests
- Loading branch information
1 parent
bbd0b38
commit 9dc1aa6
Showing
2 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
tests/integration/tier0/destructive/conversion-method/test_pre_registered.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
def test_pre_registered_system_conversion(convert2rhel, pre_registered): | ||
with convert2rhel("-y --debug") as c2r: | ||
c2r.expect("Conversion successful!") | ||
|
||
c2r.expect("Continue with the system conversion?") | ||
c2r.sendline("y") | ||
assert c2r.exitstatus == 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters