diff options
author | 2022-10-19 17:03:03 +0100 | |
---|---|---|
committer | 2022-10-19 17:03:07 +0100 | |
commit | 4d895ef8eb9f5ab0948c045fceff231c6787c383 (patch) | |
tree | 22e3482af00f2c788e6b3bbf0030c512ff0655b0 /csit/config/drools-pdp/env/base.conf | |
parent | 479d2c204f1869490b3d0f11aaa2cb84a6671b09 (diff) |
Fix CSITs in Jakarta
Quote the SO password
Extend the PAP timeout
Issue-ID: POLICY-4393
Change-Id: I457d1d3121376350a026c060513194975b7caeec
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'csit/config/drools-pdp/env/base.conf')
-rw-r--r-- | csit/config/drools-pdp/env/base.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/config/drools-pdp/env/base.conf b/csit/config/drools-pdp/env/base.conf index 4bd7632b..d4087c6d 100644 --- a/csit/config/drools-pdp/env/base.conf +++ b/csit/config/drools-pdp/env/base.conf @@ -121,7 +121,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 |