From 31d2963f8fe13f2dcfb0410e6e78ee82c9245845 Mon Sep 17 00:00:00 2001 From: Victor Pickard Date: Thu, 30 Nov 2017 13:58:49 -0500 Subject: [PATCH] Do not restart/cleanup OVS in init code Do not restart/cleanup OVS on compute node during L2GW CSIT init. Change-Id: Iab6c2dd93331d4b048e0e732f58a0ea8d66f613c Signed-off-by: Victor Pickard --- csit/suites/l2gw/01_Configure_verify_l2gateway.robot | 1 - 1 file changed, 1 deletion(-) diff --git a/csit/suites/l2gw/01_Configure_verify_l2gateway.robot b/csit/suites/l2gw/01_Configure_verify_l2gateway.robot index 996d4606db..0677ec66ab 100644 --- a/csit/suites/l2gw/01_Configure_verify_l2gateway.robot +++ b/csit/suites/l2gw/01_Configure_verify_l2gateway.robot @@ -8,7 +8,6 @@ Resource ../../libraries/L2GatewayOperations.robot *** Test Cases *** TC01 Configure Hwvtep Manager OVS Manager Controller And Verify L2GatewayOperations.Add Vtep Manager And Verify ${ODL_IP} - L2GatewayOperations.Add Ovs Bridge Manager Controller And Verify TC02 Create First Set Of Network Subnet And Ports OpenStackOperations.Create Network ${NET_1} ${NET_ADDT_ARG} ${NET_1_SEGID} -- 2.36.6