From 3bb84bee3516c1e7326becfc3c2f70bf6e3f59ce Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Wed, 25 May 2016 21:50:50 +0200 Subject: TB2 XL710 topology files JIRA: CSIT-106 Change-Id: If3e76d971c7196da3f83a8daacd1308c6374c786 Signed-off-by: Miroslav Miklus --- resources/libraries/python/VatJsonUtil.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'resources/libraries/python/VatJsonUtil.py') diff --git a/resources/libraries/python/VatJsonUtil.py b/resources/libraries/python/VatJsonUtil.py index e17375ab56..1cafff0d27 100644 --- a/resources/libraries/python/VatJsonUtil.py +++ b/resources/libraries/python/VatJsonUtil.py @@ -95,8 +95,9 @@ class VatJsonUtil(object): interface_dict = VatJsonUtil.get_vpp_interface_by_mac( interface_list, if_mac) if not interface_dict: - raise Exception('Interface {0} not found by MAC {1}' - .format(ifc, if_mac)) + logger.trace('Interface {0} not found by MAC {1}' + .format(ifc, if_mac)) + continue ifc['name'] = interface_dict["interface_name"] ifc['vpp_sw_index'] = interface_dict["sw_if_index"] ifc['mtu'] = interface_dict["mtu"] -- cgit 1.2.3-korg