commit | 5f8ca6cf04deca1b60e1e9ed212d38cc834f14d2 | [log] [tgz] |
---|---|---|
author | Alexey Kodanev <alexey.kodanev@oracle.com> | Fri Nov 11 18:44:08 2016 +0300 |
committer | Alexey Kodanev <alexey.kodanev@oracle.com> | Thu Dec 08 14:04:39 2016 +0300 |
tree | 683d5c38d31e6f9bcc2960900e976e64a4ebbaed | |
parent | 4096d1c7205c03829159ff0a81492c888371b267 [diff] |
network: test_net.sh: allow to run network tests on a single machine When 'RHOST' environment variable is not defined, test_net.sh will setup 'ltp_ns' netns and configure veth pair according to other LTP network variables. Then, each tst_rhost_run() call will be executed in the new netns on the same host. Usage: ./network.sh -i Signed-off-by: Alexey Kodanev <alexey.kodanev@oracle.com> Reviewed-by: Cyril Hrubis <chrubis@suse.cz>