index
:
gobgp
build
extended-community-comment
makefile
master
transport
wireguard
BGP implemented in the Go Programming Language
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
scenario_test
/
bgp_router_test.py
Age
Commit message (
Expand
)
Author
2020-08-31
added `.env` file for vscode to find test/lib module
Imcom Jin
2019-06-22
Python3 support to gobgp tests
Franza Cavalcante
2018-10-29
Use assertEqual in python tests
Carl Baldwin
2018-05-21
bgp_router_test: Retry assertions of RIB for stability
IWASE Yusuke
2018-01-27
scenario_test: Enable to try assertion several times
IWASE Yusuke
2018-01-27
test/lib/Quagga: Use vtysh to add/del routes
IWASE Yusuke
2017-03-16
test/lib: Move noseplugin.py to test/lib module directory
IWASE Yusuke
2017-03-16
scenario_test: pep8 and pylint improvements
IWASE Yusuke
2017-03-07
scenario_test: Remove "sudo" command for running tests
IWASE Yusuke
2016-12-02
server: fix bug of deleteNeighbor()
Wataru Ishida
2016-11-12
test: remove tcpdump usage in bgp_router_test.py
FUJITA Tomonori
2016-11-07
test: use passive connection for gobgp and gobgp connection
FUJITA Tomonori
2016-10-09
test: fix bug of bgp_router_test.py
Wataru Ishida
2016-10-04
server: fix bug of withdrawal handling
Wataru Ishida
2016-10-03
test: Adopt to the updated Ryu BGP Packet lib API
IWASE Yusuke
2016-08-25
api/cli: kill cmd package custom path/destination structs
Wataru Ishida
2016-08-25
server/api: fix GetRib API to return sorted destination
Wataru Ishida
2016-08-15
test: skip BGPKeepAlive
ISHIDA Wataru
2016-08-03
server: fix advertising multiple local withdrawals with same prefix
ISHIDA Wataru
2016-08-03
test: deconfigure deleted peer for later tests
ISHIDA Wataru
2016-06-02
server: fix another regression of active connection
ISHIDA Wataru
2016-04-24
test: add BGPContainer.define_policy() and BGPContainer.assign_policy()
ISHIDA Wataru
2016-04-19
server: send local withdrawal paths regardless of path calculation result
ISHIDA Wataru
2016-03-31
server: update path-attributes when peer is disconnected
ISHIDA Wataru
2016-03-14
scenario_test: run scenario test on travis
Hiroshi Yokoi
2016-02-29
server: support active connection with md5 protection
ISHIDA Wataru
2015-11-11
scenario_test: use default interface for ipv4-peering
ISHIDA Wataru
2015-11-08
scenario_test: test local-pref and med handling
ISHIDA Wataru
2015-08-08
*: kill protobuf path structure
ISHIDA Wataru
2015-07-29
test: insert sleep to fix unstable test
ISHIDA Wataru
2015-07-27
test: introduce test_prefix to separate test execution
ISHIDA Wataru
2015-07-24
test: build docker image once, use it for all tests
ISHIDA Wataru
2015-07-14
server: fix bug of active connection
ISHIDA Wataru
2015-07-03
test: stop using gobgp monitor command
ISHIDA Wataru
2015-07-03
test: stretch timeout
ISHIDA Wataru
2015-07-03
server: bug fix of extra as-path prepending
ISHIDA Wataru
2015-07-03
test: check gobgp properly adds it's own asn to aspath
ISHIDA Wataru
2015-07-03
test: introduce modular test library
ISHIDA Wataru
2015-04-15
api: add a method to convert internal structs to protobuf structs
ISHIDA Wataru
2015-04-14
scenario_test: bgp_router_test retry checking rib
Hiroshi Yokoi
2015-04-14
api: use gRPC instead of REST
ISHIDA Wataru
2015-03-29
scenario_test: add non-route-server bgp scenario test
ISHIDA Wataru