| commit | 70baaf8cf227d70288c3e310f0ab6b344e66d4c0 | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Wed Jan 06 17:14:40 2016 +0100 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Wed Jan 06 17:14:40 2016 +0100 |
| tree | e40493bd7a7f28c6a2317169b9f20de6e30cff21 | |
| parent | 9c252b6c886bc254872fd1dfe3c19fab6fe15570 [diff] [blame] |
added basic start/stop functionality for containers. connection setup etc. still missing.
diff --git a/emuvim/cli/__main__.py b/emuvim/cli/__main__.py index 771049b..95ce01e 100644 --- a/emuvim/cli/__main__.py +++ b/emuvim/cli/__main__.py
@@ -15,7 +15,7 @@ # do some API tests print c.compute_action_start("dc2", "my_new_container1") - time.sleep(5) + time.sleep(10) print c.compute_action_stop("dc2", "my_new_container1")