Skip to content
Snippets Groups Projects
Commit 81fc1635 authored by gpotter2's avatar gpotter2
Browse files

Added some windows arch tests

parent ab08f456
Branches
No related tags found
No related merge requests found
......@@ -170,7 +170,7 @@ def load_manuf(filename):
except Exception,e:
log_loading.warning("Couldn't parse one line from [%s] [%r] (%s)" % (filename, l, e))
except IOError:
#log_loading.warning("Couldn't open [%s] file" % filename)
log_loading.warning("Couldn't open [%s] file" % filename)
return ""
return manufdb
......
......@@ -206,3 +206,12 @@ for i in ps_read_routes:
break
assert _correct
= show_interfaces
from scapy.arch import *
show_interfaces()
= dev_from_pcapname
assert dev_from_pcapname(conf.iface.pcap_name).guid == conf.iface.guid
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment