Add missing description for arguments
Changes
Add missing description for arguments
Tested
NA
Change-Id: I4ce2100e0c19edda024aa4d4c4d194e681303b84
Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
diff --git a/network/test_vlan_network.robot b/network/test_vlan_network.robot
index c884100..3738d27 100644
--- a/network/test_vlan_network.robot
+++ b/network/test_vlan_network.robot
@@ -344,8 +344,9 @@
[Arguments] ${vlan_id} ${vlan_ip} ${expected_result}=valid
# Description of argument(s):
- # vlan_id The VLAN ID (e.g. '53').
- # vlan_ip The VLAN IP (e.g. 'x.x.x.x').
+ # vlan_id The VLAN ID (e.g. '53').
+ # vlan_ip The VLAN IP (e.g. 'x.x.x.x').
+ # expected_result Expected status to check existence of VLAN IP URI. (e.g. 'valid')
${vlan_records}= Read Properties
... ${NETWORK_MANAGER}eth0_${vlan_id}${/}enumerate quiet=1
@@ -371,7 +372,7 @@
[Arguments] ${id} ${interface}=eth0 ${expected_result}=valid
# Description of argument(s):
- # id The VLAN ID (e.g. id:'53').
+ # id The VLAN ID (e.g. id:'53').
# interface Physical Interface on which the VLAN is defined.
# expected_result Expected status to check existence or non-existence of VLAN.