diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-11-26 11:42:49 +0200 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-11-26 11:42:49 +0200 |
| commit | f3189d797d5edccb7af78d1db0b6d81a2512027c (patch) | |
| tree | f558c7145af28b5c748cc5413e056caf3c93dfe0 /doc | |
| parent | 6eb3a602893d21cc70047f20597adf594d6a45ea (diff) | |
tests: Deprecate TOPOTEST_PULL
We do not maintain docker.com/frrouting anymore and not building custom
images for topotests.
Use local images for topotests instead.
Just use:
```
mak topotests-build
make topotests
```
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/developer/topotests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/topotests.rst b/doc/developer/topotests.rst index 5077745a15..9e05a99474 100644 --- a/doc/developer/topotests.rst +++ b/doc/developer/topotests.rst @@ -881,7 +881,7 @@ commands: .. code:: console make topotests-build - TOPOTEST_PULL=0 make topotests + make topotests .. _topotests-guidelines: |
