summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/unit_tests/trex_general_test.py
AgeCommit message (Collapse)AuthorFilesLines
2016-02-20regression: allow more queue full on VM (can get spikes)Yaroslav Brustinov1-3/+8
2016-02-11run_functional_tests not requires unit_tests/functional_tests, can be set to ↵Yaroslav Brustinov1-1/+2
custom test, path from scripts or from regression. added hlt profile test.
2016-02-03regression: update benchmarksYaroslav Brustinov1-0/+4
2016-01-28HLTAPI updates, aggregated results tests count printYaroslav Brustinov1-0/+1
2016-01-18regression:Yaroslav Brustinov1-3/+4
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-11regression:Yaroslav Brustinov1-1/+0
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-0/+1
2016-01-10add alloc_error, queue_full, queue_drop stats report via ZMQYaroslav Brustinov1-1/+10
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-09kiwi02 update benchmarkYaroslav Brustinov1-2/+2
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 Brustinov1-8/+9
--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-05move regression to trex-coreYaroslav Brustinov1-0/+328
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11