summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorIWASE Yusuke <iwase.yusuke0@gmail.com>2017-03-30 16:22:06 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2017-04-17 23:05:59 +0900
commit3881b9b3fec0f242f2d3a4d7f20b8d1937b8ad00 (patch)
tree68078eaa3140e6598bce4eede0fc4ab95e829fbd /test
parent47ab84e34caeb7c89b26271bf84959011bc8ed19 (diff)
scenario_test/README: Remove list for each test file
For the maintainability, this patch removes the list for each scenario test file. Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/scenario_test/README.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/test/scenario_test/README.md b/test/scenario_test/README.md
index 5663d936..82687b07 100644
--- a/test/scenario_test/README.md
+++ b/test/scenario_test/README.md
@@ -96,8 +96,8 @@ all tests passed successfully
```
2. Run each test.
- Gobgp have a scenario test shown in the following.
You can run scenario tests individually with each test file.
+ See `test/scenario_test/*.py`, for the individual test files.
```shell
$ cd $GOPATH/src/github.com/osrg/gobgp/test/scenario_test
@@ -106,20 +106,6 @@ $ sudo -E PYTHONPATH=$GOBGP/test python <scenario test name>.py
OK
```
- what kind of scenaio tests:
- - bgp_router_test
- - bgp_zebra_test
- - evpn_test
- - flow_spec_test
- - global_policy_test
- - ibgp_router_test
- - route_reflector_test
- - route_server_ipv4_v6_test
- - route_server_malformed_test
- - route_server_policy_grpc_test
- - route_server_policy_test
- - route_server_test
-
## <a name="section4"> Clean up
A lot of containers are created during the test.
Let's clean up.