Skip to content

Commit

Permalink
Add error message about failed network setup to setup_network command
Browse files Browse the repository at this point in the history
  • Loading branch information
gierens committed Nov 7, 2022
1 parent 5fee791 commit 69a2e86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autotest.py
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,7 @@ def setup_network(args: Namespace, conf: ConfigParser) -> None:
else:
host.setup_test_macvtap()
except Exception:
error('Failed to setup network')
host.cleanup_network()


Expand Down

0 comments on commit 69a2e86

Please sign in to comment.