Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-22 | test: enable to change base image of gobgp docker image | ISHIDA Wataru | |
$ fab -f ./lib/base.py make_gobgp_ctn:tag=gobgp,from_image=gobgp Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-19 | scenario_test: add ext-community action test | Hiroshi Yokoi | |
2015-08-18 | test: add a script for local scenario testing | ISHIDA Wataru | |
NOTE: This script doesn't make a gobgp docker image for testing. Type the command below to make/update the image. $ fab -f ./lib/base.py make_gobgp_ctn --set tag=gobgp Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-12 | test: add flowspec scenario test | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-12 | test: use a cleaner base container golang:1.4 for tests | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-11 | config: rename distributed-policy to in-policy | Naoto Hanaue | |
2015-08-08 | *: kill protobuf path structure | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-08 | test: use test/lib for route_server_test and route_server_ipv4_v6_test | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-05 | config: change type of Prefix in the PrefixSet | Naoto Hanaue | |
2015-08-05 | test: add scenario test for evpn | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-08-05 | config: change the structure of Neighbor.RouteServer as the ↵ | Naoto Hanaue | |
Neighbor.RouteReflector | |||
2015-08-05 | config: change the structure of AsPathSet, CommunitySet and ExtCommunitySet ↵ | Naoto Hanaue | |
as the PrefixSet | |||
2015-08-04 | scenario_test: add test in the case of setting only the prefix condition | Naoto Hanaue | |
2015-08-03 | server: fix bug of re-establish | ISHIDA Wataru | |
we must call filterpath() in case of re-establish. scenario_test is also added to check this. Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-31 | config: use the latest openconfig yang | Hiroshi Yokoi | |
2015-07-29 | test: insert sleep to fix unstable test | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-27 | test: parallel execution of bgp_router_test and ibgp_router_test | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-27 | test: change pipeworked interface name | ISHIDA Wataru | |
aimed to shorten pipeworked interface name. since we introduced test_prefix, pipeworked interface name tends to get longer. This may violate IFNAMSIZ(=16). Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-27 | test: introduce test_prefix to separate test execution | ISHIDA Wataru | |
test_prefix is used for work directory, docker name, bridge name Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-27 | test: don't give ip address to a bridge by default | ISHIDA Wataru | |
now telnet to quagga occurs in quagga container's local network namespace. we don't need to address a bridge Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-27 | test: telnet to quagga from local network namespace | ISHIDA Wataru | |
this is preparation for parallel execution of scenario tests Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-24 | test: fix missing sudo to remove useless docker images correctly | ISHIDA Wataru | |
Tested-by: Hiroshi Yokoi <yokoi.hirochi@po.ntts.co.jp> Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
2015-07-24 | test: build docker image once, use it for all tests | ISHIDA Wataru | |
Signed-off-by: ISHIDA Wataru <ishida.wataru@lab.ntt.co.jp> | |||
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 | |