Home
last modified time | relevance | path

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

/external/scapy/scapy/tools/
DUTscapy.py242 test_campaign = TestCampaign("Test campaign")
243 test_campaign.filename= campaign_file.name
252 (test or testset or test_campaign).add_keywords(l[1:].split())
254 test_campaign.title = l[1:].strip()
257 test_campaign.add_testset(testset)
270 test_campaign.headcomments += l[1:]
277 return test_campaign
279 def dump_campaign(test_campaign): argument
280 print("#"*(len(test_campaign.title)+6))
281 print("## %(title)s ##" % test_campaign)
[all …]