Raise exception on errors parsing ssh_config file

Change-Id: Id7323a751d371fb8fbc9bacfd61b1e5b8e3b2e35
This commit is contained in:
Federico Ressi 2022-07-12 07:57:34 +02:00
parent 17fc43f3d5
commit 756b739a23
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ class SSHConfigFixture(tobiko.SharedFixture):
except Exception as ex:
LOG.exception(f"Error parsing '{config_file}' SSH config "
f"file: {ex}")
raise
else:
LOG.debug("File %r parsed.", config_file)