diff options
author | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2016-11-06 06:58:37 +0000 |
---|---|---|
committer | Wataru Ishida <ishida.wataru@lab.ntt.co.jp> | 2016-11-06 07:44:04 +0000 |
commit | 4534be26098f7a90e8bc515d697c259762bdaeb7 (patch) | |
tree | b6d51df1a53b946fa5c319c838c227ac105e2f1f /.travis.yml | |
parent | e4cd6e08f66c80a17230b709ede67f40d62969ce (diff) |
server: fix bug of disable/enable/softreset behavior for vrfed neighbor
Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f123aa74..b100ca32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -146,6 +146,11 @@ matrix: sudo: required services: - docker + - env: + - TEST=vrf_neighbor_test2.py + sudo: required + services: + - docker cache: pip: true |