Enable mdsal store for testool 05/80405/5
authorLuis Gomez <ecelgp@gmail.com>
Tue, 19 Feb 2019 22:18:01 +0000 (14:18 -0800)
committerJamo Luhrsen <jluhrsen@redhat.com>
Mon, 25 Feb 2019 16:31:16 +0000 (16:31 +0000)
Change-Id: I8ee0e343f980b883d04483f1569674ddeea69877
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
csit/suites/netconf/clusteringscale/performance.robot
csit/suites/netconf/restperfclient/performance.robot
csit/suites/netconf/scale/getmulti.robot
csit/suites/netconf/scale/getsingle.robot

index ec8799f47fcbf470c419b98213ed930c3ba8bfa9..0067ff90796f65eeb4966123c3c2a1834952851e 100644 (file)
@@ -50,7 +50,7 @@ Start_Testtool
     [Documentation]    Deploy and start test tool, then wait for all its devices to become online.
     # Start test tool
     SSHLibrary.Switch_Connection    ${testtool}
-    NetconfKeywords.Install_And_Start_Testtool    device-count=1    debug=false    schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas    mdsal=false
+    NetconfKeywords.Install_And_Start_Testtool    device-count=1    debug=false    schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas
 
 Configure_Device_On_Netconf
     [Documentation]    Configure the testtool device on Netconf connector, using node 1.
index 404a2165f866d39952c6770b374530bd77b75d9d..a7b46ac21d7adfced480dd7db627af3a77205648 100644 (file)
@@ -44,7 +44,7 @@ Start_Testtool
     [Documentation]    Deploy and start test tool, then wait for all its devices to become online.
     # Start test tool
     SSHLibrary.Switch_Connection    ${testtool}
-    NetconfKeywords.Install_And_Start_Testtool    device-count=1    schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas    mdsal=false    debug=false
+    NetconfKeywords.Install_And_Start_Testtool    device-count=1    schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas    debug=false
 
 Configure_Device_On_Netconf
     [Documentation]    Configure the testtool device on Netconf connector.
index f62ed43f6da5cba0676db13158eaab07e52aef4e..88984ad23ca2af49fc94f5dd50e147db8e427464 100644 (file)
@@ -37,7 +37,7 @@ ${base_port}      17830
 *** Test Cases ***
 Start_Test_Tool
     [Documentation]    Deploy and start test tool, then wait for all its devices to become online.
-    NetconfKeywords.Install_And_Start_Testtool    device-count=${DEVICE_COUNT}    mdsal=false
+    NetconfKeywords.Install_And_Start_Testtool    device-count=${DEVICE_COUNT}
 
 Configure_Devices_On_Netconf
     [Documentation]    Make requests to configure the testtool devices.
index bd8b78c9fd86c623bcb6e0fc986e70a0d9c6f571..63149efcda479aba548978a2cd7a2d7eeef5a272 100644 (file)
@@ -31,7 +31,7 @@ ${device_type}    full-uri-device
 *** Test Cases ***
 Start_Test_Tool
     [Documentation]    Deploy and start test tool, then wait for all its devices to become online.
-    NetconfKeywords.Install_And_Start_Testtool    device-count=${DEVICE_COUNT}    mdsal=false
+    NetconfKeywords.Install_And_Start_Testtool    device-count=${DEVICE_COUNT}
 
 Configure_Devices_Onto_Netconf
     [Documentation]    Make requests to configure the testtool devices.