From 0ad00a491e7c39f126abcd087bc2743dbdc3a1af Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Fri, 31 Aug 2018 15:51:08 +0200 Subject: Add eth-ip4base-2memif[ndrpdr|mrr] perf tests for 2-node topology - added also 3-node test cases for comparison Jira: CSIT-1261 Change-Id: I1bfcc184e925e969d4a610920c4e49af23047507 Signed-off-by: Jan Gelety --- resources/libraries/python/VatJsonUtil.py | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/libraries/python') diff --git a/resources/libraries/python/VatJsonUtil.py b/resources/libraries/python/VatJsonUtil.py index 8414838715..ef92a24f07 100644 --- a/resources/libraries/python/VatJsonUtil.py +++ b/resources/libraries/python/VatJsonUtil.py @@ -97,6 +97,7 @@ class VatJsonUtil(object): if not interface_dict: logger.trace('Interface {0} not found by MAC {1}' .format(ifc, if_mac)) + ifc['vpp_sw_index'] = None continue ifc['name'] = interface_dict["interface_name"] ifc['vpp_sw_index'] = interface_dict["sw_if_index"] -- cgit 1.2.3-korg