Fix: Test bug - we have to force the right Docker image to be used for the tests. Trusty works.
diff --git a/src/emuvim/cli/compute.py b/src/emuvim/cli/compute.py
index 006b57b..179ae1e 100755
--- a/src/emuvim/cli/compute.py
+++ b/src/emuvim/cli/compute.py
@@ -107,7 +107,7 @@
help="Name of compute instance e.g. 'vnf1'")
parser.add_argument(
"--image","-i", dest="image",
- help="Name of container image to be used e.g. 'ubuntu'")
+ help="Name of container image to be used e.g. 'ubuntu:trusty'")
parser.add_argument(
"--dcmd", "-c", dest="docker_command",
help="Startup command of the container e.g. './start.sh'")