Add test VPP sends DHCP REQUEST after OFFER
[csit.git] / resources / libraries / python / TrafficScriptExecutor.py
index 108b2b9..e7b851e 100644 (file)
@@ -67,6 +67,8 @@ class TrafficScriptExecutor(object):
         if ret_code != 0:
             if "RuntimeError: ICMP echo Rx timeout" in stderr:
                 raise Exception("ICMP echo Rx timeout")
+            elif "RuntimeError: DHCP REQUEST Rx timeout" in stderr:
+                raise RuntimeError("DHCP REQUEST Rx timeout")
             else:
                 raise Exception("Traffic script execution failed")