diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-19 20:27:37 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-10-19 20:28:34 +0100 |
commit | a21852c9a536494bcddaef0c88b7460d6631f90a (patch) | |
tree | c8e01f3b8d9ad8d80fe9f32559cdd044790e5bb4 | |
parent | 2b49812712d2d87847f0f00d60397f2131f2bf5b (diff) |
Fix CSITS in Honoluluhonolulu
Quote password for SO
Issue-ID: POLICY-4393
Change-Id: Ie5f902e55ec277de7ec809e1e2eb007a9a41ad28
Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r-- | csit/config/drools-apps/env/base.conf | 2 | ||||
-rw-r--r-- | csit/config/drools/env/base.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/csit/config/drools-apps/env/base.conf b/csit/config/drools-apps/env/base.conf index 7c2e132e..aebf2051 100644 --- a/csit/config/drools-apps/env/base.conf +++ b/csit/config/drools-apps/env/base.conf @@ -121,7 +121,7 @@ SO_PORT=6669 SO_CONTEXT_URI= SO_URL=http://simulator:6669/ SO_USERNAME=InfraPortalClient -SO_PASSWORD=password1$ +SO_PASSWORD='password1$' # VFC diff --git a/csit/config/drools/env/base.conf b/csit/config/drools/env/base.conf index b1ad609e..38098a2c 100644 --- a/csit/config/drools/env/base.conf +++ b/csit/config/drools/env/base.conf @@ -124,7 +124,7 @@ SO_PORT=8080 SO_CONTEXT_URI=onap/so/infra/ SO_URL=http://vm1.mso.simpledemo.onap.org:8080/onap/so/infra SO_USERNAME=InfraPortalClient -SO_PASSWORD=password1$ +SO_PASSWORD='password1$' # VFC |