From 939cf950022f89aec547d3a6a9f6b9443b7a8a95 Mon Sep 17 00:00:00 2001 From: kaihlavi Date: Tue, 5 Feb 2019 16:04:04 +0200 Subject: 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 --- docs/platform/aaf.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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 | +--------+------+------------+-----+-----+---------------------------------+ -- cgit 1.2.3-korg