]> git.proxmox.com Git - mirror_zfs.git/commit
Move ziltest.sh to the ZTS framework
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 8 Feb 2017 01:12:53 +0000 (20:12 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 9 Feb 2017 01:28:22 +0000 (17:28 -0800)
commitb0eac56a4d69c6f2ae7cb1937cf59e05c52e3a60
tree2aa83013ca12ebc248b9813da9e3735daa600596
parentea7e86d8dbbfbaa96a3b018a80397cb24befcb72
Move ziltest.sh to the ZTS framework

The ziltest.sh script is a test case designed to verify the correct
functioning of the ZIL.  For historical reasons it was never added
to the test suite and was always run independantly.

This change rectifies that.  The existing ziltest.sh has been
translated in to `slog_015_pos.ksh` and added to the existing
slog test cases.

Reviewed-by: Don Brady <don.brady@intel.com>
Reviewed-by: Chunwei Chen <david.chen@osnexus.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #5758
TEST
scripts/Makefile.am
scripts/ziltest.sh [deleted file]
tests/runfiles/linux.run
tests/zfs-tests/tests/functional/slog/Makefile.am
tests/zfs-tests/tests/functional/slog/slog.cfg
tests/zfs-tests/tests/functional/slog/slog.kshlib
tests/zfs-tests/tests/functional/slog/slog_015_pos.ksh [new file with mode: 0755]