summaryrefslogtreecommitdiffhomepage
path: root/server/server_test.go
AgeCommit message (Expand)Author
2018-07-07follow Standard Go Project LayoutFUJITA Tomonori
2018-06-29server: exclude RTC for softreset if not specifiedFUJITA Tomonori
2018-06-23timeouts on tests and fixing timeout logic on graceful restart testJeff Bean
2018-06-22Fixing all megacheck errors.Jeff Bean
2018-06-14simple staticcheck issuesJeff Bean
2018-05-10make Path objects in rib read-onlyFUJITA Tomonori
2018-05-07table: remove withdraw/newPath/oldPath Lists in DestinationFUJITA Tomonori
2018-05-07preparation for shrinking Destination structureFUJITA Tomonori
2018-05-07use sorted single master table for route server setupFUJITA Tomonori
2018-01-11server_test: Enhance test cases for MonitorRib APIIWASE Yusuke
2017-11-08config: Properly set config of PeerGroup memberSatoshi Fujimoto
2017-11-07config: Pass Global Config to SetDefaultNeighborConfigSatoshi Fujimoto
2017-07-26add addpath send supportFUJITA Tomonori
2017-07-04support addpath recvISHIDA Wataru
2017-07-04use Destination instead of Path for path selection APIFUJITA Tomonori
2017-06-16server: Support Dynamic NeighborSatoshi Fujimoto
2017-06-07replace github.com/Sirupsen/logrus with github.com/sirupsen/logrusFUJITA Tomonori
2017-06-06server_test: Test for Graceful Restart timer expiredIWASE Yusuke
2017-06-06server_test: Add a sleep for stabilityIWASE Yusuke
2017-06-06server_test: stop listeningIWASE Yusuke
2017-06-06server_test: Confirm BgpServer started and stoppedIWASE Yusuke
2017-06-05*: Support Peer-Group ConfigurationSatoshi Fujimoto
2017-04-20improve performance of getting single neighbor informationFUJITA Tomonori
2017-04-18policy: send a withdrawal if export policy blocks an existing routeISHIDA Wataru
2017-04-04skip asn negotiation for BGP unnumbered peersISHIDA Wataru
2017-03-05server: fix withdraw with ibgpFUJITA Tomonori
2017-03-05server: avoid sending withdraw to peer just sent withdrawFUJITA Tomonori
2017-03-05server: add filterpath() unittestFUJITA Tomonori
2017-02-15server: add a current option to WatchBestPath()ISHIDA Wataru
2016-11-24server: add unit test to check NumGoroutine with Neighbor configurationFUJITA Tomonori
2016-11-24server: fix Watcher InfiniteChannel leakFUJITA Tomonori
2016-11-18server: disable advertised number calculation with multiple neighborsFUJITA Tomonori
2016-09-12test: test monitor feature in unit test instead of scenario testWataru Ishida
2016-08-03move policyMutex to policy/FUJITA Tomonori
2016-07-26move gRPC-related code for REQ_START_SERVER to grpc_server.goFUJITA Tomonori
2016-07-20remove gRPC dependency from table/FUJITA Tomonori
2016-05-10Refactoring GRPC APIFUJITA Tomonori
2016-04-20server: fix bug of policy assignmentISHIDA Wataru