diff options
author | eh552t <eh552t@intl.att.com> | 2018-08-22 15:16:53 +0200 |
---|---|---|
committer | eh552t <eh552t@intl.att.com> | 2018-09-06 12:32:23 +0200 |
commit | 2c55c0e7342f09788bc92d54dfc39ffac2d180c4 (patch) | |
tree | d215aaa4e054e91efdca58445cb90428bfece454 /test/csit/tests/clamp | |
parent | 1c760c54176f529dad26b5ab1b7875231ec2e3b3 (diff) |
Fix CSIT tests for clamp as some boxes added
Change-Id: Ic6d9f27a1f36a28dd8fd624c4c100490e04ccf05
Signed-off-by: eh552t <eh552t@intl.att.com>
Issue-ID: CLAMP-129
Diffstat (limited to 'test/csit/tests/clamp')
-rw-r--r-- | test/csit/tests/clamp/UIs/01__Create_Holmes_model.robot | 1 | ||||
-rw-r--r-- | test/csit/tests/clamp/UIs/02__Create_TCA_model.robot | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/csit/tests/clamp/UIs/01__Create_Holmes_model.robot b/test/csit/tests/clamp/UIs/01__Create_Holmes_model.robot index 305044cb0..e8b1429d0 100644 --- a/test/csit/tests/clamp/UIs/01__Create_Holmes_model.robot +++ b/test/csit/tests/clamp/UIs/01__Create_Holmes_model.robot @@ -60,6 +60,7 @@ Set Properties for HolmesModel1 Select From List By Label id=vf vFirewall 0 Select From List By Label id=actionSet VNF Select From List By Label id=location Data Center 2 Data Center 3 + Input Text locator=deployParameters text={} Click Button locator=Save Set Policy Box properties for HolmesModel1 diff --git a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot index 0dc0a8abb..bdc537eab 100644 --- a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot +++ b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot @@ -53,6 +53,7 @@ Set Properties for TCAModel1 Select From List By Label id=vf vLoadBalancer 0 Select From List By Label id=actionSet VNF Select From List By Label id=location Data Center 1 Data Center 3 + Input Text locator=deployParameters text={} Click Button locator=Save Set Policy Box properties for TCAModel1 |