summaryrefslogtreecommitdiffstats
path: root/scripts/automation
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02Fix Dan's packet builder payload_gen reference to packet, HLTAPI updated for ↵Yaroslav Brustinov3-204/+231
Scapy builder, Scapy builder style corrections
2016-02-01some scapy cleanupsHanoh Haim1-189/+2
2016-02-01first scapy versionHanoh Haim3-1/+1676
2016-02-01fix for http://trex-tgn.cisco.com/youtrack/issue/trex-174imarom2-17/+26
2016-02-01HTLAPI updateYaroslav Brustinov2-82/+155
2016-02-01simulator support (API and profiles)imarom3-74/+211
2016-01-31hltapi_exampleYaroslav Brustinov1-56/+87
2016-01-31add driver for Ubuntu 14.04.3, remove seconds from regression start time at ↵Yaroslav Brustinov5-129/+140
HTML report, HLTAPI improvements
2016-01-28HLTAPI updates, aggregated results tests count printYaroslav Brustinov6-230/+487
2016-01-28added API: release, remove_streamimarom3-31/+118
2016-01-27API: example for bi-directional flowsimarom7-145/+232
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-26packet is now base64 encodedimarom4-10/+14
2016-01-26API simplification and exampleimarom6-100/+260
2016-01-26API cleaning upimarom3-246/+418
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 L1imarom6-584/+85
http://trex-tgn.cisco.com/youtrack/issue/trex-172
2016-01-24added exampleimarom6-23/+25
2016-01-21phase 4imarom6-342/+325
2016-01-21draft #3imarom8-182/+379
2016-01-21draft #2imarom4-471/+651
2016-01-21highly draft - just backing upimarom6-1041/+1322
2016-01-21async publish nowimarom5-53/+85
2016-01-21draft of test API for statelessimarom4-108/+140
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 Brustinov10-25/+39
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 Brustinov16-54/+50
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-15regression: add trex14 setup (slightly updated trex12)Yaroslav Brustinov2-0/+232
2016-01-14always on top for TUI now works no most platformsimarom1-14/+38
(using GTK+ if available)
2016-01-13fixed the permission on the console directory (now creates with 777)imarom1-1/+8
2016-01-13-a is not mandatory anymore for every port's commandsimarom3-4/+11
the default is all ports
2016-01-13cntrl+c in middle of line can abort the line instead of exitingimarom1-3/+17
2016-01-13TUI now writes to a string buffer and then to screenimarom4-9/+18
(should be faster, like double buffering and switch)
2016-01-13added 'total' line to statsimarom3-20/+74
2016-01-13update pkt builder vmYaroslav Brustinov1-11/+9
2016-01-13add Dan's packet builder functional testsYaroslav Brustinov8-0/+731
2016-01-12perfectionist's job is never done - fixed the console prompt redraw whenimarom2-4/+20
an async event occurs so it looks nice
2016-01-12some modifactions to the TUIimarom5-50/+82
few things were fixed
2016-01-12regression:Yaroslav Brustinov3-23/+28
add jumbo benchmark for trex08 replace --local for --functional flag, remove the need of SETUP_DIR in such case
2016-01-11regression:Yaroslav Brustinov3-4/+5
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 simulationimarom3-8/+11
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