summaryrefslogtreecommitdiffstats
path: root/robot/testsuites/clamp.robot
diff options
context:
space:
mode:
Diffstat (limited to 'robot/testsuites/clamp.robot')
-rw-r--r--robot/testsuites/clamp.robot7
1 files changed, 4 insertions, 3 deletions
diff --git a/robot/testsuites/clamp.robot b/robot/testsuites/clamp.robot
index b97e2b5d..cd860009 100644
--- a/robot/testsuites/clamp.robot
+++ b/robot/testsuites/clamp.robot
@@ -8,6 +8,7 @@ Resource ../resources/clamp_interface.robot
*** Test Cases ***
Basic CLAMP Health Check
[Tags] clamp
- Run CLAMP Get Model Names
- Run CLAMP Get Control Loop CLAMPT2VLB_v2_0_vLB0605c122-90f10
- Run CLAMP Get Properties 5fcdb3b7-5a5b-45da-83f6-14cce29181c8
+ ${current_model_id}= Run CLAMP Get Model Names
+ ${current_control_loop_id}= Run CLAMP Get Control Loop ${current_model_id}
+ Run CLAMP Get Properties ${current_control_loop_id}
+