Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Feb 2018 21:17:55 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r329036 - projects/zfsd/head/tests/sys/cddl/zfs/tests/zfsd
Message-ID:  <201802082117.w18LHtYV063468@repo.freebsd.org>

index | next in thread | raw e-mail

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()
 {


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802082117.w18LHtYV063468>