-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
create vm,
- blocking : it will block till vm is created.
- non bloxking : it will create vm in parallel, and return.
In current implementation , after popen, we communicate, it will wait internally. there is no point for adding extra wait call.
I think non blocking is not yet implementation
for reference https://docs.python.org/3.4/library/subprocess.html
Popen.communicate(input=None, timeout=None)
Interact with process: Send data to stdin. Read data from stdout and stderr, until end-of-file is reached. Wait for process to terminate. The optional input argument should be data to be sent to the child process, or None, if no data should be sent to the child. The type of input must be bytes or, if universal_newlines was True, a string.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels