aboutsummaryrefslogtreecommitdiffstats
path: root/resources/traffic_scripts/arp_request.py
diff options
context:
space:
mode:
authorJuraj Sloboda <jsloboda@cisco.com>2016-02-22 13:22:23 +0100
committerGerrit Code Review <gerrit@fd.io>2016-02-23 14:12:38 +0000
commitc8d76a16533edac586a98d2842932804709fea30 (patch)
tree99f2f702bc74f0b7b4e6453580f1c7cc5c507c09 /resources/traffic_scripts/arp_request.py
parentae7411c745d47a70bb36c3d5cb6b2907f5697e57 (diff)
Remove Interface.close, rename script argument
Change-Id: I5da20a12f801264821890e6516899344456576a8 Signed-off-by: Juraj Sloboda <jsloboda@cisco.com>
Diffstat (limited to 'resources/traffic_scripts/arp_request.py')
-rwxr-xr-xresources/traffic_scripts/arp_request.py2
1 files changed, 0 insertions, 2 deletions
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