Skip to content

Commit d43887b

Browse files
committed
Primary JIRA: VLCLJ-2513
Sub-tasks: VLCLJ-2570, VLCLJ-2568, VLCLJ-2577 Fix: Handling GTEST_FAIL logic for multi-device scenario for power, performance and scheduler modules. Signed-off-by: viki435 <[email protected]>
1 parent e26691c commit d43887b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conformance_tests/sysman/test_sysman_power/src/test_sysman_power.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ LZT_TEST_F(
13411341
auto power_handles = lzt::get_power_handles(device, count);
13421342
if (count > 0) {
13431343
is_power_supported = true;
1344-
LOG_INFO << "Power handles are found on this device! ";
1344+
LOG_INFO << "Power handles are available on this device! ";
13451345
auto start = std::chrono::steady_clock::now();
13461346
auto energy_counters = lzt::get_power_energy_counter(power_handles);
13471347
auto end = std::chrono::steady_clock::now();

0 commit comments

Comments
 (0)