[VOL-3258] Test fixes in Error Scenarios
Change-Id: I32cf203054154b525d28035da6efd75f8c9677b0
diff --git a/tests/functional/Voltha_ErrorScenarios.robot b/tests/functional/Voltha_ErrorScenarios.robot
index 8f832ba..6cc8d50 100644
--- a/tests/functional/Voltha_ErrorScenarios.robot
+++ b/tests/functional/Voltha_ErrorScenarios.robot
@@ -75,7 +75,7 @@
${rc} ${output}= Run and Return Rc and Output
... ${VOLTCTL_CONFIG}; voltctl device create -t openolt -H ${olt_ip}:${OLT_PORT}
Should Not Be Equal As Integers ${rc} 0
- Should Contain ${output} device is already pre-provisioned
+ Should Contain ${output} device is already pre-provisioned ignore_case=True
#Enable the created OLT device
Enable Device ${olt_device_id}
Wait Until Keyword Succeeds ${timeout} 5s Validate OLT Device ENABLED ACTIVE REACHABLE
@@ -84,7 +84,7 @@
... ${VOLTCTL_CONFIG}; voltctl device create -t openolt -H ${olt_ip}:${OLT_PORT}
Should Not Be Equal As Integers ${rc} 0
Log ${output}
- Should Contain ${output} device is already pre-provisioned
+ Should Contain ${output} device is already pre-provisioned ignore_case=True
Log "This OLT is added already and enabled"
Test Disable or Enable different device id which is not in the device list