Commit 5009055e authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: only set start time in memcache for qt

parent 561b2a02
...@@ -138,7 +138,8 @@ for host_type in host_types: ...@@ -138,7 +138,8 @@ for host_type in host_types:
lp.add_n2n(switch_top, switch) lp.add_n2n(switch_top, switch)
for c in clients + servers: for c in clients + servers:
c.nics[0].start_tick = 580000000000 if host_type == 'qt':
c.nics[0].start_tick = 580000000000
c.extra_deps.append(switch_top) c.extra_deps.append(switch_top)
all_servers = [] all_servers = []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment