opensourcerouting / frr

Free Range Routing Protocol Suite
Other
37 stars 12 forks source link

topotato: test_bgp_ebgp_common_subnet_nexthop_unchanged.py #81

Closed Chromico closed 1 year ago

Chromico commented 1 year ago

Signed-off-by: Nathan Mangar nathan@thundergear.io Co-authored-by: Bruno Bernard contact.brunobernard@gmail.com

Test Output

➜  basetato4 git:(bgp-ebgp-common-subnet-nexthop-unchanged) ✗ ./run_userns.sh --frr-builddir=/root/buildfrr/ --log-cli-level=DEBUG -v -v  -x test_bgp_ebgp_common_subnet_nexthop_unchanged.py
=========================================================================================== topotato initialization ===========================================================================================

-------------------------------------------------------------------------------------------- live log sessionstart --------------------------------------------------------------------------------------------
DEBUG    topotato:topolinux.py:88 executable unshare found: /usr/bin/unshare
DEBUG    topotato:topolinux.py:88 executable nsenter found: /usr/bin/nsenter
DEBUG    topotato:topolinux.py:88 executable tini found: /usr/bin/tini
DEBUG    topotato:topolinux.py:88 executable ip found: /usr/sbin/ip
DEBUG    topotato:frr.py:143 FRR build directory: '/root/buildfrr'
DEBUG    topotato:frr.py:158 FRR source directory: '/root/buildfrr'
INFO     topotato:frr.py:197 FRR daemons: zebra, staticd, babeld, bfdd, bgpd, eigrpd, fabricd, isisd, ldpd, nhrpd, ospf6d, ospfd, pathd, pbrd, pim6d, pimd, ripd, ripngd, vrrpd
DEBUG    topotato:frr.py:209 zebra => zebra/zebra
DEBUG    topotato:frr.py:207 ignoring target 'watchfrr/watchfrr'
DEBUG    topotato:frr.py:207 ignoring target 'tools/ssd'
DEBUG    topotato:frr.py:209 bgpd => bgpd/bgpd
DEBUG    topotato:frr.py:209 ripd => ripd/ripd
DEBUG    topotato:frr.py:209 ripngd => ripngd/ripngd
DEBUG    topotato:frr.py:209 ospfd => ospfd/ospfd
DEBUG    topotato:frr.py:209 ospf6d => ospf6d/ospf6d
DEBUG    topotato:frr.py:209 isisd => isisd/isisd
DEBUG    topotato:frr.py:209 fabricd => isisd/fabricd
DEBUG    topotato:frr.py:209 nhrpd => nhrpd/nhrpd
DEBUG    topotato:frr.py:209 ldpd => ldpd/ldpd
DEBUG    topotato:frr.py:209 babeld => babeld/babeld
DEBUG    topotato:frr.py:209 eigrpd => eigrpd/eigrpd
DEBUG    topotato:frr.py:209 pimd => pimd/pimd
DEBUG    topotato:frr.py:209 pbrd => pbrd/pbrd
DEBUG    topotato:frr.py:209 staticd => staticd/staticd
DEBUG    topotato:frr.py:209 bfdd => bfdd/bfdd
DEBUG    topotato:frr.py:209 vrrpd => vrrpd/vrrpd
DEBUG    topotato:frr.py:209 pathd => pathd/pathd
DEBUG    topotato:frr.py:207 ignoring target 'lib/grammar_sandbox'
DEBUG    topotato:frr.py:207 ignoring target 'lib/clippy'
DEBUG    topotato:frr.py:207 ignoring target 'tools/permutations'
DEBUG    topotato:frr.py:207 ignoring target 'tools/gen_northbound_callbacks'
DEBUG    topotato:frr.py:207 ignoring target 'tools/gen_yang_deviations'
DEBUG    topotato:frr.py:207 ignoring target 'bgpd/bgp_btoa'
DEBUG    topotato:frr.py:207 ignoring target 'bgpd/rfp-example/rfptest/rfptest'
DEBUG    topotato:frr.py:207 ignoring target 'ospfclient/ospfclient'
DEBUG    topotato:frr.py:207 ignoring target 'pimd/test_igmpv3_join'
DEBUG    topotato:frr.py:207 ignoring target 'pceplib/pcep_pcc'
DEBUG    topotato:pretty.py:351 executable dot found: /usr/bin/dot
Warning: daemon 'pim6d' not enabled in configure, skipping
============================================================================================= test session starts =============================================================================================
platform linux -- Python 3.8.10, pytest-6.2.4, py-1.11.0, pluggy-0.13.0 -- /usr/bin/python3
cachedir: .pytest_cache
rootdir: /root/basetato4, configfile: pytest.ini
collecting ... --------------------------------------------------------------------------------------------- live log collection ---------------------------------------------------------------------------------------------
DEBUG    topotato:base.py:273 _topotato_makeitem(<Module test_bgp_ebgp_common_subnet_nexthop_unchanged.py>, 'TestBase', <class 'topotato.base.TestBase'>)
DEBUG    topotato:base.py:273 _topotato_makeitem(<Module test_bgp_ebgp_common_subnet_nexthop_unchanged.py>, 'BGPEbgpCommonSubnetNexthopUnchanged', <class 'test_bgp_ebgp_common_subnet_nexthop_unchanged.BGPEbgpCommonSubnetNexthopUnchanged'>)
DEBUG    topotato:base.py:273 _topotato_makeitem(<Instance ()>, 'bgp_converge', <topotato.base.TopotatoWrapped object at 0x7efe3b259a00>)
DEBUG    topotato:base.py:273 _topotato_makeitem(<Instance ()>, 'bgp_nh_unchanged', <topotato.base.TopotatoWrapped object at 0x7efe3b259ac0>)
DEBUG    topotato:base.py:675 collect on: <TopotatoFunction bgp_converge> test: <AssertVtysh #102:r3/bgpd/vtysh[show ip bgp summary json]>
DEBUG    topotato:base.py:675 collect on: <TopotatoFunction bgp_nh_unchanged> test: <AssertVtysh #113:r2/bgpd/vtysh[show ip bgp 10.255.0.1/32 json]>
collected 4 items                                                                                                                                                                                             

