summaryrefslogtreecommitdiffstats
path: root/scripts/automation
AgeCommit message (Collapse)AuthorFilesLines
2016-03-07Added get_active_pgidsIdo Barnea1-0/+10
2016-03-07changed STLRxStats to STLFlowStatsIdo Barnea2-5/+5
2016-03-07changed rx stats to flow stats everywhereIdo Barnea7-55/+54
2016-03-06functional tests - not fast enough - now 9 seconds...imarom2-25/+46
2016-03-061. blazing fast regressionimarom3-15/+18
2. API checks for Python version
2016-03-06add --native argument to simulatorYaroslav Brustinov1-1/+11
2016-03-04add manual padding to 60 bytes with zerosYaroslav Brustinov2-10/+6
2016-03-04return 4 testsYaroslav Brustinov2-15/+14
2016-03-04yet another patch for regressionHanoh Haim1-11/+12
2016-03-04 patch the regression for nowHanoh Haim1-3/+3
2016-03-04ignore python3 cache, generated code filesYaroslav Brustinov6-60/+253
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-03-03RX stats example "stl_rx_stream.py"imarom4-15/+75
2016-03-03RX stats APIimarom6-4/+69
2016-03-03Merge Console mergeHanoh Haim5-49/+65
2016-03-03console help looks better nowHanoh Haim3-7/+122
2016-03-03XTERM might not be present on the machineimarom1-1/+5
so TUI -x might give exception - fix it
2016-03-02port mapping - hardeningimarom3-31/+40
2016-03-02TX barrierimarom2-17/+20
2016-03-01add stream nameHanoh Haim1-0/+4
2016-03-01Merge --pkt support to stl-simHanoh Haim3-50/+200
2016-03-01add --pkt to stl-simHanoh Haim3-1/+40
2016-02-29fix expected pcap number of packets; add simple example of HLTYaroslav Brustinov1-0/+115
2016-02-29hltapi: fix decrement exceeding maximal add_value range, add several useful ↵Yaroslav Brustinov2-50/+85
functions, add mac profile
2016-02-29yet another limitation of 8 portsYaroslav Brustinov1-1/+1
2016-02-29random var crash when range is full uint32_t or full uint64_timarom1-0/+21
2016-02-28hltapi: remove default for l3_protocol and l4_protocol, add several profilesYaroslav Brustinov2-14/+31
2016-02-28more info for ports (API and TUI)imarom3-21/+27
2016-02-28support for mac addr queryimarom3-7/+13
2016-02-28added port_info APIimarom5-156/+94
IPG for load PCAP cannot be less than 1 usec
2016-02-25v1.93Hanoh Haim1-2/+3
2016-02-25hltapi: fix MAC given with aabb.ccdd.eeff format, fix add_value is more than ↵Yaroslav Brustinov3-72/+101
half of variable size, add 2 Wentong's profiles
2016-02-25accident - fixed problems from previous commitimarom1-1/+1
2016-02-25port attributes - promiscuous and etc.imarom5-7/+144
2016-02-25regression: aggregate results: remove timeoutYaroslav Brustinov1-1/+1
2016-02-24hltapi : add dst_mac vm; vlan mask variable now can be shared; add 2 more ↵Yaroslav Brustinov3-44/+83
profiles; add consistent_random argument for same random sequence each time
2016-02-24regression: add flag to copy TRex to temp dir and run from thereYaroslav Brustinov1-2/+14
2016-02-24regression: hltapi yaml update for add_value of mask variableYaroslav Brustinov1-3/+6
2016-02-24add seed per streamHanoh Haim2-3/+8
2016-02-24Merge GARP exampleHanoh Haim9-113/+204
2016-02-24add g arp exampleHanoh Haim1-1/+1
2016-02-24VM bug youtrack: trex-187imarom1-10/+24
and rx stats
2016-02-24Rx stat per flow. Low level working for xl710, and partly for i350.Ido Barnea1-3/+16
added full clone (with CP VM) to stream
2016-02-23Merge remote-tracking branch 'origin/master'Yaroslav Brustinov7-65/+116
2016-02-23hltapi: add line rate and bps supportYaroslav Brustinov3-38/+51
2016-02-23sync streams and some other bugsimarom7-65/+116
2016-02-23Merge mask instruction add_value fieldHanoh Haim4-187/+305
2016-02-23add to mask instruction add_value fieldHanoh Haim2-6/+12
2016-02-23Merge remote-tracking branch 'origin/master'Yaroslav Brustinov1-2/+4
2016-02-23hltapi: optimization to utilize similar variables for several fields, fix ↵Yaroslav Brustinov4-187/+305
incorrect size from l3_length, add profiles
2016-02-23Merge ipv4 checksum issueHanoh Haim11-253/+498