Skip to content

Commit

Permalink
test: CTS to test Sysman API's with core handle
Browse files Browse the repository at this point in the history
Signed-off-by: Vishnu Khanth <[email protected]>
  • Loading branch information
vishnu-khanth committed Oct 28, 2024
1 parent fbd190d commit 247044e
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,6 @@ TEST(
EXPECT_EQ(
ZE_RESULT_ERROR_UNINITIALIZED,
zesDeviceEventRegister(devices[0], ZES_EVENT_TYPE_FLAG_DEVICE_DETACH));
EXPECT_EQ(ZE_RESULT_ERROR_UNINITIALIZED,
zesDriverEventListen(drivers[0],
std::numeric_limits<uint32_t>::max(), 1,
&devices[0], &count, event_type.data()));
EXPECT_EQ(ZE_RESULT_ERROR_UNINITIALIZED,
zesDriverEventListenEx(drivers[0],
std::numeric_limits<uint64_t>::max(), 1,
&devices[0], &count, event_type.data()));
EXPECT_EQ(ZE_RESULT_ERROR_UNINITIALIZED,
zesDeviceEnumFabricPorts(devices[0], &count, nullptr));
EXPECT_EQ(ZE_RESULT_ERROR_UNINITIALIZED,
Expand Down Expand Up @@ -139,9 +131,6 @@ TEST(
zesDeviceEnumTemperatureSensors(devices[0], &count, nullptr));
EXPECT_EQ(ZE_RESULT_ERROR_UNINITIALIZED,
zesDeviceGetSubDevicePropertiesExp(devices[0], &count, nullptr));
EXPECT_EQ(ZE_RESULT_ERROR_UNINITIALIZED,
zesDriverGetDeviceByUuidExp(drivers[0], uuid, &device_handle,
&bool_false, &count));
// EXPECT_EQ(ZE_RESULT_ERROR_UNINITIALIZED,
// zesDeviceEnumEnabledVFExp(devices[0], &count, nullptr));
}
Expand Down

0 comments on commit 247044e

Please sign in to comment.