diff options
author | Jan Gelety <jgelety@cisco.com> | 2019-05-30 16:13:25 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2019-06-18 21:07:12 +0200 |
commit | 0e28406b43bf4ce145f1530f15dbb00957edf945 (patch) | |
tree | b9f76fe6f1b92165962a82cb4bf850f0cf4c491d /resources/test_data | |
parent | 92fbe3b8d880f9a3dd63e1309d76772b1685a037 (diff) |
CSIT-1459: Migrate IP libraries from VAT to PAPI
Change-Id: Id84cf9c3afd53260b5bbf658a6a3870aa0c91333
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/test_data')
-rw-r--r-- | resources/test_data/honeycomb/interface_ip.py | 1 | ||||
-rw-r--r-- | resources/test_data/honeycomb/plugin_acl.py | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/resources/test_data/honeycomb/interface_ip.py b/resources/test_data/honeycomb/interface_ip.py index 392623b5e8..cc600755f0 100644 --- a/resources/test_data/honeycomb/interface_ip.py +++ b/resources/test_data/honeycomb/interface_ip.py @@ -24,6 +24,7 @@ ipv4_settings = {"mtu": 9000} ipv6_address = "10::10" ipv6_address2 = "11::10" ipv6_prefix = 64 +ipv6_mask = "ffff:ffff:ffff:ffff::" ipv6_neighbor = "10::11" ipv6_neighbor2 = "11::11" neighbor_mac = "08:00:27:c0:5d:37" diff --git a/resources/test_data/honeycomb/plugin_acl.py b/resources/test_data/honeycomb/plugin_acl.py index edf585eb34..b72a3391a0 100644 --- a/resources/test_data/honeycomb/plugin_acl.py +++ b/resources/test_data/honeycomb/plugin_acl.py @@ -126,6 +126,9 @@ def get_variables(test_case, name): "dut_to_tg_if2_ip": "20::2", "prefix_length": 64, "gateway": "20::1", + # classified networks + "classify_src_net": "12::", + "classify_dst_net": "13::", # ICMP code and type for control packet "icmp_type": 1, "icmp_code": 0, |