[LTP] [PATCH v2 3/3] nfs_lib: Add option to run traffic via lo on netns

Petr Vorel pvorel@suse.cz
Wed Mar 11 19:56:38 CET 2020


Hi Alexey,

...
> diff --git a/testcases/network/nfs/nfs_stress/nfs_lib.sh b/testcases/network/nfs/nfs_stress/nfs_lib.sh
...
> +# When set and test is using netns ($TST_USE_NETNS set) NFS traffic will go
> +# through lo interface instead of ltp_ns_veth* netns interfaces (useful for
> +# debugging whether test failures are related to veth/netns).
> +LTP_NFS_NETNS_USE_LO=
Sorry, this needs to be
LTP_NFS_NETNS_USE_LO=${LTP_NFS_NETNS_USE_LO:-}

+ suggest different name, if you don't like this.

Kind regards,
Petr


More information about the ltp mailing list