Commit b84fb862 authored by Brenden Blanco's avatar Brenden Blanco Committed by GitHub

Merge pull request #1189 from iovisor/fix_test_brb

Workaround for possible race in pyroute2.ipdb
parents 472103b3 97a0cace
......@@ -66,6 +66,7 @@ class Simulation(object):
if out_ifc: out_ifc.up().commit()
ns_ipdb.interfaces.lo.up().commit()
ns_ipdb.initdb()
in_ifc = ns_ipdb.interfaces[in_ifname]
with in_ifc as v:
v.ifname = ns_ifc
......
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