Update description and name for the interface properties

Changes:
      - New Description: "Ethernet Interface for Virtual Management Interface"
        old Description:  "Virtual Interface Management Network Interface"
      - New Name: "Virtual Management Interface"
        old Name: "Virtual Management Ethernet Interface"

Change-Id: I41ed827101634ee5c2dbb43d0d4a3b7de86b7b33
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/openpower/ext_interfaces/test_vmi.robot b/openpower/ext_interfaces/test_vmi.robot
index ccaebf3..b1ba116 100644
--- a/openpower/ext_interfaces/test_vmi.robot
+++ b/openpower/ext_interfaces/test_vmi.robot
@@ -38,8 +38,9 @@
     Should Not Be Equal  ${vmi_ip["DHCPv4"]}  ${vmi_ip["IPv4StaticAddresses"]}
     Should Be Equal As Strings  ${origin}  ${vmi_ip["IPv4_AddressOrigin"]}
     Should Be Equal As Strings  ${vmi_ip["Id"]}  intf0
-    Should Be Equal As Strings  ${vmi_ip["Description"]}  Virtual Interface Management Network Interface
-    Should Be Equal As Strings  ${vmi_ip["Name"]}  Virtual Management Ethernet Interface
+    Should Be Equal As Strings  ${vmi_ip["Description"]}
+    ...  Ethernet Interface for Virtual Management Interface
+    Should Be Equal As Strings  ${vmi_ip["Name"]}  Virtual Management Interface
     Should Be True  ${vmi_ip["InterfaceEnabled"]}