[SEBA-297]
Change-Id: I09715a0df8444bb7ef0976629241884984f8da94
diff --git a/src/test/cord-api/Tests/WorkflowValidations/ATT_Workflow.robot b/src/test/cord-api/Tests/WorkflowValidations/ATT_Workflow.robot
index 53e464d..5b7498f 100644
--- a/src/test/cord-api/Tests/WorkflowValidations/ATT_Workflow.robot
+++ b/src/test/cord-api/Tests/WorkflowValidations/ATT_Workflow.robot
@@ -59,17 +59,17 @@
Activate Non-Whitelisted ONU
[Documentation] Validate that activating an ONU not in whitelist sets onu device to DISABLED
- Send Kafka Event onu.events {'status': 'activated','serialNumber': '${onu_invalid_sn}','portNumber': ${uniportno}, 'deviceId': '${deviceId}'}
+ Send Kafka Event onu.events {'status': 'activated','serialNumber': '${onu_invalid_sn}','portNumber': '${uniportno}', 'deviceId': '${deviceId}'}
Wait Until Keyword Succeeds 30s 5s Validate ONU Device Status ${onu_invalid_sn} DISABLED
Activate Whitelisted ONU in Wrong Location
[Documentation] Validate that activating an ONU in the whitelist but in the wrong location DISABLES the onu device
- Send Kafka Event onu.events {'status': 'activated', 'serialNumber': '${onu_serial_no}','portNumber': 52, 'deviceId': 'wrongofdpid'}
+ Send Kafka Event onu.events {'status': 'activated', 'serialNumber': '${onu_serial_no}','portNumber': '52', 'deviceId': 'wrongofdpid'}
Wait Until Keyword Succeeds 30s 5s Validate ONU Device Status ${onu_serial_no} DISABLED
Activate Whitelisted ONU
[Documentation] Validate that activating an ONU in the whitelist creates a attworkflow-driver-serviceinstance
- Send Kafka Event onu.events {'status': 'activated','serialNumber': '${onu_serial_no}','portNumber': ${uniportno}, 'deviceId': '${deviceId}'}
+ Send Kafka Event onu.events {'status': 'activated','serialNumber': '${onu_serial_no}','portNumber': '${uniportno}', 'deviceId': '${deviceId}'}
${att_wf_driver_si_id}= Wait Until Keyword Succeeds 30s 5s Get ATT Service Instance ID ${onu_serial_no} AWAITING
Wait Until Keyword Succeeds 60s 5s Validate ONU Device Status ${onu_serial_no} ENABLED