summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/unit_tests
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27API: example for bi-directional flowsimarom3-42/+47
2016-01-27minor change nameHanoh Haim1-1/+1
2016-01-27assing attribute 'requires_client' to CStlBasic_TestYaroslav Brustinov1-0/+2
2016-01-261. fixed failing regression testimarom2-2/+1
2. enabled STL nose tests 3. fixed packet size padding to 60
2016-01-21regression: fix created pcap name in parallel setupsYaroslav Brustinov1-1/+1
general: added command to show last commits + release
2016-01-20regression:Yaroslav Brustinov1-1/+1
fix case typo in functional test
2016-01-19regression:Yaroslav Brustinov6-19/+19
add rx_check negative test add test_nat_simple_mode1 and test_nat_simple_mode2 benchmarks remove pcaps to ensure they are created
2016-01-19Adding option to pass NAT info in TCP ACK of first SYNIdo Barnea1-8/+14
2016-01-18regression:Yaroslav Brustinov11-40/+30
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-13add Dan's packet builder functional testsYaroslav Brustinov8-0/+731
2016-01-12regression:Yaroslav Brustinov1-11/+10
add jumbo benchmark for trex08 replace --local for --functional flag, remove the need of SETUP_DIR in such case
2016-01-11regression:Yaroslav Brustinov2-1/+3
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-11small problem in the stl simulationimarom1-1/+2
2016-01-10changing test path to /tmp/imarom1-1/+1
2016-01-10nose tests for statelessimarom2-0/+131
2016-01-10add alloc_error, queue_full, queue_drop stats report via ZMQYaroslav Brustinov2-3/+11
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 Brustinov2-5/+6
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 Brustinov2-10/+38
--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 Brustinov17-0/+1705
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11