summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_jsonrpc_client.py
AgeCommit message (Collapse)AuthorFilesLines
2017-01-26code review - few cleanupsimarom1-0/+9
Signed-off-by: imarom <imarom@cisco.com>
2017-01-12Add help message for --no-scapy-server flagYaroslav Brustinov1-14/+14
Python API: fix arp resolve console message Python API: retry ZMQ send/recv only for push_pcap Console: portattr fix for readonly mode Change-Id: I69587987deb4edfbe192ee422ce6aad74b1ecaf3 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-19STL API: fix split batch to chunks - don't stop at chunk with error, return ↵Yaroslav Brustinov1-8/+2
all the result, not just error in case of error. Change-Id: I50162301054500585ecfffcdaad78992cfda9b0e Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-11STL API: fix split batch to chunks - one packet not being sentYaroslav Brustinov1-4/+3
Change-Id: Id2e96f2fe6a6c1bb0438198675a61f3c73d53072 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-10Stateless API: send batches by chunksYaroslav Brustinov1-4/+27
Change-Id: If551b474c4b6be58dfc3ed19e5c14a4ccd387afd Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-10Limit ZMQ RPC requests to 999999 bytes at CPP side. TODO: split requests at ↵Yaroslav Brustinov1-2/+2
Python to smaller chunks. Change-Id: Ieaf477d2ed8264e30a8275a75d597fdc8858da79 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-30reply to messagesimarom1-5/+0
Signed-off-by: imarom <imarom@cisco.com>
2016-11-28self code reviewimarom1-6/+8
Signed-off-by: imarom <imarom@cisco.com>
2016-10-28dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help"Yaroslav Brustinov1-1/+1
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-08-03async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232imarom1-29/+6
2016-05-19Enlarged ZMQ timeoutIdo Barnea1-2/+2
2016-05-02Python circular object reference - fiximarom1-2/+2
2016-04-04API classes (versions)imarom1-10/+15
2016-03-21python 3 support - phase 2imarom1-5/+10
2016-03-21python 3 support for package - phase 1imarom1-5/+5
2016-02-17timeout connection error message was brokenimarom1-4/+6
2016-02-15many bugs uncovered by the PCAP injection:imarom1-24/+75
1. NamedTuple constructor 2. Scappy 3. zlib for server
2016-02-08huge refactor - againimarom1-0/+244