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
/
graceful_restart_test.py
Age
Commit message (
Expand
)
Author
2020-08-31
added `.env` file for vscode to find test/lib module
Imcom Jin
2019-10-17
Transition to graceful restart state on hold timer expiry if applicable
mageshgv
2019-06-22
Python3 support to gobgp tests
Franza Cavalcante
2018-10-29
Use assertEqual in python tests
Carl Baldwin
2018-05-30
graceful_restart_test: Confirm stale paths removed
IWASE Yusuke
2018-05-30
graceful_restart_test: Assert timer not expired
IWASE Yusuke
2018-05-30
scenario_test: Extend Graceful Restart time
IWASE Yusuke
2018-05-15
scenario_test: Wait for GoBGP starting up
IWASE Yusuke
2018-05-15
test/lib/gobgp: Rename graceful_restart() to stop_gobgp()
IWASE Yusuke
2018-05-15
graceful_restart_test: Remove redundant parentheses
IWASE Yusuke
2017-06-08
test: Test for Graceful Restart with multiple peers
Satoshi Fujimoto
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-08-25
api/cli: kill cmd package custom path/destination structs
Wataru Ishida
2016-02-10
test: add graceful restart test
ISHIDA Wataru