aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
diff options
context:
space:
mode:
authorMalarvizhi <malarvizhi.44@wipro.com>2022-03-23 14:52:42 +0000
committermalar <malarvizhi.44@wipro.com>2022-06-08 06:56:28 +0000
commitea92dc3d81885b320906bc32b989ee4aea011a8c (patch)
treece6f91d92479f0d12799616a0cc7cb2f0027b30b /tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
parent5e83a4b0e5e34aa81cb4c96dfabc4375ac0bf16e (diff)
[DCAEGEN2] Update son-handler CSIT with CPS
Issue-ID: DCAEGEN2-3123 Signed-off-by: Malarvizhi Paramasivam <malarvizhi.44@wipro.com> Change-Id: I3d332835b061246011234ff84834d6bc2ae74b2b
Diffstat (limited to 'tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot')
-rw-r--r--tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot b/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
index 6e93ffb9..27a36053 100644
--- a/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
+++ b/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
@@ -63,7 +63,7 @@ Verify pm notification trigger in sonhms
Log Waiting for sonhms to handle trigger... console=${True}
Sleep 30s
END
- ${expected_payload}= Get File ${TEST_ROBOT_DIR}/data/expected_payload_pm.json
+ ${expected_payload}= Get File ${TEST_ROBOT_DIR}/data/expected_payload_pm.json
${result}= Convert To String ${result.content}
${result_string}= Get Substring ${result} 2 -2
${actual_data}= Evaluate json.loads("""${result_string}""") json