mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 16:57:25 +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 \
|
||||
--compress \
|
||||
-t frrouting/frr:topotests-latest \
|
||||
-t frrouting/topotests:latest \
|
||||
.
|
||||
|
@ -136,7 +136,7 @@ if [ -z "$TOPOTEST_BUILDCACHE" ]; then
|
||||
fi
|
||||
|
||||
if [ "${TOPOTEST_PULL:-1}" = "1" ]; then
|
||||
docker pull frrouting/frr:topotests-latest
|
||||
docker pull frrouting/topotests:latest
|
||||
fi
|
||||
|
||||
set -- --rm -i \
|
||||
@ -149,7 +149,7 @@ set -- --rm -i \
|
||||
-e "TOPOTEST_SANITIZER=$TOPOTEST_SANITIZER" \
|
||||
--privileged \
|
||||
$TOPOTEST_OPTIONS \
|
||||
frrouting/frr:topotests-latest "$@"
|
||||
frrouting/topotests:latest "$@"
|
||||
|
||||
if [ -t 0 ]; then
|
||||
set -- -t "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user