Install pipework in prerequisites
diff --git a/src/test/setup/prerequisites.sh b/src/test/setup/prerequisites.sh
index b73017e..2c68e5f 100755
--- a/src/test/setup/prerequisites.sh
+++ b/src/test/setup/prerequisites.sh
@@ -29,8 +29,9 @@
 pip install -U pyroute2
 pip install -U netaddr
 pip install scapy-ssl_tls
+( cd /tmp && git clone https://github.com/jpetazzo/pipework.git && cp -v pipework/pipework /usr/bin && rm -rf pipework )
 ## Special mode to pull cord-tester repo in case prereqs was installed by hand instead of repo
 if [ "$1" = "-test" ]; then
     rm -rf cord-tester
     git clone https://github.cyanoptics.com/cgaonker/cord-tester.git
-fi
\ No newline at end of file
+fi