test_bgp_ebgp_common_subnet_nexthop_unchanged.py::BGPEbgpCommonSubnetNexthopUnchanged::startup 
----------------------------------------------------------------------------------------------- live log setup ------------------------------------------------------------------------------------------------
DEBUG    topotato.topolinux:topolinux.py:324 <topotato.frr.FRRNetworkInstance object at 0x7efe3b263820> tempdir created: /tmp/tmpja4dg9ed
DEBUG    topotato.topolinux:topolinux.py:113 <topotato.frr.FRRNetworkInstance object at 0x7efe3b263820> temp-subdir for <SwitchyNS: 'switch-ns'> created: /tmp/tmpja4dg9ed/switch-ns
DEBUG    topotato.topolinux:topolinux.py:113 <topotato.frr.FRRNetworkInstance object at 0x7efe3b263820> temp-subdir for <RouterNS: 'r1'> created: /tmp/tmpja4dg9ed/r1
DEBUG    topotato.topolinux:topolinux.py:113 <topotato.frr.FRRNetworkInstance object at 0x7efe3b263820> temp-subdir for <RouterNS: 'r3'> created: /tmp/tmpja4dg9ed/r3
DEBUG    topotato.topolinux:topolinux.py:113 <topotato.frr.FRRNetworkInstance object at 0x7efe3b263820> temp-subdir for <RouterNS: 'r2'> created: /tmp/tmpja4dg9ed/r2
PASSED (1.26)                                                                                                                                                                                           [ 25%]
test_bgp_ebgp_common_subnet_nexthop_unchanged.py::BGPEbgpCommonSubnetNexthopUnchanged::bgp_converge:#102:r3/bgpd/vtysh[show ip bgp summary json] PASSED (0.51)                                          [ 50%]
test_bgp_ebgp_common_subnet_nexthop_unchanged.py::BGPEbgpCommonSubnetNexthopUnchanged::bgp_nh_unchanged:#113:r2/bgpd/vtysh[show ip bgp 10.255.0.1/32 json] PASSED (0.90)                                [ 75%]
test_bgp_ebgp_common_subnet_nexthop_unchanged.py::BGPEbgpCommonSubnetNexthopUnchanged::shutdown Running as user "root" and group "root". This could be dangerous.
PASSED (1.07)                                                                                           [100%]

============================================================================================== 4 passed in 4.81s ==============================================================================================