#20 minimize stdout chatter from vm manipulation commands
Closed: Invalid None Opened 8 years ago by tflink.

Currently, testCloud spits a lot of spurious output to stdout while running due to the way that commands are executed in subprocesses. By changing most of the Popen commands to pipe stdout and stderr, most of that output can be hidden, leading to a less confusing user experience.

Where appropriate/possible, change the subprocessed commands to squelch stdout and stderr.


This has been fixed through migration from popen commands to using the libvirt python bindings.

Login to comment on this ticket.

Metadata