From c1103fba68e3461b136b044daec3339d0e6575f7 Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 22 Jul 2019 12:37:45 -0400 Subject: remove the last of the global variables Issue-ID: TEST-174 Change-Id: I1997bd0e4b693f3560f2cfc254c93537c96ed444 Signed-off-by: DR695H --- robot/resources/clamp_interface.robot | 2 -- 1 file changed, 2 deletions(-) (limited to 'robot/resources/clamp_interface.robot') diff --git a/robot/resources/clamp_interface.robot b/robot/resources/clamp_interface.robot index 8aaaa556..fe592329 100644 --- a/robot/resources/clamp_interface.robot +++ b/robot/resources/clamp_interface.robot @@ -65,14 +65,12 @@ Run CLAMP Get Control Loop # propText': u '{"global":[{"name":"service","value":["5fcdb3b7-5a5b-45da-83f6-14cce29181c8"]} Log ${resp.json()['propText']} ${control_loop_id}= Get Regexp Matches ${resp.json()['propText']} \\"service\\",\\"value\\":\\[\\"([0-9a-f\-]{36})\\" 1 - #Set Suite Variable ${CURRENT_CONTROL_LOOP_ID} ${control_loop_id[0]} [Return] ${control_loop_id[0]} Run CLAMP Get Model Names [Documentation] runs CLAMP Get Model Names and returns the model_id ${data_path}= Set Variable ${CLAMP_BASE_PATH}/clds/model-names ${resp}= Run Clamp HTTPS Get Request ${data_path} - #Set Suite Variable ${CURRENT_MODEL_ID} ${resp.json()[0]['value']} [Return] ${resp.json()[0]['value']} Run CLAMP Health Check -- cgit 1.2.3-korg