Merge pull request #23 from arkarthick/master

Checkout the latest CPQD while building container image for CPQD
diff --git a/src/test/setup/cord-test.py b/src/test/setup/cord-test.py
index a8ef412..5835764 100755
--- a/src/test/setup/cord-test.py
+++ b/src/test/setup/cord-test.py
@@ -186,7 +186,6 @@
 WORKDIR /root
 RUN git clone https://github.com/CPqD/ofsoftswitch13.git && \
     cd ofsoftswitch13 && \
-    git checkout d174464dcc414510990e38426e2e274a25330902 && \
     ./boot.sh && \
     ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-ssl && \
     make && make install