aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/clamp/UIs
diff options
context:
space:
mode:
authorehautot <eh552t@intl.att.com>2018-03-26 14:02:12 +0200
committerehautot <eh552t@intl.att.com>2018-03-26 14:25:34 +0200
commit44ef19e5676b0e5ea844f8d84fefd89340419025 (patch)
treeb3bea4e5b39acf469bf9b14b8393c25ae6778680 /test/csit/tests/clamp/UIs
parent3faaa3d54204746f12ff9973cbaf6b98b9dce7cc (diff)
Update password
Change-Id: Ie67204f082b128fc6b53295a53f907aaa312a6a2 Signed-off-by: ehautot <eh552t@intl.att.com> Issue-ID: CLAMP-129
Diffstat (limited to 'test/csit/tests/clamp/UIs')
-rw-r--r--test/csit/tests/clamp/UIs/01__Create_Holmes_model.robot2
-rw-r--r--test/csit/tests/clamp/UIs/02__Create_TCA_model.robot2
-rw-r--r--test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot6
3 files changed, 5 insertions, 5 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 a94255099..02cfecb69 100644
--- a/test/csit/tests/clamp/UIs/01__Create_Holmes_model.robot
+++ b/test/csit/tests/clamp/UIs/01__Create_Holmes_model.robot
@@ -84,7 +84,7 @@ Close Browser
Close Browser
Verify Holmes CL well created
- ${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
+ ${auth}= Create List admin password
Create Session clamp http://localhost:8080 auth=${auth}
${resp}= Get Request clamp /restservices/clds/v1/clds/model-names
Should Contain Match ${resp} *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 caacec36a..8a8d9afb4 100644
--- a/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot
+++ b/test/csit/tests/clamp/UIs/02__Create_TCA_model.robot
@@ -79,7 +79,7 @@ Close Browser
Close Browser
Verify TCA CL well create
- ${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
+ ${auth}= Create List admin password
Create Session clamp http://localhost:8080 auth=${auth}
${resp}= Get Request clamp /restservices/clds/v1/clds/model-names
Should Contain Match ${resp} *TCAModel1*
diff --git a/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot b/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot
index 8aa74f420..634d171ba 100644
--- a/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot
+++ b/test/csit/tests/clamp/UIs/03__Verify_UI_Models.robot
@@ -6,7 +6,7 @@ Library json
*** Test Cases ***
Verify HolmesModel1
- ${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
+ ${auth}= Create List admin password
Create Session clamp http://localhost:8080 auth=${auth}
${resp}= Get Request clamp /restservices/clds/v1/clds/model/HolmesModel1
Should Contain Match ${resp} *templateHolmes1*
@@ -21,7 +21,7 @@ Verify HolmesModel1
Should Contain Match ${resp} *config Policy Name1*
Verify TCAModel1
- ${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
+ ${auth}= Create List admin password
Create Session clamp http://localhost:8080 auth=${auth}
${resp}= Get Request clamp /restservices/clds/v1/clds/model/TCAModel1
Should Contain Match ${resp} *templateTCA1*
@@ -35,7 +35,7 @@ Verify TCAModel1
Should Contain Match ${resp} *400*
Get model names
- ${auth}= Create List admin 5f4dcc3b5aa765d61d8327deb882cf99
+ ${auth}= Create List admin password
Create Session clamp http://localhost:8080 auth=${auth}
${resp}= Get Request clamp /restservices/clds/v1/clds/model-names
Should Contain Match ${resp} *HolmesModel1*