From 7b0e8a9dee0f874c4b7317e9132064dbab8fd34a Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Wed, 10 Jul 2019 16:18:26 +0200 Subject: Fix few pylint violations + Stop attempting to check test/ as module inits are not there. Change-Id: Ia4e498061be3e3118b07e98c9c2f761f2454653e Signed-off-by: Vratko Polak --- resources/libraries/python/IPsecUtil.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'resources/libraries/python/IPsecUtil.py') diff --git a/resources/libraries/python/IPsecUtil.py b/resources/libraries/python/IPsecUtil.py index 123043828d..1a59172958 100644 --- a/resources/libraries/python/IPsecUtil.py +++ b/resources/libraries/python/IPsecUtil.py @@ -705,9 +705,7 @@ class IPsecUtil(object): remote_crypto_key=ckey, integ=integ, laddr=ip_address(unicode(if1_ip_addr)) + i * addr_incr, - raddr=ip_address(unicode(if2_ip_addr)), - uifc=Topology.get_interface_name(nodes['DUT1'], - if1_key))) + raddr=ip_address(unicode(if2_ip_addr)))) tmp_f2.write( 'ipsec_tunnel_if_add_del ' 'local_spi {local_spi} ' -- cgit 1.2.3-korg