From 89a0de79613690b2d184b6c27eeb1f51e084ba49 Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Wed, 3 Feb 2016 12:33:26 +0100 Subject: [PATCH] Move the testtool start in clustered CRUD into a testcase The unclustered CRUD suite has test tool deployment as the first test case. Make the clustered CRUD suite follow that pattern to improve consistency of the code in these test suites. Change-Id: If940ea8aaa20c12997c04d8783402dcf7d608d19 Signed-off-by: Jozef Behran --- csit/suites/netconf/clustering/CRUD.robot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/csit/suites/netconf/clustering/CRUD.robot b/csit/suites/netconf/clustering/CRUD.robot index 78c654edde..85d68e0ff6 100644 --- a/csit/suites/netconf/clustering/CRUD.robot +++ b/csit/suites/netconf/clustering/CRUD.robot @@ -60,6 +60,10 @@ ${ORIGINAL_DATA} Modified Content *** Test Cases *** +Start_Testtool + [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 + Check_Device_Is_Not_Mounted_At_Beginning [Documentation] Sanity check making sure our device is not there. Fail if found. [Tags] critical @@ -209,7 +213,6 @@ Setup_Everything # Connect to the Mininet machine SSHLibrary.Open_Connection ${TOOLS_SYSTEM_IP} prompt=${TOOLS_SYSTEM_PROMPT} Utils.Flexible_Mininet_Login - NetconfKeywords.Install_And_Start_Testtool device-count=1 schemas=${CURDIR}/../../../variables/netconf/CRUD/schemas Teardown_Everything [Documentation] Teardown the test infrastructure, perform cleanup and release all resources. -- 2.36.6