From c8d76a16533edac586a98d2842932804709fea30 Mon Sep 17 00:00:00 2001 From: Juraj Sloboda Date: Mon, 22 Feb 2016 13:22:23 +0100 Subject: Remove Interface.close, rename script argument Change-Id: I5da20a12f801264821890e6516899344456576a8 Signed-off-by: Juraj Sloboda --- resources/traffic_scripts/arp_request.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'resources/traffic_scripts/arp_request.py') diff --git a/resources/traffic_scripts/arp_request.py b/resources/traffic_scripts/arp_request.py index 86a4c015cd..94d5deabe7 100755 --- a/resources/traffic_scripts/arp_request.py +++ b/resources/traffic_scripts/arp_request.py @@ -101,8 +101,6 @@ def arp_request_test(): except RuntimeError as ex: print 'Error occurred: {}'.format(ex) - finally: - interface.close() return test_passed -- cgit 1.2.3-korg