From 09bd98fbb775031d924d7bc7a1dd88f889bc8a99 Mon Sep 17 00:00:00 2001 From: Martin Winter Date: Thu, 18 May 2017 20:24:54 -0700 Subject: [PATCH] Doc: Update manual sample build instruction with symlink for vtysh and reference to user creation Signed-off-by: Martin Winter --- tests/topotests/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.39.5