]> git.puffer.fish Git - mirror/frr.git/commit
tests/topotests: Also search sbin for modprobe 3436/head
authorChristian Franke <chris@opensourcerouting.org>
Thu, 6 Dec 2018 17:31:34 +0000 (18:31 +0100)
committerChristian Franke <chris@opensourcerouting.org>
Thu, 6 Dec 2018 17:33:21 +0000 (18:33 +0100)
commit464e85c84d27758e4179e40737025fe9a905c195
treefeb9f3b992e57f28cef8c9ef135289122d0136e8
parent8ba26ecda7ccc1e1ea93cbe66efb4c9fcd962ecb
tests/topotests: Also search sbin for modprobe

We call `modprobe -n` to check if mpls modules are available to be
loaded. We do this as normal user, to only ask for root permissions
if we are actually loading the module.

This breaks if `modprobe` is in `/sbin` and normal users don't have
sbin in path.

So add `/sbin` to the search path to work around this.

Signed-off-by: Christian Franke <chris@opensourcerouting.org>
tests/topotests/docker/frr-topotests.sh