Commit graph

8 commits

Author SHA1 Message Date
Paul Belanger
7f536630eb
Use wait_for in prepare_junos_tests.yaml ()
This should reduce the amount of time we are waiting for netconf to come
online.

Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2019-06-16 16:03:55 -04:00
Nathaniel Case
d6d7b6123e
Tag prepare tasks as netconf so they can be skipped for cli-only tests () 2018-08-14 08:43:21 -04:00
Ganesh Nalawade
f4d21bd542
Fix junos integration test CI failures ()
*  reset_connection task is not required as the persistent
   connection to remote host is closed at end of playbook
   run
2018-07-06 08:54:57 +05:30
Ganesh Nalawade
1c8c51d05c
Fix junos integration failures ()
*  Add connection=netconf in individual roles for modules that run using netconf connection
plugin
*  Add connection=network_cli for junos_netconf and junos_command
at applicable places
2018-01-08 17:58:47 +05:30
Ganesh Nalawade
53abf45cec
Add delay in junos integration test after netconf is enabled ()
junos integration test fails intermittently after task enables netconf
 on the remote host and the second task tries to create a persistent
 connection. Add a delay after the first task to ensure netconf is up
 running on remote host.
2017-12-14 13:48:09 +05:30
Ganesh Nalawade
aaf22965db
Reset persistent connection in junos integration test () 2017-12-05 15:25:39 +05:30
Ganesh Nalawade
60d0139844 Remove provider from prepare junos test intergration setup () 2017-09-03 03:16:06 +05:30
Ganesh Nalawade
6e0741e8b6 Add dependency to run junos integration test () 2017-08-02 11:28:34 +05:30