X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=robot-systest%2Ftestsuite%2Flcmop_01-cancel_operation_basic.robot;h=219c7c999071c1ae70b34dd4631ae0b263775a29;hb=93e5cc28610691b07220a2abf4a7f88392b7effe;hp=01c0e7e797e8840f6c5c7cbc1380a9e39da4075c;hpb=5e001f506b744021d5ef25999c9da28cf56d8fbc;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/lcmop_01-cancel_operation_basic.robot b/robot-systest/testsuite/lcmop_01-cancel_operation_basic.robot index 01c0e7e..219c7c9 100644 --- a/robot-systest/testsuite/lcmop_01-cancel_operation_basic.robot +++ b/robot-systest/testsuite/lcmop_01-cancel_operation_basic.robot @@ -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}