From: Martin Winter Date: Fri, 19 May 2017 03:24:54 +0000 (-0700) Subject: Doc: Update manual sample build instruction with symlink for vtysh and reference... X-Git-Tag: frr-7.1-dev~151^2~324 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=09bd98fbb775031d924d7bc7a1dd88f889bc8a99;p=matthieu%2Ffrr.git Doc: Update manual sample build instruction with symlink for vtysh and reference to user creation Signed-off-by: Martin Winter --- diff --git a/tests/topotests/README.md b/tests/topotests/README.md index b25910d2e0..58601f40ca 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