Skip to content

Commit

Permalink
Update the typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
linl-rh committed Sep 30, 2024
1 parent c10f55b commit f88f36f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion os_tests/libs/utils_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ def init_args():
parser.add_argument('--config_toml_info', dest='config_toml_info', default=None, action='store',
help='specify login info of the custom container disk image', required=False)
args = parser.parse_args()
args = parser.parse_args()
return args

def init_provider(params=None):
Expand Down
6 changes: 1 addition & 5 deletions os_tests/tests/test_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -660,11 +660,7 @@ def test_leapp_upgrade_rhsm(self):
"sudo cat /var/log/leapp/leapp-report.txt",
expect_ret=0,
msg='Check leapp report')
ret = utils_lib.run_cmd(self,
cmd_preupgrade,
ret_status=True,
timeout=3600,
msg='Retry preupgrade')
ret = utils_lib.run_cmd(self, cmd_preupgrade, ret_status=True, timeout=3600, msg='Retry preupgrade')
#save preupgrade log
file_dir = '/var/log/leapp/'
file_names = ['leapp-preupgrade.log', 'leapp-report.txt']
Expand Down

0 comments on commit f88f36f

Please sign in to comment.