Skip to content

Commit 92fe245

Browse files
PeaceRebelHuijingHei
authored andcommitted
test/nfs: move nfs v4 test to rchos
This test is excluded for fcos and requires server packages to be installed on the os, hence seems specific to rhcos.
1 parent b33244b commit 92fe245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mantle/kola/tests/misc/nfs.go renamed to mantle/kola/tests/rhcos/nfs.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
package misc
15+
package rhcos
1616

1717
import (
1818
"fmt"
@@ -56,7 +56,7 @@ func init() {
5656
register.RegisterTest(&register.Test{
5757
Run: NFSv4,
5858
ClusterSize: 0,
59-
Name: "linux.nfs.v4",
59+
Name: "rhcos.nfs.v4",
6060
Description: "Verify that NFSv4 works.",
6161
ExcludeDistros: []string{"fcos"},
6262

0 commit comments

Comments
 (0)