ULT renaming: Level Zero Misc tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski 2021-03-07 13:59:41 +00:00 committed by Compute-Runtime-Automation
parent 056300f01f
commit 07eb59d400
2 changed files with 2 additions and 3 deletions

View File

@ -787,7 +787,7 @@ TEST(DevicePropertyFlagDiscreteDeviceTest, givenDiscreteDeviceThenCorrectDeviceP
EXPECT_EQ(0u, deviceProps.flags & ZE_DEVICE_PROPERTY_FLAG_INTEGRATED);
}
TEST(zeDevice, givenValidImagePropertiesStructGetImageProperties) {
TEST(zeDevice, givenValidImagePropertiesStructWhenGettingImagePropertiesThenSuccessIsReturned) {
Mock<Device> device;
ze_result_t result;
ze_device_image_properties_t imageProperties;

View File

@ -38,8 +38,7 @@ TEST(zeInit, whenCallingZeInitThenInitializeOnDriverIsCalled) {
using DriverVersionTest = Test<DeviceFixture>;
TEST_F(DriverVersionTest,
givenCallToGetExtensionPropertiesThenSupportedExtensionsAreReturned) {
TEST_F(DriverVersionTest, givenCallToGetExtensionPropertiesThenSupportedExtensionsAreReturned) {
uint32_t count = 0;
ze_result_t res = driverHandle->getExtensionProperties(&count, nullptr);
EXPECT_EQ(count, static_cast<uint32_t>(driverHandle->extensionsSupported.size()));