diff mbox series

change the default command file of network

Message ID 1536022690-17612-2-git-send-email-yangx.jy@cn.fujitsu.com
State Accepted
Delegated to: Petr Vorel
Headers show
Series change the default command file of network | expand

Commit Message

Xiao Yang Sept. 4, 2018, 12:58 a.m. UTC
From: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>

The options -N of runltp means "Run all the networking tests", and when
exec  runltp -N and no command files were provied, the cmmand file of
"$LTPROOT/scenario_groups/network" should execute, so the the "$LTPROOT/
scenario_groups/network" should include the all the networking tests.

Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>
---
 scenario_groups/network | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

Comments

Petr Vorel Sept. 3, 2018, 9:40 a.m. UTC | #1
Hi Sun,

> From: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>

> The options -N of runltp means "Run all the networking tests", and when
> exec  runltp -N and no command files were provied, the cmmand file of
> "$LTPROOT/scenario_groups/network" should execute, so the the "$LTPROOT/
> scenario_groups/network" should include the all the networking tests.

> Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>

Acked-by: Petr Vorel <pvorel@suse.cz>

> ---
>  scenario_groups/network | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)

> diff --git a/scenario_groups/network b/scenario_groups/network
> index bf857b09e..d447daf88 100644
> --- a/scenario_groups/network
> +++ b/scenario_groups/network
> @@ -1,4 +1,22 @@
> +can
> +net.features
> +net.ipv6
> +net.ipv6_lib
>  net.tcp_cmds
>  net.multicast
>  net.rpc
>  net.nfs
> +net.rpc_tests
> +net.tirpc_tests
> +net.sctp
> +network_commands
> +net_stress.appl
> +net_stress.broken_ip
> +net_stress.interface
> +net_stress.ipsec_dccp
> +net_stress.ipsec_icmp
> +net_stress.ipsec_sctp
> +net_stress.ipsec_tcp
> +net_stress.ipsec_udp
> +net_stress.multicast
> +net_stress.route

Although, network.sh is preferred way to run network tests.

+ net_stress.multicast and net_stress.route needs remove dependency on rsh,
so it's a question whether add them now.


Kind regards,
Petr
Petr Vorel Sept. 24, 2018, 6:58 a.m. UTC | #2
Hi Sun,

> > From: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>

> > The options -N of runltp means "Run all the networking tests", and when
> > exec  runltp -N and no command files were provied, the cmmand file of
> > "$LTPROOT/scenario_groups/network" should execute, so the the "$LTPROOT/
> > scenario_groups/network" should include the all the networking tests.

> > Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com>

> Acked-by: Petr Vorel <pvorel@suse.cz>

> > ---
> >  scenario_groups/network | 18 ++++++++++++++++++
> >  1 file changed, 18 insertions(+)
...

> Although, network.sh is preferred way to run network tests.

> + net_stress.multicast and net_stress.route needs remove dependency on rsh,
> so it's a question whether add them now.

Pushed (with net_stress.multicast and net_stress.route).


Kind regards,
Petr
diff mbox series

Patch

diff --git a/scenario_groups/network b/scenario_groups/network
index bf857b09e..d447daf88 100644
--- a/scenario_groups/network
+++ b/scenario_groups/network
@@ -1,4 +1,22 @@ 
+can
+net.features
+net.ipv6
+net.ipv6_lib
 net.tcp_cmds
 net.multicast
 net.rpc
 net.nfs
+net.rpc_tests
+net.tirpc_tests
+net.sctp
+network_commands
+net_stress.appl
+net_stress.broken_ip
+net_stress.interface
+net_stress.ipsec_dccp
+net_stress.ipsec_icmp
+net_stress.ipsec_sctp
+net_stress.ipsec_tcp
+net_stress.ipsec_udp
+net_stress.multicast
+net_stress.route