A rewrite of cord-tester in python.
This should replace the cord-test.sh shell script.
diff --git a/src/test/setup/test_docker/Dockerfile b/src/test/setup/test_docker/Dockerfile
index 29e25c7..e5c72a7 100644
--- a/src/test/setup/test_docker/Dockerfile
+++ b/src/test/setup/test_docker/Dockerfile
@@ -1,9 +1,6 @@
-FROM ubuntu
+FROM ubuntu:14.04
 MAINTAINER chetan@ciena.com
 
-LABEL RUN docker pull ubuntu:14.04
-LABEL RUN docker run -it --name nosetest ubuntu:14.04
-
 RUN apt-get update 
 RUN apt-get -y install git python python-pip python-setuptools python-scapy tcpdump doxygen doxypy
 RUN easy_install nose