diff options
author | ehautot <eh552t@intl.att.com> | 2018-03-26 14:02:12 +0200 |
---|---|---|
committer | ehautot <eh552t@intl.att.com> | 2018-03-26 14:25:34 +0200 |
commit | 44ef19e5676b0e5ea844f8d84fefd89340419025 (patch) | |
tree | b3bea4e5b39acf469bf9b14b8393c25ae6778680 /test/csit/scripts/clamp | |
parent | 3faaa3d54204746f12ff9973cbaf6b98b9dce7cc (diff) |
Update password
Change-Id: Ie67204f082b128fc6b53295a53f907aaa312a6a2
Signed-off-by: ehautot <eh552t@intl.att.com>
Issue-ID: CLAMP-129
Diffstat (limited to 'test/csit/scripts/clamp')
-rwxr-xr-x | test/csit/scripts/clamp/start_clamp_containers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/csit/scripts/clamp/start_clamp_containers.sh b/test/csit/scripts/clamp/start_clamp_containers.sh index e49a591dd..11ddda1e4 100755 --- a/test/csit/scripts/clamp/start_clamp_containers.sh +++ b/test/csit/scripts/clamp/start_clamp_containers.sh @@ -51,7 +51,7 @@ fi # To avoid some problem because templates not yet read TIME=0 while [ "$TIME" -lt "$TIME_OUT" ]; do - response=$(curl --write-out '%{http_code}' --silent --output /dev/null -u admin:5f4dcc3b5aa765d61d8327deb882cf99 http://localhost:8080/restservices/clds/v1/cldsTempate/template-names); echo $response + response=$(curl --write-out '%{http_code}' --silent --output /dev/null -u admin:password http://localhost:8080/restservices/clds/v1/cldsTempate/template-names); echo $response if [ "$response" == "200" ]; then echo Templates well available |