vmi test case ct fix

    -Fixed test case response Add_Multiple_IP_Addresses_On_VMI_Interface_And_Verify

Change-Id: I732cc671975dc4dc1a470a6ad9665e74d0658762
Signed-off-by: shrsuman123 <shrsuman@in.ibm.com>
diff --git a/openpower/ext_interfaces/test_vmi.robot b/openpower/ext_interfaces/test_vmi.robot
index 9643937..8c05ff9 100644
--- a/openpower/ext_interfaces/test_vmi.robot
+++ b/openpower/ext_interfaces/test_vmi.robot
@@ -103,8 +103,7 @@
     ${ips}=  Create List  ${ip1}  ${ip2}  ${ip3}
 
     Redfish.Patch  /redfish/v1/Systems/hypervisor/EthernetInterfaces/${active_channel_config['${CHANNEL_NUMBER}']['name']}
-    ...  body={'IPv4StaticAddresses':${ips}}  valid_status_codes=[${HTTP_ACCEPTED}]
-    Verify VMI Network Interface Details   ${ip1["Address"]}  Static  ${ip1["Gateway"]}  ${ip1["SubnetMask"]}
+    ...  body={'IPv4StaticAddresses':${ips}}  valid_status_codes=[${HTTP_BAD_REQUEST}]
 
 
 Modify IP Addresses On VMI Interface And Verify