summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/client
AgeCommit message (Collapse)AuthorFilesLines
2016-01-26packet is now base64 encodedimarom2-4/+3
2016-01-26API simplification and exampleimarom2-97/+40
2016-01-26API cleaning upimarom2-242/+413
2016-01-24stateless sim was brokenimarom1-1/+2
2016-01-24added support for L1 B/W checkimarom2-17/+20
both start/update now enforce this and it can be bypassed by providing 'force'
2016-01-24fixed issue trex-172: Console -m 100% is L2 and no L1imarom2-28/+38
http://trex-tgn.cisco.com/youtrack/issue/trex-172
2016-01-24added exampleimarom2-6/+9
2016-01-21phase 4imarom2-241/+173
2016-01-21draft #3imarom3-157/+335
2016-01-21draft #2imarom1-452/+604
2016-01-21highly draft - just backing upimarom2-513/+765
2016-01-21async publish nowimarom2-11/+53
2016-01-21draft of test API for statelessimarom1-82/+116
2016-01-18regression:Yaroslav Brustinov1-2/+5
corrections of benchmarks move packet builder tests to functional folder add CPU utilization boundries for more tests print Skipping message fix relative drop counting API: convert hostname to IP at init of client side (trex_client.py) various: move python path determination to external common file add functional tests running bash script add sudo check to t-rex-64
2016-01-13-a is not mandatory anymore for every port's commandsimarom1-0/+1
the default is all ports
2016-01-12perfectionist's job is never done - fixed the console prompt redraw whenimarom1-4/+15
an async event occurs so it looks nice
2016-01-12some modifactions to the TUIimarom2-15/+4
few things were fixed
2016-01-11small problem in the stl simulationimarom1-4/+3
2016-01-08minor updatesDan Klein1-9/+13
2016-01-08Merge branch 'dan_stateless'Dan Klein2-16/+97
Added the support for "streams" command Missing: 1. "--full" output 2. sync with server after crash 3. merging output for identical port streams
2016-01-07Working version of streams view in TRex console.Dan Klein2-16/+97
TODO: sync when console crashes isn't integrated yet
2016-01-07first bug caught by the simulator - memory leakimarom1-7/+17
2016-01-07yet another stateless simulation phaseimarom1-1/+7
2016-01-07more options to the stateless simulationimarom1-58/+84
2016-01-05stateless sim - core_index and all cores simulationimarom1-7/+70
2016-01-05Merge remote-tracking branch 'origin/master'Yaroslav Brustinov1-0/+202
2016-01-05move regression to trex-coreYaroslav Brustinov1-40/+51
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11
2016-01-04some additions to the stateless simulation modeimarom1-3/+29
2016-01-04a script to inject simulation stateless filesimarom1-0/+176
2015-12-21trex_client.py: maximal latency should not include c-max-*, only max-*Yaroslav Brustinov1-2/+2
2015-12-21latency.cpp: update ports stats at CLatencyManager::update, instead of ↵Yaroslav Brustinov1-0/+63
CCPortLatency::DumpShort Python API added: * is_idle(): determine if TRex is in idle state * sample_x_seconds(): sample TRex for given number of seconds, useful for changing device (router etc.) config afterwards.
2015-12-16minorHanoh Haim1-1/+1
2015-12-16add tuple gen command and yaml exampleHanoh Haim1-1/+10
2015-12-16typoYaroslav Brustinov1-1/+1
2015-12-16trex_client.py: increase timeout by '-k' argument seconds, as it leaves TRex ↵Yaroslav Brustinov1-1/+3
in 'Starting' state.
2015-12-15TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵Yaroslav Brustinov1-2/+2
state from Starting to Idle or Running.
2015-12-15moved all return code values to RC types (better for batch rc)imarom3-82/+82
also few fixes
2015-12-14bugs fixesimarom2-9/+32
1. ignore your own force acquire of ports 2. TUI fixes
2015-12-14publish rx_check counters via ZMQ even with iom=0Yaroslav Brustinov1-2/+2
2015-12-14TUI v2.0 - now no flickering, state machine for lost of connectivityimarom3-17/+50
and TUI can be started in xterm using tui -x
2015-12-13python API: determine TRex version in more robust wayYaroslav Brustinov1-2/+4
2015-12-10added a "--tui" feature to the consoleimarom1-11/+33
it opens in read only mode and runs the TUI
2015-12-10removed session id - not necessaryimarom2-9/+12
2015-12-09read only supportimarom2-529/+525
2015-12-08some modifications to the tablesimarom1-3/+25
added clear stats as well
2015-12-08dynamic commands on TUIimarom1-0/+23
2015-12-08a minor fix to the TUI (pause/resume all ports)imarom1-2/+2
2015-12-08text based TUI (does not use ncurses)imarom1-1/+7
2015-12-07removed duplicationsimarom1-31/+0
2015-12-07Merge branch 'dan_stateless' into a test branchimarom2-48/+234
Conflicts: scripts/automation/trex_control_plane/client/trex_async_client.py scripts/automation/trex_control_plane/client/trex_stateless_client.py scripts/automation/trex_control_plane/client_utils/parsing_opts.py scripts/automation/trex_control_plane/console/trex_console.py