From 921533b7f384baa7cc2a1b89ea410d6accd3b752 Mon Sep 17 00:00:00 2001 From: gvrangan Date: Tue, 24 May 2022 10:12:27 +0000 Subject: [PATCH] Fix the Netconf CSIT Failures The mdsal option set to true causing the netconf-testtool to fail. This path ads an option to disable mdsal option for the netconf tests Signed-off-by: gvrangan Change-Id: Ifd378b8cacf82d71aa81d83e01305d0ce853c597 --- csit/suites/netconf/CRUD-ACTION/CRUD-ACTION.robot | 2 +- csit/suites/netconf/CRUD/CRUD-RPC.robot | 2 +- csit/suites/netconf/CRUD/CRUD.robot | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csit/suites/netconf/CRUD-ACTION/CRUD-ACTION.robot b/csit/suites/netconf/CRUD-ACTION/CRUD-ACTION.robot index 7685e922b6..0dcf50ad1a 100644 --- a/csit/suites/netconf/CRUD-ACTION/CRUD-ACTION.robot +++ b/csit/suites/netconf/CRUD-ACTION/CRUD-ACTION.robot @@ -111,7 +111,7 @@ Setup_Everything ${DEVICE_TYPE} = CompareStream.Set_Variable_If_At_Most_Nitrogen ${DEVICE_TYPE_RPC} ${DEVICE_TYPE_RPC_CREATE} BuiltIn.Set_Suite_Variable ${DEVICE_TYPE} OperatingSystem.File Should Exist ${RPC_FILE} - NetconfKeywords.Install_And_Start_Testtool device-count=1 schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas rpc_config=${RPC_FILE} + NetconfKeywords.Install_And_Start_Testtool device-count=1 schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas rpc_config=${RPC_FILE} mdsal=false Teardown_Everything [Documentation] Teardown the test infrastructure, perform cleanup and release all resources. diff --git a/csit/suites/netconf/CRUD/CRUD-RPC.robot b/csit/suites/netconf/CRUD/CRUD-RPC.robot index 301488e43d..0bd2eeac95 100644 --- a/csit/suites/netconf/CRUD/CRUD-RPC.robot +++ b/csit/suites/netconf/CRUD/CRUD-RPC.robot @@ -45,7 +45,7 @@ ${delete_location} delete_location Start_Testtool [Documentation] Deploy and start test tool, then wait for all its devices to become online. [Tags] ODLMICRO_IGN - NetconfKeywords.Install_And_Start_Testtool device-count=1 schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas + NetconfKeywords.Install_And_Start_Testtool device-count=1 schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas mdsal=false Check_Device_Is_Not_Configured_At_Beginning [Documentation] Sanity check making sure our device is not there. Fail if found. diff --git a/csit/suites/netconf/CRUD/CRUD.robot b/csit/suites/netconf/CRUD/CRUD.robot index cfce999773..b614e25909 100644 --- a/csit/suites/netconf/CRUD/CRUD.robot +++ b/csit/suites/netconf/CRUD/CRUD.robot @@ -41,7 +41,7 @@ ${USE_NETCONF_CONNECTOR} ${False} Start_Testtool [Tags] ODLMICRO_IGN [Documentation] Deploy and start test tool, then wait for all its devices to become online. - NetconfKeywords.Install_And_Start_Testtool device-count=1 schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas + NetconfKeywords.Install_And_Start_Testtool device-count=1 schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas mdsal=false Check_Device_Is_Not_Configured_At_Beginning [Documentation] Sanity check making sure our device is not there. Fail if found. -- 2.36.6