Bug 2327 fix to verify ipaddress in sol003_02 testsuite
[osm/tests.git] / robot-systest / testsuite / lcmop_01-cancel_operation_basic.robot
index 01c0e7e..219c7c9 100644 (file)
@@ -59,17 +59,17 @@ Instantiate Network Service
     ${id}=   Instantiate Network Service   ${NS_NAME}   ${NSD_NAME}   %{VIM_TARGET}   --config '${NS_CONFIG}'
     Set Suite Variable   ${NS_ID}   ${id}
 
-Get operation ID
+Get Operation ID
     [Documentation]   Obtain the operation ID of the NS instantiation
     ${id}=   Get Operations By Type   ${NS_ID}   instantiate
     Set Suite Variable   ${OP_ID}   ${id}
 
-Cancel operation
+Cancel Operation
     [Documentation]   Cancel the ongoing NS instantiation
     Sleep   5s   Waiting before cancelling the operation
     Cancel Operation By Id   ${OP_ID}
 
-Check that operation is cancelled
+Check That Operation Is Cancelled
     [Documentation]   Check that the operation is succesfully cancelled
     Check For NS Operation Cancelled   ${OP_ID}