From 8361cb0e3663a610a46bc5ea8a0cc783ade26f89 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 21 Feb 2024 15:29:36 +0000 Subject: 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 --- csit/resources/tests/xacml-pdp-test.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'csit/resources/tests/xacml-pdp-test.robot') 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} -- cgit 1.2.3-korg