diff options
author | Satoshi Fujimoto <satoshi.fujimoto7@gmail.com> | 2017-09-26 16:06:25 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2017-09-29 15:05:43 +0900 |
commit | e637c746e9bc880b86ee11b06c306e533003598d (patch) | |
tree | 29ba207ae48a2cb3fcc589c909c4e8de8a659bb9 /.travis.yml | |
parent | ba395457213966dd8a49b5836b2341434f4025b9 (diff) |
test: Add Scenario tests for Revised Error Handling
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 a4ab373e..3dff97ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -144,6 +144,9 @@ matrix: - <<: *_docker env: - TEST=addpath_test.py + - <<: *_docker + env: + - TEST=bgp_malformed_msg_handling_test.py cache: pip: true |