History log of /external/ltp/testcases/network/stress/interface/if-mtu-change
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8596f013dd39389dd67176855e8e4283a6e89d12 11-Sep-2017 Petr Vorel <pvorel@suse.cz> network/stress: Fix using undefined variables in interface tests

This is a regression introduced in 364df04c8 ("network/stress: Add
library helper for stress testing")

Signed-off-by: Petr Vorel <pvorel@suse.cz>
/external/ltp/testcases/network/stress/interface/if-mtu-change
6006eeecbff58d50ecaf27655787322fcc321709 11-Sep-2017 Alexey Kodanev <alexey.kodanev@oracle.com> net: remove EXPECT_PASS usage with tst_ping()

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/network/stress/interface/if-mtu-change
ae97b462410be9b5319d7454ce55f7c3829bdec1 25-Aug-2017 Petr Vorel <pvorel@suse.cz> network/stress: Simplify make_background_tcp_traffic usage

Signed-off-by: Petr Vorel <pvorel@suse.cz>
/external/ltp/testcases/network/stress/interface/if-mtu-change
364df04c854781207adf20495676bda54509c783 25-Aug-2017 Petr Vorel <pvorel@suse.cz> network/stress: Add library helper for stress testing

+ use it in interface stress tests

test_net_stress.sh:
* test_net_stress.sh library is intended to be used throughout all
stress tests reduce duplicity and use code from test_net.sh where
possible instead of legacy scripts in testcases/network/stress/ns-tools/.
* TCID set automatically from basename.
* Add "unused network" related variables. So far used only IPv4 ones.
* Functions from if-lib.sh moved and (and some renamed) to
test_net_stress.sh as they are going to be reused in other tests (not
just interface stress tests).

Interfaces stress tests:
* Interfaces tests use test_net_stress.sh.
* Remove restore_ipaddr from cleanup functions as these functions would
break netns testing with RTNETLINK errors. Use them just in setup during
if-mtu-change where are really needed.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/network/stress/interface/if-mtu-change
d17aac79d4f66b7e51abd9f33158f0f19fe7272c 27-Feb-2017 Alexey Kodanev <alexey.kodanev@oracle.com> net: interfaces: various fixes

* if-addr-adddel: fix 'od' command on sparc, use explicit type -t u1;

* if4-addr-change: fix 'local: can only be used in a function' error;

* call tst_wait_ipv6_dad() after restoring interface configuration and
brining up interface in 'if-updown' tests;

* remove tst_restore_ipaddr() from tests which don't change IP addresses
or routes;

* if-mtu-change:
* save MTU before test and restore in cleanup;
* change MTU on both ends;
* tst_sleep (change inerval) right after changing MTU and before tst_ping;
* use 552 as a minimum mtu for IPv4 (net.ipv4.route.min_pmtu);
* pass different message sizes to tst_ping in order to test fragmentation;

* change check interval calculation, allow to have up to 20 intervals, not 100;

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/network/stress/interface/if-mtu-change
8f2ec31f1e313a77ad49793de22bdb76b96ac29d 22-Sep-2016 Alexey Kodanev <alexey.kodanev@oracle.com> network: rename tcp_fastopen.c to netstress.c

tcp_fastopen test used in various parts of network tests to
run TCP/UDP network load. The more appropriate name would be
netstress, as tcp_fastopen is very specific.

Move it from 'tcp_fastopen' test directory (where tcp_fastopen_run.sh
wrapper will be left untouched) to 'netstress' directory and update
tests with new name.

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/network/stress/interface/if-mtu-change
c1686ca181a5fc6727ae6c5f7d334dd9e2a7ede0 12-Feb-2015 Alexey Kodanev <alexey.kodanev@oracle.com> network/stress/interface: cleanup and fix 'mtu' test

In the end of test-case set default 1500 mtu back

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/network/stress/interface/if-mtu-change
f5cc86318fafd9fbe3c39036c3766e052567f0cd 01-Feb-2015 Alexey Kodanev <alexey.kodanev@oracle.com> network/stress/interface: rename if4-* tests

Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com>
/external/ltp/testcases/network/stress/interface/if-mtu-change