From 22d7f7462c62db59f4f81a42c3e94fe49e14d961 Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Thu, 17 Jan 2019 11:57:59 -0500 Subject: Use Variables for model and control loop Issue-ID: INT-808 Change-Id: Ide97c03776fff1ddc02bff172bd43a9b8ec90326 Signed-off-by: Brian Freeman --- robot/testsuites/clamp.robot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'robot/testsuites') 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} + -- cgit 1.2.3-korg