summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl
AgeCommit message (Expand)AuthorFilesLines
2017-02-06added example for functional tests using start_capture/stop_capture APIsimarom4-14/+196
2017-02-06STL API scan6: If error at any port, raise error. If no error, return data pe...Yaroslav Brustinov2-9/+33
2017-02-05test breakage on csi-trex-06imarom1-1/+1
2017-02-02fixed missing .so files due to ignored by .gitignore + fixed pathYaroslav Brustinov1-3/+9
2017-02-02zmq os independentYaroslav Brustinov1-6/+6
2017-02-02remove code inserted by incorrect merge resolveYaroslav Brustinov1-2/+0
2017-02-02console scan6: ipv6 column width adaptive to length of addressesYaroslav Brustinov1-1/+6
2017-02-02ipv6 scan & pingYaroslav Brustinov12-54/+444
2017-02-02replace yaml.load with yaml.safe_load in several placesYaroslav Brustinov1-1/+1
2017-02-01added tests for captureimarom5-71/+173
2017-01-31identation fiximarom1-3/+3
2017-01-29documenation errorsimarom1-14/+18
2017-01-29Merge branch 'master' into captureimarom1-1/+1
2017-01-29code review - cont.imarom4-186/+191
2017-01-29Python HLTAPI bug in TOS calculationYaroslav Brustinov1-1/+1
2017-01-26code review - few cleanupsimarom6-68/+92
2017-01-25capture - personal code reviewimarom2-10/+27
2017-01-24code review cleanups - C++imarom1-1/+1
2017-01-22Merge branch 'master' into captureimarom16-46/+213
2017-01-22few tweaksimarom4-48/+89
2017-01-19fine tuneimarom2-39/+142
2017-01-18many capture modes in Python consoleimarom5-156/+250
2017-01-16capture module for consoleimarom1-0/+365
2017-01-12Add help message for --no-scapy-server flagYaroslav Brustinov3-31/+34
2017-01-11capture - draft commitimarom4-26/+189
2017-01-11scapy_server: add try-catch on determining self IPYaroslav Brustinov1-1/+4
2017-01-05Add support for predefined packet templates.ichebyki11-1/+147
2017-01-05Update docs with info about Field Engine and predefined templates.Vyacheslav Ogai1-1/+1
2017-01-04draft - unreviewedimarom5-99/+82
2017-01-04console: move show_intro into try-finally to ensure release of portsYaroslav Brustinov1-9/+8
2017-01-03STL Console: fix crash in case of no supported speeds reported by DPDKYaroslav Brustinov1-2/+2
2017-01-03Stateless API: increase delay in remove rx filters to 100ms in case of virtua...Yaroslav Brustinov2-3/+18
2016-12-25regression breakageimarom1-0/+2
2016-12-25Update STL API version to 3.0Yaroslav Brustinov1-1/+1
2016-12-25bug: ICMP ping did not ping the correct addressimarom1-1/+1
2016-12-25refactor layer config on prot attributesimarom8-83/+84
2016-12-21RX services - general API to allow addition of new featuresimarom8-267/+376
2016-12-21watchdog disable for time capabilityimarom1-7/+1
2016-12-21minor error checks refinementsimarom4-30/+25
2016-12-20trex-190 - Shutting down server and restarting with different config - consol...imarom1-3/+3
2016-12-20scapy_server fix Python3 issueYaroslav Brustinov1-1/+1
2016-12-19Merge branch 'payload_gen_total_size_ether_chksum' of git://github.com/kisel/...Hanoh Haim2-5/+7
2016-12-19Add check for cache_size parameter input.Vyacheslav Ogai1-0/+2
2016-12-19Added a workaround for Ether.fieldsVyacheslav Ogai1-13/+27
2016-12-19Add field engine instructions templates metadata.Vyacheslav Ogai2-2/+18
2016-12-19Added autocompletion support for offset parameter.Vyacheslav Ogai1-7/+15
2016-12-19Update _existed_flow_var_names. Now it returns all Flow var names.Vyacheslav Ogai2-2/+9
2016-12-19Add more VM insructions.Vyacheslav Ogai1-27/+115
2016-12-19Support autocompletion for VM instruction parameters.Vyacheslav Ogai2-28/+76
2016-12-19Fix minor bugs in VM instructions.Vyacheslav Ogai1-43/+44