summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17flush TX queue before sending done message to CPimarom1-2/+6
2016-05-10PCAP API - added packet hookimarom1-5/+14
example is much simpler now
2016-05-10wait_on_traffic might get stuck if the async thread unexpectedly crashedimarom1-0/+5
or exited
2016-05-09clear_stats must first call an async barrierimarom1-0/+3
otherwise we might clean unsycned stats and it will be useless next time the client gets an async update
2016-05-09added force option to local PCAP - for > 1MB filesimarom1-4/+9
2016-05-09added duration to remote pushimarom1-19/+93
2016-05-09PCAP refinementimarom1-9/+16
2016-05-09first remote PCAP push - draftimarom1-7/+74
2016-05-02two fixes:imarom1-5/+10
1. history traversal with lock when adding stats objects 2. sync with ports only when you acquire the port, reset does not sync with the streams
2016-05-02Python circular object reference - fiximarom1-4/+6
2016-04-18portattr console command fiximarom1-4/+8
2016-04-18minor fiximarom1-1/+12
2016-04-18support for reacquire commandimarom1-12/+58
also better sync with the server about ownership of ports
2016-04-18simple intro while connecting to the serverimarom1-0/+5
2016-04-14fixed partial ports consoleimarom1-49/+94
2016-04-13support for partial port acquire on consoleimarom1-8/+62
--readonly, -a [ports], -f
2016-04-12events API and RX core util.imarom1-26/+150
2016-04-12hltapi: modify and remove traffic fixesYaroslav Brustinov1-2/+2
2016-04-11hltapi stream stats, port tx/rx graphs at consoleYaroslav Brustinov1-1/+1
2016-04-04API classes (versions)imarom1-13/+28
2016-03-31Merge David4 branchHanoh Haim1-95/+101
2016-03-31David edits of trex-core api materialDavidBlock1-95/+101
2016-03-31new test only on loopback non virtualimarom1-1/+1
2016-03-31RX stats wait_on_trafficimarom1-1/+14
2016-03-31RX stats two stage API (stop and remove RX filters)imarom1-5/+36
2016-03-29Python 3 crash for portattrimarom1-1/+1
2016-03-23moving us to python 3 by default (console)imarom1-3/+4
2016-03-22console push was brokenimarom1-18/+9
2016-03-21python 3 support for package - phase 1imarom1-31/+31
2016-03-17'port_id' paramter for profilesimarom1-5/+4
2016-03-16tunables show on the consoleimarom1-1/+46
2016-03-16tunables for consoleimarom1-2/+22
2016-03-16FIX: direction for profileimarom1-3/+4
2016-03-14add profile docHanoh Haim1-1/+3
2016-03-14merge cleanupHanoh Haim1-8/+6
2016-03-14some cleanup for API docHanoh Haim1-4/+18
2016-03-13removed some prints and a fix for error handling on add_streamsimarom1-4/+4
2016-03-13add_streams now returns the correct stream IDs which were allocated by the portimarom1-1/+2
2016-03-13hlt add traffic_control: action=poll, reset, sync_run, clear_stats. add ↵Yaroslav Brustinov1-3/+0
wait_on_traffic. fix cleanup_session to remove streams
2016-03-10merge docHanoh Haim1-10/+19
2016-03-10first Stateless API docHanoh Haim1-252/+441
2016-03-10RX stats #2imarom1-5/+5
2016-03-10RX STATS !imarom1-5/+6
2016-03-10RX stats - major refactorimarom1-5/+10
2016-03-07Added get_active_pgidsIdo Barnea1-0/+10
2016-03-07changed rx stats to flow stats everywhereIdo Barnea1-3/+3
2016-03-04ignore python3 cache, generated code filesYaroslav Brustinov1-1/+4
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"imarom1-6/+7
2016-03-03RX stats APIimarom1-1/+7
2016-03-02TX barrierimarom1-5/+4