don't retrieve config in running_config when config is provided for diff (#41400)

* don't retrieve config in running_config when config is provided for diff

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* fix for eos, nxos

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>

* add integration test

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha
2018-06-14 18:02:19 +05:30
committed by GitHub
parent a4f49ed648
commit 8ab0d654f3
9 changed files with 106 additions and 6 deletions

View File

@@ -0,0 +1,9 @@
version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname an-ios-01.ansible.com
!
boot-start-marker
boot-end-marker

View File

@@ -0,0 +1,9 @@
version 15.6
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname an-ios-02.ansible.com
!
boot-start-marker
boot-end-marker