mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-07 04:37:20 +00:00
tests: point topotests docker img to new location
The topotests docker image has moved from frrouting/frr to frrouting/topotests. Update accordingly. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
548ec776ed
commit
2e73695a3c
@ -26,5 +26,5 @@ cd "$(dirname "$0")"/..
|
|||||||
|
|
||||||
exec docker build --pull \
|
exec docker build --pull \
|
||||||
--compress \
|
--compress \
|
||||||
-t frrouting/frr:topotests-latest \
|
-t frrouting/topotests:latest \
|
||||||
.
|
.
|
||||||
|
@ -136,7 +136,7 @@ if [ -z "$TOPOTEST_BUILDCACHE" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${TOPOTEST_PULL:-1}" = "1" ]; then
|
if [ "${TOPOTEST_PULL:-1}" = "1" ]; then
|
||||||
docker pull frrouting/frr:topotests-latest
|
docker pull frrouting/topotests:latest
|
||||||
fi
|
fi
|
||||||
|
|
||||||
set -- --rm -i \
|
set -- --rm -i \
|
||||||
@ -149,7 +149,7 @@ set -- --rm -i \
|
|||||||
-e "TOPOTEST_SANITIZER=$TOPOTEST_SANITIZER" \
|
-e "TOPOTEST_SANITIZER=$TOPOTEST_SANITIZER" \
|
||||||
--privileged \
|
--privileged \
|
||||||
$TOPOTEST_OPTIONS \
|
$TOPOTEST_OPTIONS \
|
||||||
frrouting/frr:topotests-latest "$@"
|
frrouting/topotests:latest "$@"
|
||||||
|
|
||||||
if [ -t 0 ]; then
|
if [ -t 0 ]; then
|
||||||
set -- -t "$@"
|
set -- -t "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user