docker-playground/debian-bullseye-titan
Harald Welte c4d1cc59b0 ttcn3-docker-run.sh: Use interface "up" flag, not operstate
Don't use the "operstate" sysfs attribute to determine if an interface
is "up", use the actual UP-flag (0x01) in the "flags" sysfs attribute.

The "operstate" attribute may at least occasionally be "unknown" and
remain in that state (causing jenkins jobs to wait indefinitely), while
the flags (which we don't look at before this patch) indicates it is "up".

This is a fixup to the below commit:

commit d2014603a7
Author: Harald Welte <laforge@osmocom.org>
Date:   Wed Feb 3 22:05:43 2021 +0100

    debian-stretch-titan: Wait for interface to be _up_ not just its existance

Change-Id: Ib5c3bbe470ce874217437c2518df5ae07f0d8301
Closes: OS#5803
2022-12-02 11:15:34 +00:00
..
Dockerfile Use gerrit as osmo-ttcn3-hacks.git git remote 2022-09-20 12:09:32 +02:00
Makefile titan: move from debian-stetch-titan to debian-bullseye-titan 2021-12-16 11:40:17 +01:00
ttcn3-docker-prepare.sh debian-bullseye-titan: run 8 parallel jobs for 'make deps' 2022-02-04 13:33:40 +00:00
ttcn3-docker-run.sh ttcn3-docker-run.sh: Use interface "up" flag, not operstate 2022-12-02 11:15:34 +00:00