]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/docker/inner/compile_frr.sh
Docker: Use pytest as default command
[mirror_frr.git] / tests / topotests / docker / inner / compile_frr.sh
index 579994f83dfd5ab65d53820c23826b21e97458a0..896514b5d5cdb91b0013211d05b0fa92badaee80 100755 (executable)
@@ -83,11 +83,15 @@ if [ ! -e Makefile ]; then
        fi
 
        bash configure >&3 \
-               --enable-multipath=64 \
+               --enable-static-bin \
+               --with-moduledir=/usr/lib/frr/modules \
                --prefix=/usr \
                --localstatedir=/var/run/frr \
                --sbindir=/usr/lib/frr \
                --sysconfdir=/etc/frr \
+               --enable-multipath=0 \
+               --enable-fpm \
+               --enable-sharpd \
                $EXTRA_CONFIGURE \
                --with-pkg-extra-version=-topotests \
                || log_fatal "failed to configure the sources"