summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/console/trex_console.py
AgeCommit message (Collapse)AuthorFilesLines
2017-03-08fix for https://trex-tgn.cisco.com/youtrack/issue/trex-369imarom1-0/+7
also added support for interactive debugging with IPython from the console (developer mode) Signed-off-by: imarom <imarom@cisco.com>
2017-02-26added 'pkt' console command to help with debugging single packets transmitimarom1-0/+8
Signed-off-by: imarom <imarom@cisco.com>
2017-02-02ipv6 scan & pingYaroslav Brustinov1-0/+5
Change-Id: I4f8112b4c942d149da5ea3f0ee01ac82d7fe32cc Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-02-01added tests for captureimarom1-26/+1
few tweaks Signed-off-by: imarom <imarom@cisco.com>
2017-01-26code review - few cleanupsimarom1-2/+3
Signed-off-by: imarom <imarom@cisco.com>
2017-01-22Merge branch 'master' into captureimarom1-11/+10
Signed-off-by: imarom <imarom@cisco.com> Conflicts: scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_client.py scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_jsonrpc_client.py scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_port.py src/main_dpdk.cpp
2017-01-22few tweaksimarom1-14/+15
Signed-off-by: imarom <imarom@cisco.com>
2017-01-18many capture modes in Python consoleimarom1-2/+24
Signed-off-by: imarom <imarom@cisco.com>
2017-01-11capture - draft commitimarom1-2/+2
Signed-off-by: imarom <imarom@cisco.com>
2017-01-04draft - unreviewedimarom1-5/+5
Signed-off-by: imarom <imarom@cisco.com>
2017-01-04console: move show_intro into try-finally to ensure release of portsYaroslav Brustinov1-9/+8
Change-Id: Icfe30379a24560cf0807edd239d3eb07d81a492f Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-03STL Console: fix crash in case of no supported speeds reported by DPDKYaroslav Brustinov1-2/+2
Regression: update stl performance kiwi benchmark (was my typo) Change-Id: I0ea615d2511ea0339665e8fa5c8621eec9ebcb1e Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-12-25refactor layer config on prot attributesimarom1-2/+7
added guard against unconfigured MAC when going up with empty config file Signed-off-by: imarom <imarom@cisco.com>
2016-12-13Major refactor - L2 / L3 modes for portsimarom1-15/+13
Signed-off-by: imarom <imarom@cisco.com>
2016-12-12grat ARPimarom1-0/+19
Signed-off-by: imarom <imarom@cisco.com>
2016-12-11few tweaksimarom1-1/+4
Signed-off-by: imarom <imarom@cisco.com>
2016-12-06RX features phase 2 - ARP and ICMP self responseimarom1-1/+8
Signed-off-by: imarom <imarom@cisco.com>
2016-12-01refactor RX coreimarom1-1/+5
Signed-off-by: imarom <imarom@cisco.com>
2016-11-30minor bugsimarom1-0/+1
Signed-off-by: imarom <imarom@cisco.com>
2016-11-16RX features - ARP resolveimarom1-0/+7
Signed-off-by: imarom <imarom@cisco.com>
2016-11-06RX features - RX snifferimarom1-0/+7
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-15/+22
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-0/+1
2016-07-27support for graceful shutdownimarom1-0/+5
2016-07-26some more TUI fixesimarom1-1/+2
2016-07-25TUI tweaksimarom1-29/+14
2016-07-06TUI mode (--tui) locked on legendimarom1-3/+5
2016-07-05TUI phase 500 !imarom1-2/+1
2016-07-05TUI with console - awesome !imarom1-1/+0
2016-07-05TUI integrated with consoleimarom1-1/+2
2016-05-09first remote PCAP push - draftimarom1-1/+5
2016-04-19Merge git://github.com/danklein10/trex-core into danklein10-masterimarom1-1/+1
also adding some tweaks to the TUI Conflicts: scripts/automation/trex_control_plane/stl/console/trex_tui.py
2016-04-18minor fiximarom1-0/+3
2016-04-18support for reacquire commandimarom1-0/+3
also better sync with the server about ownership of ports
2016-04-18simple intro while connecting to the serverimarom1-2/+27
2016-04-14fixed partial ports consoleimarom1-33/+14
2016-04-14quick fix for consoleimarom1-1/+1
partial ports still not work well
2016-04-13support for partial port acquire on consoleimarom1-13/+52
--readonly, -a [ports], -f
2016-04-12added checks for warnings on examplesimarom1-1/+2
2016-04-12events API and RX core util.imarom1-23/+2
2016-04-11hltapi stream stats, port tx/rx graphs at consoleYaroslav Brustinov1-0/+1
2016-03-31make the stl console to work at client package/from stl directory itselfYaroslav Brustinov1-2/+8
2016-03-23moving us to python 3 by default (console)imarom1-4/+10
2016-03-23console now supports python3imarom1-33/+34
2016-03-16tunables show on the consoleimarom1-0/+7
2016-03-03Merge Console mergeHanoh Haim1-7/+19
2016-03-03console help looks better nowHanoh Haim1-5/+6
2016-03-03XTERM might not be present on the machineimarom1-1/+5
so TUI -x might give exception - fix it
2016-03-02port mapping - hardeningimarom1-6/+14
2016-02-29random var crash when range is full uint32_t or full uint64_timarom1-0/+21