summaryrefslogtreecommitdiffstats
path: root/scripts/automation
AgeCommit message (Collapse)AuthorFilesLines
2016-02-03scapy with random packet sizeHanoh Haim2-2/+34
2016-02-03tuple gen in pythonHanoh Haim2-8/+80
2016-02-03remove old testsHanoh Haim1-837/+0
2016-02-03more scapy testsHanoh Haim7-207/+240
2016-02-03Merge branch 'master' into scapy2Hanoh Haim1-1/+1
2016-02-03sanity check for var does not existsHanoh Haim2-3/+43
2016-02-03regression: update benchmarksYaroslav Brustinov3-3/+7
2016-02-03add fixup offsetHanoh Haim2-2/+28
2016-02-03scapy builder typoYaroslav Brustinov1-1/+1
2016-02-02scapy builder typoYaroslav Brustinov1-1/+1
2016-02-02typoYaroslav Brustinov1-1/+1
2016-02-02Merge remote-tracking branch 'origin/master'Yaroslav Brustinov1-1/+1
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-02check scapy ipv6 packetHanoh Haim1-1/+19
2016-02-02fix for Issue trex-176imarom1-1/+1
2016-02-02add 9k ip len packetHanoh Haim1-0/+18
2016-02-02add 128 size packet testHanoh Haim1-0/+20
2016-02-02add valn packet ad offsetHanoh Haim2-2/+29
2016-02-02scapy first testHanoh Haim1-0/+83
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