blob: 407609ab73daf8cccbe78aaec0a76e7f5d61d842 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
*** 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}
# model_name and template_name will be inputs or config after testing
Run CLAMP Create Model ControlLoopTest3 DCAE-Designer-Template-CLAMPT2VLB_v2_0_vLB0605c122-90f10
|