diff options
author | John R Barker <john@johnrbarker.com> | 2017-05-12 12:49:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-12 12:49:12 +0100 |
commit | e9e2d67035dd190d541aba118a077f2a82a81918 (patch) | |
tree | 08ba52085802b91be8cd8428ed97866300fd4495 /shippable.yml | |
parent | e56c418d9d21c08f253f0b75becbe4dc5ca0ab00 (diff) | |
download | ansible-e9e2d67035dd190d541aba118a077f2a82a81918.tar.gz |
Run vyos_command Network tests in Shippable (#24514)
* Run VyOS Network tests in Shippable
* net_command no longer exists
* network/ci
* Disable other network tests
* pep8 fix
* Fix PEP 8 issue.
Diffstat (limited to 'shippable.yml')
-rw-r--r-- | shippable.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shippable.yml b/shippable.yml index bb77233f96..c03ab378be 100644 --- a/shippable.yml +++ b/shippable.yml @@ -24,6 +24,8 @@ matrix: - env: TEST=windows/2 - env: TEST=windows/3 + - env: TEST=network + - env: TEST=linux/centos6/1 - env: TEST=linux/centos7/1 - env: TEST=linux/fedora24/1 |