Skip to content

Changes

Summary

  1. debian-stretch-titan: Wait for interface to be _up_ not just its (details)
Commit d2014603a736a17d6b92006b25aa41482365ef3d by dwillmann
debian-stretch-titan: Wait for interface to be _up_ not just its existance

I've seen at least one instance where -EIFDOWN was returned when the
test suite was coming up.  This is a race condition, as we first
have to move the netdev into the namespace and only then can configure
it.  "pipework wait" only waits for its existence, not until it is up.

We cannot revert the order, as the netdev looses its state when it
is moved to a different netns.

Change-Id: I1bfb6eb925bca4e4e1901e06eed831152cddbbe2
The file was modified debian-stretch-titan/ttcn3-docker-run.sh