From 7a4ed53d084bd6353b3c9e4884791c037d83a881 Mon Sep 17 00:00:00 2001 From: Ganesh Nalawade Date: Thu, 23 Aug 2018 14:48:44 +0530 Subject: [PATCH] Fix junos cli_command integration test (#44558) * Issue rollback command before exit from config mode --- .../targets/junos_command/tests/cli/cli_commmand.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/targets/junos_command/tests/cli/cli_commmand.yaml b/test/integration/targets/junos_command/tests/cli/cli_commmand.yaml index b08ac1cd7d..012327adef 100644 --- a/test/integration/targets/junos_command/tests/cli/cli_commmand.yaml +++ b/test/integration/targets/junos_command/tests/cli/cli_commmand.yaml @@ -22,6 +22,7 @@ loop: - configure - set system syslog file test any any + - rollback - exit register: result