From 1f6e9a12d91bf25a3cd2a65ebd70c4c80c8c2ed9 Mon Sep 17 00:00:00 2001 From: gvrangan Date: Fri, 18 Mar 2016 22:18:58 +0000 Subject: [PATCH] Fix VTN Coordinator CSIT Failures * Removed Unwanted Call to Stop Mininet * The Mininet wqs stopped by an earlier case Change-Id: Ia106b348cdc4d7db52befd59b6ceb96808f7c369 Signed-off-by: gvrangan --- csit/suites/vtn/VTN_C_OF10/__init__.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/suites/vtn/VTN_C_OF10/__init__.robot b/csit/suites/vtn/VTN_C_OF10/__init__.robot index 2c452e07f0..498bb2f0fa 100644 --- a/csit/suites/vtn/VTN_C_OF10/__init__.robot +++ b/csit/suites/vtn/VTN_C_OF10/__init__.robot @@ -1,7 +1,7 @@ *** Settings *** Documentation Test suite for AD-SAL NSF Suite Setup Start Suite -Suite Teardown Stop Suite +Suite Teardown Delete All Sessions Library SSHLibrary Resource ../../../libraries/VtnCoKeywords.robot -- 2.36.6