Switch to MD-SAL version of test tool data store 41/32341/2
authorJozef Behran <jbehran@cisco.com>
Mon, 11 Jan 2016 12:37:31 +0000 (13:37 +0100)
committerVratko Polák <vrpolak@cisco.com>
Mon, 11 Jan 2016 15:15:19 +0000 (15:15 +0000)
commitc3c822093b7f5bd139a3a75de05f50b9ee356375
tree6332e17e156ac0a105b86a57cbff70e8b4379ff9
parentf1bc1076ba43627c2a5f7fe789fba550b190c130
Switch to MD-SAL version of test tool data store

The MD-SAL version of the test tool data store offers better
compliance with the Netconf protocol so use it by default.
An argument can be used to switch it off for tests where
performance is needed and correctness is not such as scaling
and performance test suites.

The CRUD suite also needed patching because it was designed
to check for an attribute in the data which is actually not
supposed to be there and was just a test-tool simple
datastore implementation quirk.

The scaling suites were also updated to tell the testtool
to use the simple datastore. These suites need the speed
more than the correctness as they don't do any data
checking.

Change-Id: I8f1d9e18e838169d6249c0998954ba0e0cf9e4fc
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/libraries/NetconfKeywords.robot
csit/suites/netconf/CRUD/CRUD.robot
csit/suites/netconf/scale/getmulti.robot
csit/suites/netconf/scale/getsingle.robot