[LTP] [PATCH 1/2] network/busy_poll: Fix tests in namespaced env
Alexey Kodanev
aleksei.kodanev@bell-sw.com
Tue Jun 1 10:48:44 CEST 2021
On 31.05.2021 16:53, Martin Doucha wrote:
> Signed-off-by: Martin Doucha <mdoucha@suse.cz>
> ---
> testcases/network/busy_poll/busy_poll01.sh | 15 ++++++---------
> testcases/network/busy_poll/busy_poll02.sh | 7 +++----
> testcases/network/busy_poll/busy_poll03.sh | 7 +++----
> 3 files changed, 12 insertions(+), 17 deletions(-)
>
> diff --git a/testcases/network/busy_poll/busy_poll01.sh b/testcases/network/busy_poll/busy_poll01.sh
>
Hi Martin,
...
> setup()
> {
> busy_poll_check_config
>
> - busy_poll_old="$(cat /proc/sys/net/core/busy_poll)"
> - rbusy_poll_old=$(tst_rhost_run -c 'cat /proc/sys/net/core/busy_poll')
> + busy_poll_old="$(sysctl -n /proc/sys/net/core/busy_poll)"
> + rbusy_poll_old=$(tst_rhost_run -c 'sysctl -ne /proc/sys/net/core/busy_poll')
> }
Here should be net.core.busy_poll, not the path.
Otherwise looks good.
More information about the ltp
mailing list