diff options
author | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2017-10-02 15:31:39 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-11-07 21:53:46 +0900 |
commit | 5c16d53c7fa0fc19cb7087d61fbf8c7bfa94910f (patch) | |
tree | f1eefcd7a34d25b2f3f33662fe5e51a3fa0cad55 /.travis.yml | |
parent | 88862a1017a48e1bb8d11f8d06d7d6ef24283425 (diff) |
test: Add scenario test for BGP Confederation
Signed-off-by: Satoshi Fujimoto <satoshi.fujimoto7@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5bfecfad..e885b517 100644 --- a/.travis.yml +++ b/.travis.yml @@ -153,6 +153,9 @@ matrix: - <<: *_docker env: - TEST=bgp_malformed_msg_handling_test.py + - <<: *_docker + env: + - TEST=bgp_confederation_test.py # # Spell Check # |