Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-15 | cli: support extended community | Naoto Hanaue | |
2015-07-15 | scenaio_test: add extended community test | Naoto Hanaue | |
2015-07-14 | server: fix bug of active connection | ISHIDA Wataru | |
also added scenario test to check active connection properly works Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-13 | server/table: support iBGP behavior | ISHIDA Wataru | |
also added scenario_test Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-11 | scenario_test: add test case for aspath prepend action | Hiroshi Yokoi | |
2015-07-03 | test: stop using gobgp monitor command | ISHIDA Wataru | |
gobgp monitor command can failed to get notification. stop using it in case Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-03 | test: stretch timeout | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-03 | server: bug fix of extra as-path prepending | ISHIDA Wataru | |
When gobgp originates a route, the generated route had incorrect as-path. this patch fix this bug. Scenario test is also added to check this. [before] $ gobgp neighbor global rib Network Next Hop AS_PATH Age Attrs *> 10.0.1.0/24 192.168.10.3 65001 00:03:20 [{Origin: IGP} {Med: 0}] *> 10.0.2.0/24 192.168.10.4 65002 00:03:36 [{Origin: IGP} {Med: 200}] *> 10.10.0.0/24 0.0.0.0 65000 00:03:37 [{Origin: IGP}] $ gobgp neighbor 192.168.10.5 adj-out Network Next Hop AS_PATH Attrs 10.0.1.0/24 192.168.10.2 65000 65001 [{Origin: IGP}] 10.0.2.0/24 192.168.10.2 65000 65002 [{Origin: IGP}] 10.10.0.0/24 192.168.10.2 65000 65000 [{Origin: IGP}] [after] $ gobgp neighbor global rib Network Next Hop AS_PATH Age Attrs *> 10.0.1.0/24 192.168.10.3 65001 00:03:20 [{Origin: IGP} {Med: 0}] *> 10.0.2.0/24 192.168.10.4 65002 00:03:36 [{Origin: IGP} {Med: 200}] *> 10.10.0.0/24 0.0.0.0 00:03:37 [{Origin: IGP}] $ gobgp neighbor 192.168.10.5 adj-out Network Next Hop AS_PATH Attrs 10.0.1.0/24 192.168.10.2 65000 65001 [{Origin: IGP}] 10.0.2.0/24 192.168.10.2 65000 65002 [{Origin: IGP}] 10.10.0.0/24 192.168.10.2 65000 [{Origin: IGP}] Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-03 | test: run pip install in jenkins script | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-03 | test: update pip-requires.txt | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-03 | test: check gobgp properly adds it's own asn to aspath | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-03 | test: introduce modular test library | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-01 | scenario_test: add the test of med actioin | Naoto Hanaue | |
2015-07-01 | scenario_test: add test case for distribute policy update | Hiroshi Yokoi | |
2015-07-01 | server: gofmt | Hiroshi Yokoi | |
2015-07-01 | scenario_test: add test cases for distribute policy | Hiroshi Yokoi | |
2015-07-01 | scenario_test: remove policy config part from quagga-rsconfig | Hiroshi Yokoi | |
2015-06-18 | scenario_test: check gobgp container before remove in its preparation | Hiroshi Yokoi | |
2015-06-12 | scenario_test: fix doesn't execute 'go build' and 'go get' if you don't ↵ | Naoto Hanaue | |
specify the use-local option | |||
2015-06-10 | scenario_test: execute the cli command using the docker exec in test | Naoto Hanaue | |
2015-06-10 | scenario_test: use docker stop | Hiroshi Yokoi | |
2015-06-10 | scenario_test: fix malformed test | Naoto Hanaue | |
2015-06-09 | scenario_test: build gobgp only at the beginning of the policy scenario test | Hiroshi Yokoi | |
2015-06-09 | scenario_test: remove code to get the latest exabgp | Hiroshi Yokoi | |
2015-05-27 | scenario_test: add policy test cases for new action and conditions | Hiroshi Yokoi | |
2015-05-11 | scenario_test: clean up GOPATH and add route_server policy test | Hiroshi Yokoi | |
2015-04-23 | scenario_test: add ipv6 policy test | Hiroshi Yokoi | |
2015-04-22 | scenario_test: support to the new cli client | Naoto Hanaue | |
2015-04-16 | scenario_test: fix README along with layout change | Hiroshi Yokoi | |
2015-04-16 | scenario_test: stop making /tmp/gobgp in the install process | Hiroshi Yokoi | |
2015-04-15 | api: add a method to convert internal structs to protobuf structs | ISHIDA Wataru | |
- add ToApiStruct() for convertion of internal structs to protobuf structs to avoid ugly convertion by json.Marshal() && json.Unmarshal() - move grpc server code under /server instead of /api - update proto file to include more detailed path information Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-14 | scenario_test: route_server_ipv4_v6_test retry checking rib | Hiroshi Yokoi | |
2015-04-14 | scenario_test: bgp_router_test retry checking rib | Hiroshi Yokoi | |
2015-04-14 | scenario_test: route_server_test retry checking rib | Hiroshi Yokoi | |
2015-04-14 | scenario_test: call make_startup_file() | Hiroshi Yokoi | |
2015-04-14 | scenario_test: remove sleep and change an option of docker exec | Hiroshi Yokoi | |
2015-04-14 | scenario_test: add sleep | Hiroshi Yokoi | |
2015-04-14 | api: use gRPC instead of REST | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-08 | scerio_test: add build script of jenkins | Naoto Hanaue | |
2015-04-06 | scenario_test: fix get_adj_rib | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-04-02 | scenario_test: add policy test cases | Hiroshi Yokoi | |
2015-04-02 | scenario_test: add helper functions for policy test | Hiroshi Yokoi | |
2015-03-31 | scenario_test: change gobgpd binary path | Hiroshi Yokoi | |
2015-03-29 | scenario_test: add non-route-server bgp scenario test | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-03-29 | scenario_test: kill duplicated code | ISHIDA Wataru | |
gather utility code in gobgp_test.py Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-03-29 | scenario_test: add route server flag | ISHIDA Wataru | |
this is a preparation for normal BGP scenario test Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-03-29 | scenario_test: add option to specify exabgp_path | ISHIDA Wataru | |
can be used to use local exabgp repository Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-03-29 | scenario_test: update gobgp configuration | ISHIDA Wataru | |
now gobgp changes its behavior according to PeerType Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-03-29 | scenario_test: enable debug logging for quagga | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-03-29 | scenario_test: fix typo | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> |