svn commit: r329036 - projects/zfsd/head/tests/sys/cddl/zfs/tests/zfsd

Alan Somers asomers at FreeBSD.org
Thu Feb 8 21:17:55 UTC 2018


Author: asomers
Date: Thu Feb  8 21:17:54 2018
New Revision: 329036
URL: https://svnweb.freebsd.org/changeset/base/329036

Log:
  Add gnop to require.progs in a few places where it was missing
  
  Sponsored by:	Spectra Logic Corp

Modified:
  projects/zfsd/head/tests/sys/cddl/zfs/tests/zfsd/zfsd_test.sh

Modified: projects/zfsd/head/tests/sys/cddl/zfs/tests/zfsd/zfsd_test.sh
==============================================================================
--- projects/zfsd/head/tests/sys/cddl/zfs/tests/zfsd/zfsd_test.sh	Thu Feb  8 21:16:50 2018	(r329035)
+++ projects/zfsd/head/tests/sys/cddl/zfs/tests/zfsd/zfsd_test.sh	Thu Feb  8 21:17:54 2018	(r329036)
@@ -352,7 +352,7 @@ atf_test_case zfsd_autoreplace_001_neg cleanup
 zfsd_autoreplace_001_neg_head()
 {
 	atf_set "descr" "A pool without autoreplace set will not replace by physical path"
-	atf_set "require.progs"  zpool camcontrol zfsd
+	atf_set "require.progs"  zpool camcontrol zfsd gnop
 	atf_set "timeout" 3600
 }
 zfsd_autoreplace_001_neg_body()
@@ -412,7 +412,7 @@ atf_test_case zfsd_autoreplace_003_pos cleanup
 zfsd_autoreplace_003_pos_head()
 {
 	atf_set "descr" "A pool with autoreplace set will replace by physical path even if a spare is active"
-	atf_set "require.progs"  zpool camcontrol zfsd
+	atf_set "require.progs"  zpool camcontrol zfsd gnop
 	atf_set "timeout" 3600
 }
 zfsd_autoreplace_003_pos_body()
@@ -442,7 +442,7 @@ atf_test_case zfsd_replace_001_pos cleanup
 zfsd_replace_001_pos_head()
 {
 	atf_set "descr" "ZFSD will automatically replace a SAS disk that dissapears and reappears in the same location, with the same devname"
-	atf_set "require.progs"  zpool camcontrol zfsd zfs
+	atf_set "require.progs"  zpool camcontrol zfsd zfs gnop
 }
 zfsd_replace_001_pos_body()
 {
@@ -498,7 +498,7 @@ atf_test_case zfsd_replace_003_pos cleanup
 zfsd_replace_003_pos_head()
 {
 	atf_set "descr" "ZFSD will correctly replace disks that dissapear and reappear with different devnames"
-	atf_set "require.progs"  zpool camcontrol zfsd zfs
+	atf_set "require.progs"  zpool camcontrol zfsd zfs gnop
 }
 zfsd_replace_003_pos_body()
 {


More information about the svn-src-projects mailing list