public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/4] netns: Report version of iproute2 tools in ver_linux
@ 2009-07-02  8:48 Matt Helsley
  2009-07-02  8:58 ` [LTP] [PATCH 2/4] netns: Add ip tools check to netns tests Matt Helsley
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Matt Helsley @ 2009-07-02  8:48 UTC (permalink / raw)
  To: subrata; +Cc: Poornima Nayak, LTP, Daniel Lezcano, Veerendra C, Munipradeep

Report the version of the ip route tools in ver_linux with ip -V. The
version is important to the netns testcases for example. Since it would
be useful for other testcases add it to the ver_linux script.

Signed-off-by: Matt Helsley <matthltc@us.ibm.com>
Cc: Daniel Lezcano <daniel.lezcano@free.fr>
Cc: Poornima Nayak <poornima.nayak@in.ibm.com>
Cc: Sudhir Kumar <skumar@linux.vnet.ibm.com>
Cc: Veerendra C <vechandr@in.ibm.com>
Cc: Munipradeep <mbeeraka@in.ibm.com>
Cc: ltp@list.sourceforge.net

---
 ver_linux |    3 +++
 1 file changed, 3 insertions(+)

Index: ltp/ver_linux
===================================================================
--- ltp.orig/ver_linux
+++ ltp/ver_linux
@@ -62,6 +62,9 @@ ps --version 2>&1 | awk 'NR==1{print "Pr
 ifconfig --version 2>&1 | grep tools | awk \
 'NR==1{print "Net-tools             ", $NF}'
 
+ip -V 2>&1 | awk \
+'NR==1{print "iproute2             ", $NF}'
+
 # Kbd needs 'loadkeys -h',
 loadkeys -h 2>&1 | awk \
 '(NR==1 && ($3 !~ /option/)) {print "Kbd                   ", $3}'

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-07-07  2:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-02  8:48 [LTP] [PATCH 1/4] netns: Report version of iproute2 tools in ver_linux Matt Helsley
2009-07-02  8:58 ` [LTP] [PATCH 2/4] netns: Add ip tools check to netns tests Matt Helsley
2009-07-06 15:50   ` Subrata Modak
2009-07-02  9:02 ` [LTP] [PATCH 3/4] netns: Fixup non-sh syntax Matt Helsley
2009-07-03  3:33   ` Garrett Cooper
2009-07-02  9:05 ` [LTP] [PATCH 4/4] netns: Change interpretters from sh to bash Matt Helsley
2009-07-02 18:35   ` Mike Frysinger
2009-07-02 20:32     ` Matt Helsley
2009-07-02 22:09       ` Mike Frysinger
2009-07-06 21:51         ` [LTP] [PATCH] Remove bashisms (WAS Re: [PATCH 4/4] netns: Change interpretters from sh to bash) Matt Helsley
2009-07-06 21:57           ` Garrett Cooper
2009-07-06 23:10           ` Jiří Paleček
2009-07-06 23:24             ` Mike Frysinger
2009-07-07  1:30             ` Matt Helsley
2009-07-06 15:50       ` [LTP] [PATCH 4/4] netns: Change interpretters from sh to bash Subrata Modak
2009-07-06 15:50 ` [LTP] [PATCH 1/4] netns: Report version of iproute2 tools in ver_linux Subrata Modak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox