blob: cd860009119c6daa045f69f7a5756dcde8fd9d38 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
*** Settings ***
Documentation Testing CLAMP
...
... Testing ecomp components are available via calls.
Test Timeout 120 second
Resource ../resources/clamp_interface.robot
*** Test Cases ***
Basic CLAMP Health Check
[Tags] clamp
${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}
|