diff options
author | Brian Freeman <bf1936@att.com> | 2019-01-17 13:48:16 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-01-17 13:48:23 -0500 |
commit | 893c12a45db90f35dea17d4bd255b5f9436d8cd9 (patch) | |
tree | 86d5c6066efc69e1d4d55f04fa3f23216a706c78 /robot/testsuites/clamp.robot | |
parent | 22d7f7462c62db59f4f81a42c3e94fe49e14d961 (diff) |
Add Create Model
Issue-ID: INT-808
Change-Id: I009cb83315d6310cb244d7ec422a9c90c54bbb5a
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot/testsuites/clamp.robot')
-rw-r--r-- | robot/testsuites/clamp.robot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/robot/testsuites/clamp.robot b/robot/testsuites/clamp.robot index cd860009..407609ab 100644 --- a/robot/testsuites/clamp.robot +++ b/robot/testsuites/clamp.robot @@ -11,4 +11,5 @@ Basic CLAMP Health Check ${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 |