diff options
author | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-02-05 16:04:04 +0200 |
---|---|---|
committer | kaihlavi <l.kaihlavirt@partner.samsung.com> | 2019-02-12 11:06:01 +0200 |
commit | 939cf950022f89aec547d3a6a9f6b9443b7a8a95 (patch) | |
tree | 185a1d601530a9068a6c9d25622f12458803ffc4 /docs/platform | |
parent | df36ba3e64a49419a64e580283b21fce79591b71 (diff) |
Improve ONAP-PDP-REST JUnit test case independency
Handle cleanup of changed system properties and other test-related
static parameters to prevent unexpected behaviour of other test cases
that are dependent of the same properties and parameters when order
of the execution changes
Add Samsung modification copyrights for changed files
Fix some loggings and a minor typo in documentation
Change-Id: Ib6920d6300da79bfc426e4f348b503e3fd6a31ee
Issue-ID: POLICY-1501
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Diffstat (limited to 'docs/platform')
-rw-r--r-- | docs/platform/aaf.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/platform/aaf.rst b/docs/platform/aaf.rst index a64afae16..50e109407 100644 --- a/docs/platform/aaf.rst +++ b/docs/platform/aaf.rst @@ -13,13 +13,13 @@ The pap, console, pdp-x, brmsgw, and pdp-d components have been migrated from HT AAF is supported for externally facing entry points into the Policy subsystem. These are: * PDP-D supports AAF for its telemetry and healthcheck APIs. -* PDP-X supports AAF for its external policy APIs. It is currently disabled as some of clients are not AAF-capable, and this is a global setting. +* PDP-X supports AAF for its external policy APIs. It is currently disabled as some of clients are not AAF-capable, and this is a global setting. * Console (for Browser Portal redirects) supports AAF when accessed through Portal. +--------+------+------------+-----+-----+---------------------------------+ | Policy | Role | Remote |HTTPS| AAF | Notes | +========+======+============+=====+=====+=================================+ -| pdp-d |server| \* |true |true |Healthchek and Telemetry APIs | +| pdp-d |server| \* |true |true |Healthcheck and Telemetry APIs | +--------+------+------------+-----+-----+---------------------------------+ | pdp-d |client| aaf |true |true |Two-way TLS | +--------+------+------------+-----+-----+---------------------------------+ |