Fix IPMI verify VLAN on different interface

The test case "Create VLAN When LAN And VLAN Exist With IP Address
Configured" create VLAN on default interface eth0 and try to verify VLAN
IP setting on "activate" interface. Pass the interface parameter to make
sure the VLAN created and verified on same interface.

Signed-off-by: Brian Ma <chma0@nuvoton.com>
Change-Id: Ic982db8dfdcb0b73533e3d3e9f7df239be6d36f4
diff --git a/ipmi/test_ipmi_network_configuration.robot b/ipmi/test_ipmi_network_configuration.robot
index cbf1463..d97e15d 100644
--- a/ipmi/test_ipmi_network_configuration.robot
+++ b/ipmi/test_ipmi_network_configuration.robot
@@ -112,8 +112,9 @@
 Create VLAN When LAN And VLAN Exist With IP Address Configured
    [Documentation]  Create VLAN when LAN and VLAN exist with IP address configured.
    [Tags]  Create_VLAN_When_LAN_And_VLAN_Exist_With_IP_Address_Configured
-   [Setup]  Run Keywords  Create VLAN  ${vlan_id_for_rest}  AND  Configure Network Settings On VLAN
-   ...  ${vlan_id_for_rest}  ${ip}  ${netmask}  ${gateway}
+   [Setup]  Run Keywords  Create VLAN  ${vlan_id_for_rest}  interface=${interface}
+   ...  AND  Configure Network Settings On VLAN  ${vlan_id_for_rest}  ${ip}
+   ...  ${netmask}  ${gateway}  interface=${interface}
 
    Create VLAN Via IPMI   ${vlan_id_for_ipmi}