diff options
author | Paul Belanger <pabelanger@redhat.com> | 2020-04-24 14:59:35 -0400 |
---|---|---|
committer | Paul Belanger <pabelanger@redhat.com> | 2020-04-24 15:57:08 -0400 |
commit | 022126a694db1e582de3d1af7bc763f43959af1b (patch) | |
tree | 9ca652dee7f372569659232a9ecf7877c5bca861 /tests/integration | |
parent | 77e8b041b2983415ac36eb6264f6e385ac87b074 (diff) | |
download | vyos-ansible-old-022126a694db1e582de3d1af7bc763f43959af1b.tar.gz vyos-ansible-old-022126a694db1e582de3d1af7bc763f43959af1b.zip |
Add missing ansible.cfg for integration testing
Add test dependencies for unit tests.
Fix import statement for vyos_static_route unit tests.
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/network-integration.cfg | 4 |
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 0000000..d12c1ef --- /dev/null +++ b/tests/integration/network-integration.cfg @@ -0,0 +1,4 @@ +[persistent_connection] +command_timeout = 100 +connect_timeout = 100 +connect_retry_timeout = 100 |