From 9752ce368d96406f3ec2955d872c0d3bc5c54432 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 27 Oct 2017 11:57:18 +0200 Subject: [PATCH] Remove ip nameservers on ios_system/set_name_servers teardown (#32239) Not sure why lookup source-interface, the only thing tested on that file is adding/removing name servers, no lookup is set. --- .../targets/ios_system/tests/cli/set_name_servers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/ios_system/tests/cli/set_name_servers.yaml b/test/integration/targets/ios_system/tests/cli/set_name_servers.yaml index 3fe54a45ff..9f03d61a24 100644 --- a/test/integration/targets/ios_system/tests/cli/set_name_servers.yaml +++ b/test/integration/targets/ios_system/tests/cli/set_name_servers.yaml @@ -84,7 +84,7 @@ - name: teardown ios_config: lines: - - no ip domain lookup source-interface + - no ip name-server match: none authorize: yes