aboutsummaryrefslogtreecommitdiffstats
path: root/csit/resources/tests/xacml-pdp-test.robot
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2024-02-21 15:29:36 +0000
committeradheli.tavares <adheli.tavares@est.tech>2024-02-21 15:31:27 +0000
commit8361cb0e3663a610a46bc5ea8a0cc783ade26f89 (patch)
tree3a69b393e9eda3c7b66e0c446c2bab60f53ad523 /csit/resources/tests/xacml-pdp-test.robot
parentdd836dc2d2bd379fba19b395c912d32f1bc7ee38 (diff)
Fix config files removing hibernate deprecated properties and
changing robot deprecated commands in test files Issue-ID: POLICY-4929 Change-Id: I09147335700fdd2c27557b533ca4fb88967672a4 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'csit/resources/tests/xacml-pdp-test.robot')
-rw-r--r--csit/resources/tests/xacml-pdp-test.robot4
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/resources/tests/xacml-pdp-test.robot b/csit/resources/tests/xacml-pdp-test.robot
index e500a04c..cddecab9 100644
--- a/csit/resources/tests/xacml-pdp-test.robot
+++ b/csit/resources/tests/xacml-pdp-test.robot
@@ -113,10 +113,10 @@ PdpxGetReq
[Arguments] ${url}
${hcauth}= PolicyAdminAuth
${resp}= PerformGetRequest ${POLICY_PDPX_IP} ${url} 200 null ${hcauth}
- [return] ${resp}
+ RETURN ${resp}
DecisionPostReq
[Arguments] ${postjson} ${abbr}
${hcauth}= PolicyAdminAuth
${resp}= PerformPostRequest ${POLICY_PDPX_IP} /policy/pdpx/v1/decision 200 ${postjson} ${abbr} ${hcauth}
- [return] ${resp}
+ RETURN ${resp}