diff options
author | Brian Freeman <bf1936@att.com> | 2019-01-17 11:57:59 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-01-17 12:24:21 -0500 |
commit | 22d7f7462c62db59f4f81a42c3e94fe49e14d961 (patch) | |
tree | dd3a3983e98d98c4b847a648369a0d01b7efe03b /robot/testsuites/clamp.robot | |
parent | cc84e48d6b9a1d5a16efa59fe9b6cf43aca5fbfe (diff) |
Use Variables for model and control loop
Issue-ID: INT-808
Change-Id: Ide97c03776fff1ddc02bff172bd43a9b8ec90326
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/clamp.robot')
-rw-r--r-- | robot/testsuites/clamp.robot | 7 |
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} + |