Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-10 | 1)added feature: running the entire test via RPC (over ZMQ) on a "remote" ↵ | 1 | -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-10 | 1) fixed "main function": mechanism for running this script as a stand-alone ↵ | 1 | -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-09 | added wrapper class to support testing of scapy_server, this class wraps ↵ | 1 | -6/+81 | ||
server interaction. added test of offsets versus actual packet dump | |||||
2016-08-09 | changed file name from scapy_server to scapy_service | 2 | -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-04 | server was made as an object with execute function | 1 | -34/+39 | ||
2016-08-04 | 1) made a class Scapy_server encapsulating scapy_wrapper and scapy_service | 3 | -66/+10 | ||
2) fixed some exception handling | |||||
2016-08-04 | 1) added build_pkt when calculating offsets | 1 | -0/+1 | ||
2016-08-04 | 1) changed class name to 'scapy_service' | 4 | -21/+173 | ||
2) changed returned values to be dictionaries instead of arrays | |||||
2016-08-03 | fixed path after relocation of scapy_server | 1 | -99/+58 | ||
2016-08-03 | 1) changed location. from examples to services | 1 | -0/+275 | ||
2) added wrapper scapy server class | |||||
2016-07-31 | fixed error handling in get_all_pkt_offsets, added return of error code ↵ | 1 | -19/+24 | ||
tuple as same as build_pkt | |||||
2016-07-31 | Merge branch 'master' into scapy_server | 87 | -938/+2974 | ||
2016-07-31 | scapy_server for GUI+test | 2 | -0/+451 | ||
2016-07-27 | support for graceful shutdown | 3 | -6/+52 | ||
2016-07-26 | regression: aggregate_results script exit with fail/success status of build. | 1 | -0/+5 | ||
2016-07-26 | some more TUI fixes | 6 | -25/+69 | ||
2016-07-25 | TRex console - add support for L1 BPS | 1 | -48/+44 | ||
https://trex-tgn.cisco.com/youtrack/issue/trex-230 | |||||
2016-07-25 | Add Ubuntu 16.04.1 LTS ko | 4 | -2/+194 | ||
Regression: Remove skip of test_static_routing_imix Add trex15 setup details | |||||
2016-07-25 | TUI - stdout close/reopen issues | 1 | -6/+2 | ||
2016-07-25 | TUI tweaks | 4 | -110/+144 | ||
2016-07-21 | faster TUI: no flickers and more... | 2 | -32/+135 | ||
1. made stdout full buffered (no in-middle print) 2. added TAB for filenames auto-complete | |||||
2016-07-15 | remove IMIX for now due to an issue in trex09 | 1 | -0/+2 | ||
2016-07-15 | Merge rwhitworth fix | 1 | -1/+1 | ||
2016-07-13 | better error handling for trex-cfg | 1 | -8/+14 | ||
2016-07-12 | NAT seq num randomization regression tests | 6 | -0/+13 | ||
2016-07-12 | NAT seq num randomization working version - Missing some functionality | 3 | -0/+0 | ||
2016-07-08 | fix multicast being counted as ierror | 5 | -52/+35 | ||
2016-07-06 | increase server<->client API version from 1.2 to 1.3 | 3 | -10/+17 | ||
various fixes | |||||
2016-07-06 | TUI: crash when history is empty | 1 | -1/+1 | ||
2016-07-06 | TUI mode (--tui) locked on legend | 3 | -17/+53 | ||
2016-07-06 | TUI - added left, right, end , del keys | 1 | -36/+105 | ||
also history is updated when leaving TUI | |||||
2016-07-06 | regression: fix to wantFunction override | 1 | -4/+1 | ||
2016-07-05 | various fixes | 6 | -20/+22 | ||
2016-07-05 | TUI phase 500 ! | 3 | -65/+89 | ||
2016-07-05 | TUI with console - awesome ! | 2 | -59/+117 | ||
2016-07-05 | TUI integrated with console | 2 | -29/+242 | ||
2016-07-05 | profile console command was broken on Python 3 | 1 | -1/+1 | ||
2016-07-04 | regression: disable rx negative on trex14 | 1 | -1/+1 | ||
2016-07-04 | trex14 and trex07 nat benchmarks update | 2 | -10/+6 | ||
2016-07-04 | Merge branch 'master' into cpu_per_core | 10 | -94/+333 | ||
2016-07-04 | Merge branch 'master' into cpu_per_core | 4 | -32/+122 | ||
2016-07-04 | trex_client: sample each second | 7 | -225/+362 | ||
stateful result object: add method to get avg value at steady state regression: add -t flag to run specific test by name (without file and class) update trex07 benchmarks | |||||
2016-07-03 | moved client config template file to ./cfg | 1 | -0/+0 | ||
2016-07-03 | added a template for client config file | 1 | -0/+56 | ||
2016-07-01 | reducing rate of latency packets inregression | 1 | -2/+2 | ||
2016-06-30 | Latency test fixes for regression | 1 | -4/+6 | ||
2016-06-29 | flow stat/latency error counters code + documentation | 4 | -40/+99 | ||
2016-06-28 | fix spelling of Ubuntu | 1 | -1/+1 | ||
2016-06-28 | increase MTU on regression routers to 9500, to make jumbo packets tests work | 1 | -2/+2 | ||
2016-06-27 | latency field engine tests | 1 | -35/+56 | ||