summaryrefslogtreecommitdiffstats
path: root/scripts/automation
AgeCommit message (Collapse)AuthorFilesLines
2016-08-111)removed unnecessary files from repositoryitraviv4-641/+2
2)fixed bug in checking update of data-base
2016-08-11IPv6 Latency/flow stats on x710 - supporting all packet typesIdo Barnea1-1/+1
2016-08-10***this is an example for a JSON-RPC (over ZMQ) client.***itraviv1-0/+45
started with -s for server IP address (default is local-host) started with -p for port number
2016-08-10move 'main' function to bottom of fileitraviv1-19/+14
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-101) fixed "main function": mechanism for running this script as a stand-alone ↵itraviv1-17/+29
program and running it from another python script 2) added closure of sockets and context explicitly (counting on python garbage-collector caused errors) 3) added support for 'remote shutdown' feature. now the server can be shut-down using 'shut_down' method as RPC from client
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-09changed file name from scapy_server to scapy_serviceitraviv2-0/+396
changed file for scapy_zmq_server changed functionality for scapy_server, added support for port with -s flag. scapy_service now functions as a service for the server wrapper
2016-08-08Fix to stateless latency testIdo Barnea1-2/+2
2016-08-08IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 ↵Ido Barnea1-2/+3
packets with extension header.
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 seedimarom2-34/+53
2016-08-04server was made as an object with execute functionitraviv1-34/+39
2016-08-041) made a class Scapy_server encapsulating scapy_wrapper and scapy_serviceitraviv3-66/+10
2) fixed some exception handling
2016-08-041) added build_pkt when calculating offsetsitraviv1-0/+1
2016-08-041) changed class name to 'scapy_service'itraviv4-21/+173
2) changed returned values to be dictionaries instead of arrays
2016-08-04Added IPv6 router config to stateless testsIdo Barnea1-1/+2
2016-08-04remove 10G setups from ipv6 latency testsIdo Barnea1-5/+11
2016-08-04fix for failing testimarom1-2/+1
2016-08-03stf daemon: add support for zipped zmqYaroslav Brustinov2-6/+42
2016-08-03add -m bpsl1Hanoh Haim1-4/+13
2016-08-03fix for https://trex-tgn.cisco.com/youtrack/issue/trex-226imarom1-0/+27
commit #trex-226
2016-08-03IPv6 latency tests and --rx-check testsIdo Barnea3-4/+21
2016-08-03Merge remote-tracking branch 'origin/master'Yaroslav Brustinov6-35/+58
2016-08-03set default stateful duration 1 hour, forbid duration in statelessYaroslav Brustinov3-5/+59
add "add_profile"stateless Python API command fix trex_perf.py
2016-08-03async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232imarom6-35/+58
2016-08-03fixed path after relocation of scapy_serveritraviv1-99/+58
2016-08-031) changed location. from examples to servicesitraviv1-0/+275
2) added wrapper scapy server class
2016-08-02stf daemon another python3 fixYaroslav Brustinov1-1/+1
2016-08-01Python3 support for Stateful daemonYaroslav Brustinov7-36/+62
Python 3.5 support in ZMQ Verify ZMQ health in Stateful daemon Add get_trex_config() command to Stateful daemon Strip debug info on Python ZMQ .so files
2016-07-31fixed error handling in get_all_pkt_offsets, added return of error code ↵itraviv1-19/+24
tuple as same as build_pkt
2016-07-31Merge branch 'master' into scapy_serveritraviv39-811/+2392
2016-07-31scapy_server for GUI+testitraviv2-0/+451
2016-07-27support for graceful shutdownimarom3-6/+52
2016-07-26regression: aggregate_results script exit with fail/success status of build.Yaroslav Brustinov1-0/+5
2016-07-26some more TUI fixesimarom6-25/+69
2016-07-25TRex console - add support for L1 BPSimarom1-48/+44
https://trex-tgn.cisco.com/youtrack/issue/trex-230
2016-07-25Add Ubuntu 16.04.1 LTS koYaroslav Brustinov3-2/+194
Regression: Remove skip of test_static_routing_imix Add trex15 setup details
2016-07-25TUI - stdout close/reopen issuesimarom1-6/+2
2016-07-25TUI tweaksimarom4-110/+144
2016-07-21faster TUI: no flickers and more...imarom2-32/+135
1. made stdout full buffered (no in-middle print) 2. added TAB for filenames auto-complete
2016-07-15remove IMIX for now due to an issue in trex09Hanoh Haim1-0/+2
2016-07-12NAT seq num randomization regression testsIdo Barnea6-0/+13
2016-07-08fix multicast being counted as ierrorYaroslav Brustinov5-52/+35
2016-07-06increase server<->client API version from 1.2 to 1.3Yaroslav Brustinov1-2/+1
various fixes
2016-07-06TUI: crash when history is emptyimarom1-1/+1
2016-07-06TUI mode (--tui) locked on legendimarom3-17/+53
2016-07-06TUI - added left, right, end , del keysimarom1-36/+105
also history is updated when leaving TUI
2016-07-06regression: fix to wantFunction overrideYaroslav Brustinov1-4/+1