commit | c7c46bd3829b6f3abeb3851afab071e191269734 | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Jun 10 22:40:03 2019 -0700 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Jun 10 22:40:03 2019 -0700 |
tree | fffcb35ef8d8553d2e4c9d380ff06dde79103884 | |
parent | 9d5b30d18790c374dcaf5484cdf61f52581c3026 [diff] |
fix issue during PUT operation Change-Id: I94acc2af4b8fe72dd09b581329f405a07930fe7c
diff --git a/src/test/cord-api/Tests/WorkflowValidations/ATT_Test001.robot b/src/test/cord-api/Tests/WorkflowValidations/ATT_Test001.robot index f45fae9..4a9246b 100644 --- a/src/test/cord-api/Tests/WorkflowValidations/ATT_Test001.robot +++ b/src/test/cord-api/Tests/WorkflowValidations/ATT_Test001.robot
@@ -430,5 +430,5 @@ Update ONU AdminState [Arguments] ${new_admin_state} ${onudevice_id}= Retrieve ONU Device ${src0['onu']} - CORD Put ${VOLT_DEVICE} ${"admin_state": ${new_admin_state} } ${onudevice_id} + CORD Put ${VOLT_DEVICE} {"admin_state": ${new_admin_state} } ${onudevice_id}