Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-07 | random tests are now provided with seed | imarom | 2 | -2/+5 | |
2016-04-27 | regression: stateless CPU benchmark for profiles | Yaroslav Brustinov | 1 | -0/+31 | |
2016-03-24 | remove debug write from profile | Yaroslav Brustinov | 1 | -1/+0 | |
2016-03-16 | FIX: direction for profile | imarom | 21 | -21/+21 | |
2016-03-04 | ignore python3 cache, generated code files | Yaroslav Brustinov | 21 | -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-29 | hltapi: fix decrement exceeding maximal add_value range, add several useful ↵ | Yaroslav Brustinov | 1 | -0/+29 | |
functions, add mac profile | |||||
2016-02-28 | hltapi: remove default for l3_protocol and l4_protocol, add several profiles | Yaroslav Brustinov | 14 | -4/+244 | |
2016-02-25 | hltapi: fix MAC given with aabb.ccdd.eeff format, fix add_value is more than ↵ | Yaroslav Brustinov | 3 | -2/+95 | |
half of variable size, add 2 Wentong's profiles | |||||
2016-02-24 | hltapi : add dst_mac vm; vlan mask variable now can be shared; add 2 more ↵ | Yaroslav Brustinov | 9 | -4/+97 | |
profiles; add consistent_random argument for same random sequence each time | |||||
2016-02-23 | hltapi: add line rate and bps support | Yaroslav Brustinov | 4 | -2/+5 | |
2016-02-23 | hltapi: optimization to utilize similar variables for several fields, fix ↵ | Yaroslav Brustinov | 6 | -0/+230 | |
incorrect size from l3_length, add profiles | |||||
2016-02-18 | imix default profile | Yaroslav Brustinov | 1 | -0/+17 | |
2016-02-11 | run_functional_tests not requires unit_tests/functional_tests, can be set to ↵ | Yaroslav Brustinov | 1 | -0/+33 | |
custom test, path from scripts or from regression. added hlt profile test. |