]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: point topotests docker img to new location
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 19 Mar 2019 20:18:49 +0000 (20:18 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 19 Mar 2019 20:18:49 +0000 (20:18 +0000)
The topotests docker image has moved from frrouting/frr to
frrouting/topotests. Update accordingly.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
tests/topotests/docker/build.sh
tests/topotests/docker/frr-topotests.sh

index 344fb2ffcba97958d52e8e152a8fad1752ec72f9..70ce2efe851667d176a382b91b0ec985a7e5d859 100755 (executable)
@@ -26,5 +26,5 @@ cd "$(dirname "$0")"/..
 
 exec docker build --pull \
                  --compress \
-                 -t frrouting/frr:topotests-latest \
+                 -t frrouting/topotests:latest \
                  .
index 6d8bea00022d93ad9b39083cdce5fa32368102be..ef916abcf3c7daefb480e33b7580c4fd6584e148 100755 (executable)
@@ -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 "$@"