diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-06-01 07:00:50 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-06-08 14:23:08 +0200 |
commit | 430afafb4cadf503ccee99c09f6de7402f5404c7 (patch) | |
tree | ef79d59dba8558b85af1b7ad2fe89d3c9c49b5af /resources/libraries/robot/gre.robot | |
parent | 7436d8bdf60bca9b80fb76781e1f709bbcd435da (diff) |
CSIT-662: KWI - KW renaming
- plus: CSIT-656: Script to rename robot keywords.
Change-Id: Ia69917e406a1b346b80e5ea742f6200c1c9e9d21
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/gre.robot')
-rw-r--r-- | resources/libraries/robot/gre.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/libraries/robot/gre.robot b/resources/libraries/robot/gre.robot index 6ff0d989dd..c237e883a3 100644 --- a/resources/libraries/robot/gre.robot +++ b/resources/libraries/robot/gre.robot @@ -15,8 +15,8 @@ | Resource | resources/libraries/robot/interfaces.robot *** Keywords *** -| GRE tunnel interface is created and up -| | [Documentation] | Create GRE tunnel interface on defined VPP node and put \ +| Create GRE tunnel interface and set it up +| | [Documentation] | Create GRE tunnel interface and set it up on defined VPP node and put \ | | ... | the interface to UP state. | | ... | | ... | *Arguments:* @@ -33,11 +33,11 @@ | | ... | *Example:* | | ... | | ... | \| ${gre_name} \| ${gre_index}= \ -| | ... | \| GRE tunnel interface is created and up \| ${dut} \ +| | ... | \| Create GRE tunnel interface and set it up \| ${dut} \ | | ... | \| 192.0.1.1 \| 192.0.1.2 \| | | ... | | [Arguments] | ${dut_node} | ${source_ip_address} | ${destination_ip_address} -| | ${name} | ${index}= | Create GRE Tunnel Interface +| | ${name} | ${index}= | Create GRE tunnel interface | | ... | ${dut_node} | ${source_ip_address} | ${destination_ip_address} | | Set Interface State | ${dut_node} | ${index} | up | | [Return] | ${name} | ${index} |