This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from topotato import * | |
| """ | |
| Test BGP Aggregate Address Origin | |
| """ | |
| @topology_fixture() | |
| def allproto_topo(topo): | |
| """ | |
| [ r1 ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from topotato import * | |
| """ | |
| Test BGP Aggregate Address Origin | |
| """ | |
| @topology_fixture() | |
| def allproto_topo(topo): | |
| """ | |
| [ r1 ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from topotato import * | |
| """ | |
| Test ping | |
| """ | |
| @topology_fixture() | |
| def allproto_topo(topo): | |
| """ | |
| [ r1 ] | |
| | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@frrr:~/newfrr1/tests/topotato# ./run_userns.sh --frr-builddir=/root/buildfrr/ --log-cli-level=DEBUG -v -v -x test_bgp_aggregate_address_origin.py | |
| ======================================================= topotato initialization ======================================================= | |
| -------------------------------------------------------- live log sessionstart -------------------------------------------------------- | |
| DEBUG topotato:topolinux.py:87 executable unshare found: /usr/bin/unshare | |
| DEBUG topotato:topolinux.py:87 executable nsenter found: /usr/bin/nsenter | |
| DEBUG topotato:topolinux.py:87 executable tini found: /usr/bin/tini | |
| DEBUG topotato:topolinux.py:87 executable dumpcap found: /usr/bin/dumpcap | |
| DEBUG topotato:topolinux.py:87 executable ip found: /usr/sbin/ip | |
| DEBUG topotato:frr.py:124 FRR build directory: '/root/buildfrr' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pytest | |
| from topotato import * | |
| import logging | |
| """ | |
| WIP - BGP Aggregate Address Origin Test | |
| """ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import pytest | |
| from topotato import * | |
| import logging | |
| """ | |
| WIP - BGP Aggregate Address Origin Test | |
| """ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # This script will install a new Leantime instance on a fresh Ubuntu 18.04 server. | |
| # This script is experimental and does not ensure any security. | |
| # === Variables =============================================================== | |
| # printf "Please enter leantime mysql password :" | |
| # read leantimePassword | |
| printf "LEANTIME FREEBSD TERRACANUM" | |
| # === Leantime Installation =================================================== | |
| # Installing packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 960 Grid System ~ Core CSS. | |
| Learn more ~ http://960.gs/ | |
| Licensed under GPL and MIT. | |
| */ | |
| /* | |
| Forces backgrounds to span full width, | |
| even if there is horizontal scrolling. |