summaryrefslogtreecommitdiffstats
path: root/scripts/stl/hlt
AgeCommit message (Collapse)AuthorFilesLines
2016-08-07random tests are now provided with seedimarom2-2/+5
2016-04-27regression: stateless CPU benchmark for profilesYaroslav Brustinov1-0/+31
2016-03-24remove debug write from profileYaroslav Brustinov1-1/+0
2016-03-16FIX: direction for profileimarom21-21/+21
2016-03-04ignore python3 cache, generated code filesYaroslav Brustinov21-125/+72
add option to export Profile (and thus stream too) to Python code add for each profile in functional tests generating it to Python code and comparing to same pcap result add loading Prifile via add_streams() fix IMIX rates in HLTAPI used with line % and bps Scapy packet builder: fixes to load of pcap/yaml - use MAC from pcap (with flag), remove FCS (with flag), support for VM with offsets by name
2016-02-29hltapi: fix decrement exceeding maximal add_value range, add several useful ↵Yaroslav Brustinov1-0/+29
functions, add mac profile
2016-02-28hltapi: remove default for l3_protocol and l4_protocol, add several profilesYaroslav Brustinov14-4/+244
2016-02-25hltapi: fix MAC given with aabb.ccdd.eeff format, fix add_value is more than ↵Yaroslav Brustinov3-2/+95
half of variable size, add 2 Wentong's profiles
2016-02-24hltapi : add dst_mac vm; vlan mask variable now can be shared; add 2 more ↵Yaroslav Brustinov9-4/+97
profiles; add consistent_random argument for same random sequence each time
2016-02-23hltapi: add line rate and bps supportYaroslav Brustinov4-2/+5
2016-02-23hltapi: optimization to utilize similar variables for several fields, fix ↵Yaroslav Brustinov6-0/+230
incorrect size from l3_length, add profiles
2016-02-18imix default profileYaroslav Brustinov1-0/+17
2016-02-11run_functional_tests not requires unit_tests/functional_tests, can be set to ↵Yaroslav Brustinov1-0/+33
custom test, path from scripts or from regression. added hlt profile test.