Skip to content

Commit 781e95c

Browse files
Address AI comments
1 parent 902483c commit 781e95c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

feature/system/mount_points/tests/system_mount_points_state/system_mount_points_state_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,11 @@ func TestMain(m *testing.M) {
4444
func TestSystemMountPointState(t *testing.T) {
4545
dut := ondatra.DUT(t, "dut")
4646

47-
if deviations.MountPointStatePathsUnsupported(dut) {
48-
t.Skipf("Mount point state paths are unsupported and there is no functional translator")
49-
}
5047
opts := getOptsForFunctionalTranslator(t, dut, deviations.SystemMountPointStateFt(dut))
5148
mountPointNames := gnmi.GetAll(t, dut.GNMIOpts().WithYGNMIOpts(opts...), gnmi.OC().System().MountPointAny().Name().State())
5249

5350
if len(mountPointNames) == 0 {
54-
t.Errorf("No mount points found when one or more are expected!")
51+
t.Fatalf("No mount points found when one or more are expected!")
5552
}
5653

5754
for _, mountPointName := range mountPointNames {

0 commit comments

Comments
 (0)