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:
Quentin Young 2019-03-19 20:18:49 +00:00
parent 548ec776ed
commit 2e73695a3c
2 changed files with 3 additions and 3 deletions

View File

@ -26,5 +26,5 @@ cd "$(dirname "$0")"/..
exec docker build --pull \
--compress \
-t frrouting/frr:topotests-latest \
-t frrouting/topotests:latest \
.

View File

@ -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 "$@"