All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] nfsv4/locks: fix unmatched filename
@ 2017-03-27  3:23 Xiao Yang
  2017-04-03 14:22 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Xiao Yang @ 2017-03-27  3:23 UTC (permalink / raw)
  To: ltp

Actually, locktests.tar.gz instead of locktests-2.tar.gz
is processed in locktests.py.

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
---
 testcases/network/nfsv4/locks/deploy_info  | 2 +-
 testcases/network/nfsv4/locks/locktests.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testcases/network/nfsv4/locks/deploy_info b/testcases/network/nfsv4/locks/deploy_info
index 4402f94..b8a4660 100644
--- a/testcases/network/nfsv4/locks/deploy_info
+++ b/testcases/network/nfsv4/locks/deploy_info
@@ -1,7 +1,7 @@
 locktest.py script aims to help deploying and running locktests over multiple NFS
 clients accessing the same server.
 
-The source code of NFS client test is in ./deploy/locktests-2.tar.gz
+The source code of NFS client test is in ./deploy/locktests.tar.gz
 
 Setting up lock test with several test machines.
 ================================================
diff --git a/testcases/network/nfsv4/locks/locktests.py b/testcases/network/nfsv4/locks/locktests.py
index a01630d..dd518ab 100755
--- a/testcases/network/nfsv4/locks/locktests.py
+++ b/testcases/network/nfsv4/locks/locktests.py
@@ -19,7 +19,7 @@ TEST_HOME="/home/vincent/locks/"
 testfile=NFS4_PATH+"/testfile"
 
 app="locktests"
-SRC="locktests-2.tar.gz"
+SRC="locktests.tar.gz"
 SRC_PATH="deploy"
 install="'tar xzf "+SRC+"; cd locks;  make `"
 user="root"
-- 
1.8.3.1




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

* [LTP] [PATCH] nfsv4/locks: fix unmatched filename
  2017-03-27  3:23 [LTP] [PATCH] nfsv4/locks: fix unmatched filename Xiao Yang
@ 2017-04-03 14:22 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2017-04-03 14:22 UTC (permalink / raw)
  To: ltp

Hi!
Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

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

end of thread, other threads:[~2017-04-03 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-27  3:23 [LTP] [PATCH] nfsv4/locks: fix unmatched filename Xiao Yang
2017-04-03 14:22 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.