summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/functional_tests
AgeCommit message (Collapse)AuthorFilesLines
2017-03-16minorYaroslav Brustinov1-2/+1
Change-Id: I646012bbc2fec508f7ceffdf7af28888ca5341d2 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-03-16Regression: test for Scapy offsets:Yaroslav Brustinov1-0/+87
* build / no build * pcap buffer / native Scapy Change-Id: Ifa0bc8bf51bced71ea320d3f75ba456242be4451 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2017-01-20add bp-sim-64 test with client config; move generated files to generated ↵Yaroslav Brustinov3-66/+81
directory Change-Id: I036e5666d1a2b1ec8045f82df64cce08503cdc80 Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-16change order of cores in produced config fileYaroslav Brustinov1-11/+11
fix bug of writing reduced number of cores in VM try using "main" thread for rx Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-10Add nicer error if -c is bigger than number of threads in platform configYaroslav Brustinov1-1/+2
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-11-02dpdk_setup_ports.py config creation:Yaroslav Brustinov1-32/+32
1) MACs as string instead of array. 2) add --force-macs flag to use MACs and not IPs Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-31regression functional gtests fix importsYaroslav Brustinov1-0/+2
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-31regression: fix gtests in functional can't run on b94Yaroslav Brustinov1-1/+1
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-30add gtests as functional testYaroslav Brustinov1-0/+44
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
2016-10-27Fix to functional testsIdo Barnea2-7/+7
Signed-off-by: Ido Barnea <ibarnea@cisco.com>
2016-09-25split multicore - all tests passimarom1-0/+3
2016-09-25Splitter - padding for non circular VMsimarom1-11/+26
2016-09-13fix regressionHanoh Haim1-2/+2
2016-09-13fix random_limit max valueHanoh Haim1-4/+1
2016-09-13add repetable_random example profileHanoh Haim1-4/+4
2016-09-04scapy service: added version handler, added packet reconstruct from binary, ↵itraviv2-223/+0
added support for building packet from dictionary, added support for scapy field enhancement. scapy_zmq_server: fixed some path issues, changed minor argument parsing
2016-08-19disable scapy_server testYaroslav Brustinov1-0/+0
2016-08-18revert mmain_dpdk.h commited by mistake codeYaroslav Brustinov1-0/+698
add create config functional test change order of cores in config file
2016-08-18fixed path issue to resolve path for VXLAN and MPLSitraviv1-1/+2
2016-08-18Merge branch 'scapy_server'itraviv1-0/+221
2016-08-18scapy_server_test:itraviv1-1/+3
skiping python3 tests scapy_service.py: minor changes to protocol_struct function zmq_client: added zmq_server: minor changes in exception handling
2016-08-15scapy_server_test:itraviv1-69/+55
added cases for testing: GRE, VXML, DNS, IPv6 changed test functions to include only the testted object and created other functions as testing engines. scapy_service: added api class. added documentry for api class changed method functions to include underscore
2016-08-101)added feature: running the entire test via RPC (over ZMQ) on a "remote" ↵itraviv1-4/+23
scapy server. 2) the mentioned above server is implemented as a thread running on the local machine,so in this commit a thread mechanism is added
2016-08-09added wrapper class to support testing of scapy_server, this class wraps ↵itraviv1-6/+81
server interaction. added test of offsets versus actual packet dump
2016-08-07regression: compare pcaps in functional tests robust to order of packets ↵Yaroslav Brustinov1-4/+23
with same timestamp
2016-08-07generated code on PCAP should be fixed to support default MACsimarom1-8/+8
2016-08-07random tests are now provided with seedimarom1-31/+50
2016-08-041) made a class Scapy_server encapsulating scapy_wrapper and scapy_serviceitraviv1-1/+1
2) fixed some exception handling
2016-08-041) changed class name to 'scapy_service'itraviv1-6/+7
2) changed returned values to be dictionaries instead of arrays
2016-08-03fixed path after relocation of scapy_serveritraviv1-99/+58
2016-07-31Merge branch 'master' into scapy_serveritraviv1-3/+5
2016-07-31scapy_server for GUI+testitraviv1-0/+179
2016-06-23regression functional test stl_basic_tests: add error message to assertYaroslav Brustinov1-3/+3
2016-06-22adding flow stat profiles to simulator testsIdo Barnea1-0/+2
2016-06-05regression: add path to stl-sim at testsYaroslav Brustinov1-2/+2
2016-05-23replace t-rex to TRexYaroslav Brustinov1-3/+3
regression: instead of checking map and reconnecting for eact STL test, do in only for those with disconnect (+revert of commit 0f8e6065f467703b1461e87c3912f8d4bd616807)
2016-05-11add cache mode testHanoh Haim1-2/+4
2016-04-21regression: fix functional filters test pathYaroslav Brustinov1-8/+1
stateful API: add get_files, get_files_list
2016-04-19Merge git://github.com/danklein10/trex-core into danklein10-masterimarom1-0/+107
also adding some tweaks to the TUI Conflicts: scripts/automation/trex_control_plane/stl/console/trex_tui.py
2016-04-19All unit tests passes with both python 2 and python 3.Dan Klein1-1/+1
Added more documentation to the ToggleFilter class.
2016-04-14regression: python3 supportYaroslav Brustinov2-3/+4
2016-04-10factor was brokenimarom1-1/+1
2016-04-10fixed 10.0.0.X / 8.0.0.X to 16.0.0.X / 48.0.0.Ximarom1-6/+41
2016-04-10added tests for multi coreimarom1-0/+11
2016-04-09added multiple toggle optionDan Klein1-3/+83
all test passed!
2016-04-08fixed import issue in test (ugly fix for now)Dan Klein1-1/+8
2016-04-08added filters.py ToggleFilter functionality, and its test fileDan Klein1-0/+20
2016-03-31fix david regression issuesHanoh Haim1-1/+2
2016-03-23python 3 - regressionimarom3-9/+11
2016-03-23yes...again Python3....imarom5-80/+79