From 55cac65a67e463b565ee4f55d7d73f5d171f916e Mon Sep 17 00:00:00 2001 From: Oleksandr Naumets Date: Wed, 3 Oct 2018 12:53:52 +0100 Subject: Modify handling Ixia traffic profile parameters Modified Ixia traffic profile class to handle all traffic parameters as optional. JIRA: YARDSTICK-1456 Change-Id: Ib7ee1728baad0f271dd6a923b94bc686bc9bffc6 Signed-off-by: Oleksandr Naumets --- yardstick/tests/unit/network_services/libs/ixia_libs/test_ixnet_api.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'yardstick/tests/unit/network_services/libs/ixia_libs/test_ixnet_api.py') diff --git a/yardstick/tests/unit/network_services/libs/ixia_libs/test_ixnet_api.py b/yardstick/tests/unit/network_services/libs/ixia_libs/test_ixnet_api.py index 01ed4e34e..91ca16172 100644 --- a/yardstick/tests/unit/network_services/libs/ixia_libs/test_ixnet_api.py +++ b/yardstick/tests/unit/network_services/libs/ixia_libs/test_ixnet_api.py @@ -643,6 +643,9 @@ class TestIxNextgen(unittest.TestCase): 'outer_l3': { 'proto': 'unsupported', }, + 'outer_l4': { + 'seed': 1 + } }, } with mock.patch.object(self.ixnet_gen, -- cgit 1.2.3-korg