summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/trex_unit_test.py
AgeCommit message (Collapse)AuthorFilesLines
2016-05-17regression: add no-daemon flag that specifies stl server is running, no need ↵Yaroslav Brustinov1-20/+28
daemons etc.
2016-05-15regression and master daemon updatesYaroslav Brustinov1-5/+6
2016-05-13add master daemonYaroslav Brustinov1-69/+41
2016-04-29typoYaroslav Brustinov1-1/+1
2016-04-29regression: add GAYaroslav Brustinov1-0/+5
2016-04-24stateful API: add get_ports_count based on resultYaroslav Brustinov1-12/+16
regression: be per core takes into account number of ports
2016-04-17regression: load clean config several attempts, use custom number of cores ↵Yaroslav Brustinov1-1/+4
at stateless.
2016-04-03regression: add testing of TRex client packageYaroslav Brustinov1-0/+11
2016-03-31regression:Yaroslav Brustinov1-4/+15
stateless examples: don't fail on result problems, only check python functionality stateful add --warmup flag for 30 seconds 9k imix run before other tests.
2016-03-30add to run_functional_tests --python2 and --python3 flagsYaroslav Brustinov1-10/+21
make stateful tree similar to stl : stf/trex_stf_lib and stf/examples change trex_client package: add profiles, use full stl dir. stl examples: now use stl_path.STL_PROFILES_PATH variable regression: add higher timeout to rsync.
2016-03-24gather stateful client to stf folder, create trex_client packageYaroslav Brustinov1-2/+2
2016-03-23yes...again Python3....imarom1-7/+8
2016-03-13regression: fix - error in some type of tests leads to ignoring other types ↵Yaroslav Brustinov1-2/+3
of tests.
2016-03-11regression: add error printYaroslav Brustinov1-0/+2
2016-03-10regression: stl added 1 more map try + sleepYaroslav Brustinov1-1/+1
2016-03-09regression: exchange --copy flag to --pkg argument, to run server with given ↵Yaroslav Brustinov1-28/+33
package unzipped to /tmp/trex-scripts dir
2016-03-09regression:fixYaroslav Brustinov1-2/+6
2016-03-09regression: fixYaroslav Brustinov1-9/+9
2016-03-09fixYaroslav Brustinov1-0/+2
2016-03-09regression: stl updatesYaroslav Brustinov1-10/+20
2016-03-08regression: add stateless support (WIP); Scapy builder: fix remove MACs from ↵Yaroslav Brustinov1-128/+178
binary, do not build by default;
2016-02-24regression: add flag to copy TRex to temp dir and run from thereYaroslav Brustinov1-2/+14
2016-02-21regression: fix argsYaroslav Brustinov1-2/+1
2016-02-20regression: fix argsYaroslav Brustinov1-1/+2
2016-02-11run_functional_tests not requires unit_tests/functional_tests, can be set to ↵Yaroslav Brustinov1-12/+19
custom test, path from scripts or from regression. added hlt profile test.
2016-01-12regression:Yaroslav Brustinov1-11/+13
add jumbo benchmark for trex08 replace --local for --functional flag, remove the need of SETUP_DIR in such case
2016-01-11regression:Yaroslav Brustinov1-3/+2
don't run CStlBasic_Test as part of regression with all tests, will be used at building stage. remove duplication of scripts_path with scripts_dir
2016-01-10nose tests for statelessimarom1-1/+4
2016-01-10add alloc_error, queue_full, queue_drop stats report via ZMQYaroslav Brustinov1-13/+13
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-06regression: take new path of setupsYaroslav Brustinov1-2/+2
2016-01-05move regression to trex-coreYaroslav Brustinov1-0/+273
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11