Skip to content

Commit fc1d2e0

Browse files
committed
test: Add Sysman VF Management CTS
Related-To: VLCLJ-2312 Signed-off-by: Vishnu Khanth <[email protected]>
1 parent cdb7f1d commit fc1d2e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance_tests/sysman/test_sysman_vf_management/src/test_sysman_vf_management.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ TEST_F(
358358
EXPECT_GE(engine_util.vfEngineType, ZES_ENGINE_GROUP_ALL);
359359
EXPECT_LE(engine_util.vfEngineType,
360360
ZES_ENGINE_GROUP_MEDIA_CODEC_SINGLE);
361-
EXPECT_GT(engine_util.activeCounterValue, 0);
361+
EXPECT_GE(engine_util.activeCounterValue, 0);
362362
EXPECT_GT(engine_util.samplingCounterValue, 0);
363363
}
364364
}

0 commit comments

Comments
 (0)