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 \ exec docker build --pull \
--compress \ --compress \
-t frrouting/frr:topotests-latest \ -t frrouting/topotests:latest \
. .

View File

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