Added testcase to configure SNMP with invalid IP address

Change-Id: Ied83ce56484a46f65d951d7616319699092bda7b
Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
diff --git a/snmp/test_bmc_snmp_config.robot b/snmp/test_bmc_snmp_config.robot
index cac2e92..42e9bcb 100644
--- a/snmp/test_bmc_snmp_config.robot
+++ b/snmp/test_bmc_snmp_config.robot
@@ -151,6 +151,14 @@
      ${CMD_FRU_CALLOUT}           ${SNMP_TRAP_BMC_CALLOUT_ERROR}
      ${CMD_INFORMATIONAL_ERROR}   ${SNMP_TRAP_BMC_INFORMATIONAL_ERROR}
 
+Configure SNMP Manager With Less Octet IP And Verify
+     [Documentation]  Configure SNMP manager on BMC with less octet IP and verify.
+     [Tags]  Configure_SNMP_Manager_With_Less_Octet_IP_And_Verify
+     [Template]  Configure SNMP Manager On BMC
+
+     # SNMP manager IP   Port                  Scenario
+     10.10.10            ${SNMP_DEFAULT_PORT}  error
+
 *** Keywords ***
 
 Create Error On BMC And Verify If Trap Is Sent