From d5e00c67d229e6f6fd9461755423cee800a1635e Mon Sep 17 00:00:00 2001 From: selias Date: Thu, 30 Jun 2016 16:29:25 +0200 Subject: CSIT-184: Add Honeycomb sub-interface ipv4 tests - add tests for sub-interface ipv4 support - add keywords and methods used in tests Change-Id: I98af193a4c4f0d3822eb9637f01acead37accb8c Signed-off-by: selias --- tests/suites/honeycomb/resources/sub_interfaces.py | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/suites/honeycomb/resources') diff --git a/tests/suites/honeycomb/resources/sub_interfaces.py b/tests/suites/honeycomb/resources/sub_interfaces.py index e4acd004ac..6904b48015 100644 --- a/tests/suites/honeycomb/resources/sub_interfaces.py +++ b/tests/suites/honeycomb/resources/sub_interfaces.py @@ -275,3 +275,13 @@ tag_rewrite_translate_1_2_wrong = { } ] } + +# IP addresses configured on sub-interface during tests +ipv4 = { + "address": "192.168.0.4", + "netmask": "255.255.255.0", + "prefix-length": 24} +ipv4_2 = { + "address": "192.168.0.5", + "netmask": "255.255.0.0", + "prefix-length": 16} -- cgit 1.2.3-korg