changing from POST to PUT to re-save oss instance
Change-Id: I5ba1ba6131a23b01887caa22ebc2a3411f56689c
diff --git a/src/test/cord-api/Tests/HippieOSS_instances.txt b/src/test/cord-api/Tests/HippieOSS_instances.txt
index b95399a..a22dfe6 100644
--- a/src/test/cord-api/Tests/HippieOSS_instances.txt
+++ b/src/test/cord-api/Tests/HippieOSS_instances.txt
@@ -47,9 +47,9 @@
Set Global Variable ${HippieOSS_Id}
# Create Dictionary
${input_dict}= Create Dictionary serial_number=${serial_number} of_dpid=${of_dpid}
- # Re POST the same data to HippieOSS Service Instances
- ${result}= restApi.ApiPost OSS_SERVICEINSTANCE ${input_dict}
- #Should Be True ${result}
+ # Re PUT the same data to HippieOSS Service Instances
+ ${result}= restApi.ApiChameleonPut OSS_SERVICEINSTANCE ${input_dict} ${HippieOSS_Id}
+ Should Be True ${result}
Validate HippieOSSInstances Populated
[Arguments] ${listIndex}