CSIT tests for PDPX Healthcheck/Statisitcs

- Added csit setup and teardown scripts
- Added test plan
- Added xacml pdp test robot script
- Modified api test with correct path

Change-Id: I8844f8c75f5c39877410d406b064df7ba6049e1a
Issue-ID: POLICY-1436
Signed-off-by: Michael Mokry <michael.mokry@att.com>
diff --git a/tests/policy/api/api-test.robot b/tests/policy/api/api-test.robot
index 7ea2473..bf2c12b 100644
--- a/tests/policy/api/api-test.robot
+++ b/tests/policy/api/api-test.robot
@@ -11,7 +11,7 @@
      Log    Creating session https://${POLICY_API_IP}:6969
      ${session}=    Create Session      policy  https://${POLICY_API_IP}:6969   auth=${auth}
      ${headers}=  Create Dictionary     Accept=application/json    Content-Type=application/json
-     ${resp}=   Get Request     policy  /healthcheck     headers=${headers}
+     ${resp}=   Get Request     policy  /policy/api/v1/healthcheck     headers=${headers}
      Log    Received response from policy ${resp.text}
      Should Be Equal As Strings    ${resp.status_code}     200
      Should Be Equal As Strings    ${resp.json()['code']}  200
@@ -22,7 +22,7 @@
      Log    Creating session https://${POLICY_API_IP}:6969
      ${session}=    Create Session      policy  https://${POLICY_API_IP}:6969   auth=${auth}
      ${headers}=  Create Dictionary     Accept=application/json    Content-Type=application/json
-     ${resp}=   Get Request     policy  /statistics     headers=${headers}
+     ${resp}=   Get Request     policy  /policy/api/v1/statistics     headers=${headers}
      Log    Received response from policy ${resp.text}
      Should Be Equal As Strings    ${resp.status_code}     200
      Should Be Equal As Strings    ${resp.json()['code']}  200