diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-06 19:30:55 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-06 19:30:55 -0500 |
| commit | bc6f139cd19acaff1beefae9fb14da1962d42c85 (patch) | |
| tree | d4840381859dd19523375465e39021cac72a456d | |
| parent | 3b2298e76b8e641ffda98705cc973f28a5735bb4 (diff) | |
| parent | 464e85c84d27758e4179e40737025fe9a905c195 (diff) | |
Merge pull request #3436 from opensourcerouting/bugfix/topotest-sbin-dir
tests/topotests: Also search sbin for modprobe
| -rwxr-xr-x | tests/topotests/docker/frr-topotests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/topotests/docker/frr-topotests.sh b/tests/topotests/docker/frr-topotests.sh index 673354f5da..c13262652b 100755 --- a/tests/topotests/docker/frr-topotests.sh +++ b/tests/topotests/docker/frr-topotests.sh @@ -80,6 +80,8 @@ fi # them from the host however, they can be used just fine. # +export PATH="$PATH:/sbin:/usr/sbin:/usr/local/sbin" + for module in mpls-router mpls-iptunnel; do if modprobe -n $module 2> /dev/null; then : |
