diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-05-19 05:24:54 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-11-28 02:22:11 +0100 |
commit | 09bd98fbb775031d924d7bc7a1dd88f889bc8a99 (patch) | |
tree | cc805c7c7a880a67995a32a77f26ec55963af1de /tests/topotests/README.md | |
parent | Add support for collecting AddressSanitizer output. See README.md for details (diff) | |
download | frr-09bd98fbb775031d924d7bc7a1dd88f889bc8a99.tar.xz frr-09bd98fbb775031d924d7bc7a1dd88f889bc8a99.zip |
Doc: Update manual sample build instruction with symlink for vtysh and reference to user creation
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'tests/topotests/README.md')
-rw-r--r-- | tests/topotests/README.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/topotests/README.md b/tests/topotests/README.md index b25910d2e..58601f40c 100644 --- a/tests/topotests/README.md +++ b/tests/topotests/README.md @@ -88,10 +88,10 @@ disabled in `pytest.ini` file) test script itself is debugged #### Execute single test - + cd test_to_be_run ./test_to_be_run.py - + For further options, refer to pytest documentation Test will set exit code which can be used with `git bisect` @@ -171,6 +171,10 @@ for `stable/3.0` branch: --enable-tcp-zebra --enable-fpm --enable-pimd make sudo make install + # Create symlink for vtysh, so topotest finds it in /usr/lib/frr + sudo ln -s /usr/lib/frr/vtysh /usr/bin/ + +and create `frr` user and `frrvty` group as shown above ## License |