File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
conformance_tests/sysman/test_sysman_power/src Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -1100,10 +1100,6 @@ LZT_TEST_F(
1100
1100
is_power_supported = true ;
1101
1101
LOG_INFO << " Power handles are available on this device! " ;
1102
1102
auto p_power_handles = lzt::get_power_handles (device, count);
1103
- if (count == 0 ) {
1104
- FAIL () << " No handles found: "
1105
- << _ze_result_t (ZE_RESULT_ERROR_UNSUPPORTED_FEATURE);
1106
- }
1107
1103
for (auto p_power_handle : p_power_handles) {
1108
1104
auto p_properties = lzt::get_power_properties (p_power_handle);
1109
1105
if (p_properties.onSubdevice == true ) {
@@ -1304,8 +1300,7 @@ LZT_TEST_F(
1304
1300
auto p_performance_handles =
1305
1301
lzt::get_performance_handles (device, perf_count);
1306
1302
if (perf_count == 0 ) {
1307
- FAIL () << " No handles found: "
1308
- << _ze_result_t (ZE_RESULT_ERROR_UNSUPPORTED_FEATURE);
1303
+ FAIL () << " No performance handles found for this device! " ;
1309
1304
}
1310
1305
for (auto p_performance_handle : p_performance_handles) {
1311
1306
zes_perf_properties_t p_perf_properties =
You can’t perform that action at this time.
0 commit comments