Thomas Vachuska

Adding more patience to the netcfg scenario.

Change-Id: I67e151b51e12183900cdefcae9721cec5d9cd7d6
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
29 <group name="Query1" requires="Netcfg.Post-1"> 29 <group name="Query1" requires="Netcfg.Post-1">
30 <parallel var="${OC#}" starts="Netcfg.Query-1-${#}"> 30 <parallel var="${OC#}" starts="Netcfg.Query-1-${#}">
31 <!-- Check that the values made it into the config for the DHCP server --> 31 <!-- Check that the values made it into the config for the DHCP server -->
32 - <step name="Netcfg.QueryDhcp-1-${#}" exec="check-dhcp-netcfg.py ${OC#} ttl=1 lease=2 renew=3 rebind=4 delay=5 timeout=6"/> 32 + <step name="Netcfg.QueryDhcp-1-${#}" delay="2"
33 + exec="check-dhcp-netcfg.py ${OC#} ttl=1 lease=2 renew=3 rebind=4 delay=5 timeout=6"/>
33 </parallel> 34 </parallel>
34 </group> 35 </group>
35 36
...@@ -41,7 +42,8 @@ ...@@ -41,7 +42,8 @@
41 <group name="Query2" requires="Netcfg.Post-2"> 42 <group name="Query2" requires="Netcfg.Post-2">
42 <parallel var="${OC#}" starts="Netcfg.Query-2-${#}"> 43 <parallel var="${OC#}" starts="Netcfg.Query-2-${#}">
43 <!-- Check that the values made it into the config for the DHCP server --> 44 <!-- Check that the values made it into the config for the DHCP server -->
44 - <step name="Netcfg.QueryDhcp-2-${#}" exec="check-dhcp-netcfg.py ${OC#} ttl=21 lease=22 renew=23 rebind=24 delay=25 timeout=26"/> 45 + <step name="Netcfg.QueryDhcp-2-${#}" delay="2"
46 + exec="check-dhcp-netcfg.py ${OC#} ttl=21 lease=22 renew=23 rebind=24 delay=25 timeout=26"/>
45 </parallel> 47 </parallel>
46 </group> 48 </group>
47 49
......