Seamless shit for dhcpl2relay.
It never looked to have been seamless before.
Anyway, now after setup.
run -m <> -t dhcpl2relay:dhcpl2relay_exchange.test_dhcpl2relay_initialize
to bootstrap the relay.
Then one can try firing the test from the olt node or same node.
Supports 1 subscriber dhcp.
You are supposed to run the tls test actually.
But there is support in dhcpl2relay app itself to provision the olt subscribers (vlans)

Change-Id: Ibcdf3bf4f0962d174f245ca914b97c644001d729
diff --git a/src/test/setup/cord-test.py b/src/test/setup/cord-test.py
index 18eeb71..81854d4 100755
--- a/src/test/setup/cord-test.py
+++ b/src/test/setup/cord-test.py
@@ -240,6 +240,7 @@
         self.switch_started = True
 
     def setup_dhcpd(self,  manifest, boot_delay = 5):
+        return False
         if not self.olt or not manifest.start_switch:
             return False
         if self.service_running("/usr/sbin/dhcpd"):