Test: Get the cord-tester ready for real CORD deployment.
Fabric test, manifest, option to specify container image prefix, gradle build changes to publish and a host of other changes for cord.
Change-Id: I4bd1c8d9ff4c0a6d117219ca847ae03c61784096
diff --git a/Dockerfile.tester b/Dockerfile.tester
index 2030ed2..e47ccff 100644
--- a/Dockerfile.tester
+++ b/Dockerfile.tester
@@ -6,7 +6,8 @@
unzip libpcre3-dev flex bison libboost-dev \
python python-pip python-setuptools python-scapy tcpdump doxygen doxypy wget \
openvswitch-common openvswitch-switch \
- python-twisted python-sqlite sqlite3 python-pexpect telnet arping isc-dhcp-server
+ python-twisted python-sqlite sqlite3 python-pexpect telnet arping isc-dhcp-server \
+ python-paramiko python-maas-client
RUN easy_install nose
RUN mkdir -p /root/ovs
WORKDIR /root