aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/robot/honeycomb/nat.robot
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-06-07 14:26:59 +0200
committerTibor Frank <tifrank@cisco.com>2017-06-09 07:01:34 +0000
commit4e565011b2e53f99fb78e1143e6543b3427de79a (patch)
tree2ec2a188bae386ef364e832776a3a7e946f62f89 /resources/libraries/robot/honeycomb/nat.robot
parent5ce772f3b2d83c31eda5c2abdcd6cc4547ecc6c8 (diff)
CSIT-663: Remove unused keywords
Change-Id: Ib3f0edb0c3a48a760040886e5aedce81c9baeac2 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries/robot/honeycomb/nat.robot')
-rw-r--r--resources/libraries/robot/honeycomb/nat.robot16
1 files changed, 0 insertions, 16 deletions
diff --git a/resources/libraries/robot/honeycomb/nat.robot b/resources/libraries/robot/honeycomb/nat.robot
index 81bffe66d7..2b79c1b407 100644
--- a/resources/libraries/robot/honeycomb/nat.robot
+++ b/resources/libraries/robot/honeycomb/nat.robot
@@ -69,22 +69,6 @@
| | ... | ${data['nat-instances']['nat-instance'][${instance}]['mapping-table']}
| | Compare data structures | ${data} | ${settings}
-| NAT entries from VAT should be
-| | [Documentation] | Uses VPP test API to retrieve NAT entries\
-| | ... | and compares against expected settings.
-| | ...
-| | ... | *Arguments:*
-| | ... | - node - information about a DUT node. Type: dictionary
-| | ... | - settings - NAT entry to expect. Type: dictionary
-| | ...
-| | ... | *Example:*
-| | ...
-| | ... | \| NAT entries from VAT should be \| ${nodes['DUT1']} \
-| | ... | \| ${settings} \|
-| | [Arguments] | ${node} | ${settings}
-| | ${data}= | VPP get NAT static mappings | ${node}
-| | Compare data structures | ${data} | ${settings}
-
| Honeycomb configures NAT on interface
| | [Documentation] | Uses Honeycomb API to configure NAT on an interface.
| | ...