aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/nettest
AgeCommit message (Collapse)AuthorFilesLines
2018-04-25bugfix pip 10.0.0 issue in nettest dockerfilezhihui wu1-1/+1
Change-Id: Ie879efd662fba803cc5c6156c0981a0054e0f5da Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-04-13Revert "delete the code which will not included in Fraser"zhihui wu9-0/+1506
This reverts commit b34030013f9af4c40fd79850a85957c842e76595. Change-Id: Ief09eaa4b009a47d7509f548fc1117bb4839d2ba Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-04-08delete the code which will not included in Fraserzhihui wu9-1506/+0
- legacy code - the function of network test isn't completed. - outdated documents Change-Id: Id59d35f6985d876ef09aef0845dde38ae19b589a Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-03-26latency test bugfixQiang Dai1-4/+24
Change-Id: Ida6cb237e7827cd007253078a156104a71adddd3 Signed-off-by: Qiang Dai <Qiang.Dai@spirent.com>
2018-03-21Merge "Change nettest export port to 5000"zhihui wu1-1/+1
2018-03-20add nettest client code and some bugfixQiang Dai3-15/+14
1. add nettest client code 2. provide get testcase result file interface 3. delete useless code to avoid produce userdata file 4. modify throughput parameter to shrink test time Change-Id: I88edccab326381aadb6f7a64a6005e461325055b Signed-off-by: Qiang Dai <Qiang.Dai@spirent.com>
2018-03-20Change nettest export port to 5000zhihui wu1-1/+1
I misunderstood this export port before.Change it to the previous value. Change-Id: I8366c27d8763ea1c8eb140dbbb37cfcffe414dbf Signed-off-by: zhihui wu <wu.zhihui1@zte.com.cn>
2018-02-27support rfc2544 test using spirent virtual test centerQiang Dai9-0/+1487
1. support rfc2544 throughput and latency test with different packet size 2. support vswitch performance test based on STCv affinity deployment Change-Id: I597de973ab95039dcbcd2da8473a3a5c87a10c14 Signed-off-by: Qiang Dai <Qiang.Dai@spirent.com>