Brian Freeman | 86805fe | 2019-01-16 09:03:42 -0500 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation Testing CLAMP |
| 3 | ... |
| 4 | ... Testing ecomp components are available via calls. |
Brian Freeman | cc84e48 | 2019-01-16 09:38:46 -0500 | [diff] [blame] | 5 | Test Timeout 120 second |
Brian Freeman | 86805fe | 2019-01-16 09:03:42 -0500 | [diff] [blame] | 6 | Resource ../resources/clamp_interface.robot |
| 7 | |
| 8 | *** Test Cases *** |
| 9 | Basic CLAMP Health Check |
| 10 | [Tags] clamp |
Brian Freeman | 22d7f74 | 2019-01-17 11:57:59 -0500 | [diff] [blame] | 11 | ${current_model_id}= Run CLAMP Get Model Names |
| 12 | ${current_control_loop_id}= Run CLAMP Get Control Loop ${current_model_id} |
| 13 | Run CLAMP Get Properties ${current_control_loop_id} |
Brian Freeman | 893c12a | 2019-01-17 13:48:16 -0500 | [diff] [blame] | 14 | # model_name and template_name will be inputs or config after testing |
| 15 | Run CLAMP Create Model ControlLoopTest3 DCAE-Designer-Template-CLAMPT2VLB_v2_0_vLB0605c122-90f10 |