summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authoransible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com>2020-04-24 23:57:39 +0000
committerGitHub <noreply@github.com>2020-04-24 23:57:39 +0000
commit300bfac93e63fd87793527f8741715e5e27ad82a (patch)
tree9ca652dee7f372569659232a9ecf7877c5bca861 /tests/integration
parent77e8b041b2983415ac36eb6264f6e385ac87b074 (diff)
parent022126a694db1e582de3d1af7bc763f43959af1b (diff)
downloadvyos.vyos-300bfac93e63fd87793527f8741715e5e27ad82a.tar.gz
vyos.vyos-300bfac93e63fd87793527f8741715e5e27ad82a.zip
Merge pull request #22 from pabelanger/temp/ansible.cfg
Add missing ansible.cfg for integration testing Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/network-integration.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/network-integration.cfg b/tests/integration/network-integration.cfg
new file mode 100644
index 00000000..d12c1efe
--- /dev/null
+++ b/tests/integration/network-integration.cfg
@@ -0,0 +1,4 @@
+[persistent_connection]
+command_timeout = 100
+connect_timeout = 100
+connect_retry_timeout = 100