diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-19 20:18:49 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-19 20:18:49 +0000 |
| commit | 2e73695a3c36b32078c4c9a0c1b51c3d9e5aaf66 (patch) | |
| tree | 19fbbd52b5988fe67a62a39701dead71a50a7d44 | |
| parent | 548ec776edc4c10518a98f273eded645ab471d27 (diff) | |
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>
| -rwxr-xr-x | tests/topotests/docker/build.sh | 2 | ||||
| -rwxr-xr-x | tests/topotests/docker/frr-topotests.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/topotests/docker/build.sh b/tests/topotests/docker/build.sh index 344fb2ffcb..70ce2efe85 100755 --- a/tests/topotests/docker/build.sh +++ b/tests/topotests/docker/build.sh @@ -26,5 +26,5 @@ cd "$(dirname "$0")"/.. exec docker build --pull \ --compress \ - -t frrouting/frr:topotests-latest \ + -t frrouting/topotests:latest \ . diff --git a/tests/topotests/docker/frr-topotests.sh b/tests/topotests/docker/frr-topotests.sh index 6d8bea0002..ef916abcf3 100755 --- a/tests/topotests/docker/frr-topotests.sh +++ b/tests/topotests/docker/frr-topotests.sh @@ -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 "$@" |
