aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts/healthcheck/config
diff options
context:
space:
mode:
authorecaiyanlinux <martin.c.yan@est.tech>2021-09-02 12:21:00 +0200
committerecaiyanlinux <martin.c.yan@est.tech>2021-09-02 15:09:36 +0200
commit9002c53de67fd594efbf8f66f3b0706ad9a9bec2 (patch)
treec8ae82b69c039d02542b43ccb749e13e688bdb82 /csit/scripts/healthcheck/config
parent2d34af551ed404a43afdfebb63b2a1b426722071 (diff)
Improvement & Enhancement of csit tests
Improve integration with sdnc Use env variables to replace image urls & tags Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3433 Change-Id: Id6d6e428e5ddba018b50710710d077613d02b2e8
Diffstat (limited to 'csit/scripts/healthcheck/config')
-rw-r--r--csit/scripts/healthcheck/config/application_configuration.json.sdnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/scripts/healthcheck/config/application_configuration.json.sdnc b/csit/scripts/healthcheck/config/application_configuration.json.sdnc
index 66af21fd..d38efb81 100644
--- a/csit/scripts/healthcheck/config/application_configuration.json.sdnc
+++ b/csit/scripts/healthcheck/config/application_configuration.json.sdnc
@@ -3,7 +3,7 @@
"controller": [
{
"name": "controller1",
- "baseUrl": "https://sdnc:8443",
+ "baseUrl": "https://a1controller:8443",
"userName": "admin",
"password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
}