Home
last modified time | relevance | path

Searched refs:TESTFILES (Results 1 – 1 of 1) sorted by relevance

/external/scapy/scapy/tools/
DUTscapy.py674 def resolve_testfiles(TESTFILES): argument
675 for tfile in TESTFILES[:]:
677 TESTFILES.remove(tfile)
678 TESTFILES.extend(glob.glob(tfile))
679 return TESTFILES
701 TESTFILES = []
727 TESTFILES.append(optarg)
728 TESTFILES = resolve_testfiles(TESTFILES)
730 TESTFILES.remove(optarg)
741 TESTFILES = data.testfiles
[all …]