Skip to content

Commit

Permalink
[qa] Use the libvirt connection URI in virt-viewer too
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
  • Loading branch information
rgl authored and mcb30 committed Feb 11, 2021
1 parent b900048 commit bad6147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testwimboot
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ for test_file in args.test:
# Launch interactive viewer, if requested
if args.interactive:
viewer = subprocess.Popen(['virt-viewer', '--attach',
'--connect', args.connection,
'--id', str(vm.ID())])
else:
viewer = None
Expand Down

0 comments on commit bad6147

Please sign in to comment.