aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/topology/update_topology.py
AgeCommit message (Expand)AuthorFilesLines
2020-01-10Autogen: Generate also NIC drivers.Vratko Polak1-2/+2
2019-11-28Python3: resources and librariesJan Gelety1-42/+48
2018-05-04Fix various pylint 1.5.4 warningsVratko Polak1-2/+0
2016-10-04Fix pylint warnings in python librariesselias1-1/+1
2016-04-22Reformat python libraries.Matej Klotton1-19/+22
2016-04-08Add Vagrantfile for local testing.Stefan Kobza1-0/+176
> def remote_mac(self): return self.parent_if.remote_mac def enable_capture(self): return self.parent_if.enable_capture() def add_stream(self, pkts): return self.parent_if.add_stream(pkts) def get_capture(self, expected_count=None, remark=None, timeout=1, filter_out_fn=is_ipv6_misc): return self.parent_if.get_capture(expected_count, remark, timeout, filter_out_fn)