diff options
author | selias <samelias@cisco.com> | 2017-03-10 13:06:19 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-03-13 13:35:41 +0000 |
commit | e3171449c75d948461ac24b0df7212e8a2ca45f9 (patch) | |
tree | 38606019796c8530f49d056f2ca9b94af8f0f9ac /resources/test_data | |
parent | 5a6730f9ce36b4d09b121d401209d89288da301b (diff) |
HC Test: add test for vlan sub-interface ipv6 address
Change-Id: I93e0e4caf9b8ed1be824c7f75f348c30e567b75f
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/test_data')
-rw-r--r-- | resources/test_data/honeycomb/sub_interfaces.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/test_data/honeycomb/sub_interfaces.py b/resources/test_data/honeycomb/sub_interfaces.py index 98e2b13c2f..4f5dec81c3 100644 --- a/resources/test_data/honeycomb/sub_interfaces.py +++ b/resources/test_data/honeycomb/sub_interfaces.py @@ -293,3 +293,10 @@ sub_if_2_tags = sub_if_1_tags sub_if_2_match = "vlan-tagged-exact-match" sub_if_2_oper = deepcopy(sub_if_1_oper) sub_if_2_oper["match"]["vlan-tagged"]["match-exact-tags"] = True + +ipv6 = { + "address": "10::10", + "prefix-length": 24} +ipv6_2 = { + "address": "10::11", + "prefix-length": 16} |