Whamcloud - gitweb
LU-3072 test: add more operations to racer 36/5936/7
authorJohn L. Hammond <john.hammond@intel.com>
Wed, 3 Apr 2013 22:39:56 +0000 (17:39 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 6 Aug 2014 20:02:42 +0000 (20:02 +0000)
commitde0b4231c2b57d1517ea19de5cb224aa275cbdd8
treed84ec288fda112e46a87719a94845a1295d5c2ad
parentd14c3dfec382446a2f5e4e91c56d162e56563d0f
LU-3072 test: add more operations to racer

Add chown, chmod, truncate, delxattr, getxattr, setxattr, and mknod to
racer. In lustre/utils/truncate.c print errors to stderr. Add a
default definition for MCREATE to init_test_env() in test-framework.sh
and remove definitions of MCREATE in various tests.

Test-Parameters: testlist=racer
Test-Parameters: testlist=racer
Test-Parameters: testlist=racer
Signed-off-by: John L. Hammond <john.hammond@intel.com>
Change-Id: Ic366ac8e397035cd68cee5ebeda8408252a2c388
Reviewed-on: http://review.whamcloud.com/5936
Tested-by: Jenkins
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
15 files changed:
lustre/tests/racer/file_chmod.sh [new file with mode: 0755]
lustre/tests/racer/file_chown.sh [new file with mode: 0755]
lustre/tests/racer/file_delxattr.sh [new file with mode: 0755]
lustre/tests/racer/file_getxattr.sh [new file with mode: 0755]
lustre/tests/racer/file_mknod.sh [new file with mode: 0755]
lustre/tests/racer/file_setxattr.sh [new file with mode: 0755]
lustre/tests/racer/file_truncate.sh [new file with mode: 0755]
lustre/tests/racer/racer.sh
lustre/tests/runtests
lustre/tests/sanity-hsm.sh
lustre/tests/sanity-lfsck.sh
lustre/tests/sanity.sh
lustre/tests/sanityn.sh
lustre/tests/test-framework.sh
lustre/tests/truncate.c