summaryrefslogtreecommitdiff
path: root/test/integration/targets/ios_ntp
Commit message (Collapse)AuthorAgeFilesLines
* Fix yamllint failure.Matt Clay2019-06-071-1/+0
|
* PR to fix the IOS_NTP integration TC failure (#57481)Sumit Jaiswal2019-06-071-0/+24
| | | | | | | | | | | | | | * ios_ntp tc fail Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> * ios_ntp tc fail Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com> * fix for local connection Signed-off-by: Sumit Jaiswal <sjaiswal@redhat.com>
* ios_ntp: Switch interface to GigabitEthernet0/1 for tests (#56964)Paul Belanger2019-05-271-2/+10
| | | | | | | | | | | | | | | | * ios_ntp: Switch interface to GigabitEthernet0/1 for tests Lets use an interface we know that exists for testing, in some cases Loopback0 maybe not be configured. Signed-off-by: Paul Belanger <pabelanger@redhat.com> * ios_ntp: properly register result variable for testing This is currently broken, and tests don't work. Fix this by properly registering the result variable. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* Fix syntax issue with ios_ntp tests (#56958)Paul Belanger2019-05-271-1/+1
| | | | | This was missing a yaml anchor. Signed-off-by: Paul Belanger <pabelanger@redhat.com>
* ios_ntp module (#50705)Federico872019-02-015-0/+103
* ios_ntp module * add execute_module for config func * fix units test * test empty list * update example * change want logic to follow have - removed try/except * update commands list for config test * add idempotent test case * add more test