]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Doc: Update manual sample build instruction with symlink for vtysh and reference...
authorMartin Winter <mwinter@opensourcerouting.org>
Fri, 19 May 2017 03:24:54 +0000 (20:24 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:11 +0000 (20:22 -0500)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
tests/topotests/README.md

index b25910d2e021137465812fe62cb0ec96822d1645..58601f40ca4e2fe6321ac8f3ba6b99b7ec78114f 100644 (file)
@@ -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