summaryrefslogtreecommitdiffstats
path: root/scripts/automation
AgeCommit message (Collapse)AuthorFilesLines
2016-01-10changing test path to /tmp/imarom1-1/+1
2016-01-10nose tests for statelessimarom6-1/+135
2016-01-10add alloc_error, queue_full, queue_drop stats report via ZMQYaroslav Brustinov5-20/+46
regression: update kiwi02 and trex08 benchmarks add common "scripts_dir" variable for usage in tests configure router with proper MTU in jumbo test add --local flag for not connecting to remote server (useful for functional tests)
2016-01-10random packet size - uses expected packet sizeimarom1-1/+2
instead of the value as is
2016-01-10Merge branch 'master' of https://github.com/danklein10/trex-core into ↵imarom8-33/+243
danklein10-master
2016-01-10regression: kiwi02 update benchmarkYaroslav Brustinov1-1/+1
2016-01-09kiwi02 update benchmarkYaroslav Brustinov4-11/+12
disable VM latenct check, max exceeds 100ms, avg can reach 150ms disable temporary jumbo with router
2016-01-08ws_main.py: don't expect for env. vars if building local packageYaroslav Brustinov1-2/+2
regression: increase maximal allowed latency to 100ms on VM (50ms is not enough)
2016-01-08building: add pkg option with --pkg-dir and --pkg-file arguments (./b pkg ↵Yaroslav Brustinov7-29/+109
--pkg-dir ...) for building TRex package regression: add jumbo packets test high latency fails test and not only print add maximal and minimal expected CPU utilization aggregate results: remove tracebacks at usual errors in tests move TRex info from setups info to top (its now common to all setups) save last good commit hash
2016-01-08minor updatesDan Klein2-9/+19
2016-01-08Merge branch 'dan_stateless'Dan Klein8-32/+232
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 Klein8-55/+208
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-06regression: take new path of setupsYaroslav Brustinov1-2/+2
2016-01-06regression: move setups configuration to trex-core repoYaroslav Brustinov20-2/+1570
2016-01-06regression: add empty file to commit empty reports dirYaroslav Brustinov1-0/+0
2016-01-06regression: move style.css inside aggregate_results.pyYaroslav Brustinov2-56/+58
2016-01-05Merge branch 'random_pkt'Hanoh Haim1-8/+5
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 Brustinov38-43/+5520
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11
2016-01-04Merge branch 'master' into dan_statelessDan Klein9-29/+468
2016-01-04updated statsDan Klein1-2/+46
2016-01-04some additions to the stateless simulation modeimarom1-3/+29
2016-01-04a script to inject simulation stateless filesimarom1-0/+176
2015-12-29trim packet size command worksHanoh Haim1-8/+5
2015-12-27updated server pacakges include for ZMQimarom1-4/+8
2015-12-27provide a CEL 5.9 a way to run trex-consoleimarom1-2/+39
2015-12-24some TUI tweaksimarom3-20/+60
2015-12-24CPU util beautificationimarom2-9/+92
PPS total is only TX now and not TX + RX
2015-12-23connected control plane to splitimarom2-5/+15
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 Haim2-3/+14
2015-12-16Merge from masterHanoh Haim4-6/+29
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-16cleaned the code a little, added load_packet_from_pcap into packet builder ↵Dan Klein3-5/+26
functionality.
2015-12-15Merging lastest 'master' to side branch 'vm'imarom9-129/+166
Conflicts: scripts/automation/trex_control_plane/console/trex_console.py
2015-12-15VM: connected control plane to DPimarom1-0/+5
2015-12-15TRex API: increase timeout (from 30 to 40) of waiting for TRex to change ↵Yaroslav Brustinov2-3/+3
state from Starting to Idle or Running.
2015-12-15moved all return code values to RC types (better for batch rc)imarom6-113/+110
also few fixes
2015-12-14bugs fixesimarom4-14/+57
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 connectivityimarom8-42/+181
and TUI can be started in xterm using tui -x
2015-12-13python API: determine TRex version in more robust wayYaroslav Brustinov2-6/+11
2015-12-10added a "--tui" feature to the consoleimarom2-28/+56
it opens in read only mode and runs the TUI