Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2015-03-09 | scenario_test: specify address-family in the URL to get local-rib | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-03-05 | scenario_test: remove the template configuration file of gobgp and quagga to ↵ | Naoto Hanaue | |
use for malformed test | |||
2015-03-05 | scenario_test: change generated by the program the configuration file of ↵ | Naoto Hanaue | |
malformed test | |||
2015-03-04 | scenario_test: update neighbor configuration | Hiroshi Yokoi | |
2015-03-03 | update the whole code for the latest openconfig yang files | FUJITA Tomonori | |
The modified openconfig yang files are available at: https://github.com/osrg/yang/tree/gobgp Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-03-03 | config: remove time.Time in BgpNeighborCommonStateType | FUJITA Tomonori | |
This is part of work to remove time.Time in bgp_config.go since no nice way to represent time.Time with yang. We replace time.Time with int64. Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-02-25 | scenario_test: add --gobgp-log-debug option | Hiroshi Yokoi | |
2015-02-17 | scenario_test: add malformed test pattern | Naoto Hanaue | |
2015-02-16 | scenario_test: add retry routine in each test | Naoto Hanaue | |
2015-02-16 | scenario_test: fix to restart the quagga after the docker container has ↵ | Naoto Hanaue | |
become IP reachable | |||
2015-02-10 | scenario_test: fix the location of the directory to use in the docker volume | Naoto Hanaue | |
2015-02-03 | scenario_test: update the README for add scenario_test | Naoto Hanaue | |
2015-02-03 | scenario_test: add scenario test using the quagga of ipv4 and ipv6 | Naoto Hanaue | |
2015-01-29 | scenario_test: add new test case to malformed test | Naoto Hanaue | |
2015-01-28 | scenario_test: fix notification message in test case | Naoto Hanaue | |
2015-01-28 | scenario_test: fix TypeError in malformed_test | Naoto Hanaue | |
2015-01-28 | scenario_test: support to sudo | Naoto Hanaue | |
2015-01-26 | scenario_test: Change to be able to test the local gobgp program | Naoto Hanaue | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-22 | test: remove dockerfile | FUJITA Tomonori | |
move them to a different repository: https://github.com/osrg/dockerfiles/tree/master/exabgp Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-22 | scenario_test: add malformd packet test | Naoto Hanaue | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-22 | scenario_test: modify README | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-22 | scenario_test: support test of best path selection and fixed following the ↵ | Naoto Hanaue | |
display format of the rest Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-15 | scenario_test: made small changes | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-15 | scenario_test: add ecdsa and pycrypto as dependencies | Hiroshi Yokoi | |
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | |||
2015-01-15 | scenario_test: add scenario_test scripts | Naoto Hanaue | |
nosetests -s route_server_test.py Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> |