From 26873b180b1f6e4e5d00c9964a3e1ec4ddbb920c Mon Sep 17 00:00:00 2001 From: Mircea-Aurelian Dan Date: Thu, 16 May 2024 14:42:58 +0000 Subject: [PATCH] Backmerge tests #2 --- .../behavior/ov_plugin/properties_tests.cpp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/plugins/intel_npu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp b/src/plugins/intel_npu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp index 0596bf51bfa336..22142709fad44b 100644 --- a/src/plugins/intel_npu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp +++ b/src/plugins/intel_npu/tests/functional/shared_tests_instances/behavior/ov_plugin/properties_tests.cpp @@ -70,9 +70,9 @@ const std::vector ImmutableProperties{ov::supported_properties.name ov::range_for_streams.name(), ov::device::uuid.name(), ov::device::architecture.name(), - ov::device::full_name.name() - -}; + ov::device::full_name.name(), + ov::device::pci_info.name(), + ov::device::gops.name()}; const std::vector CorrectCompiledModelProperties = { {{ov::device::id.name(), removeDeviceNameOnlyID(ov::test::utils::getTestsPlatformFromEnvironmentOr("3700"))}}, @@ -97,7 +97,13 @@ const std::vector IncorrectImmutableProperties = { ov::device::UUID{std::array{ 0x12, 0x34, 0x56, 0x78, 0x90, 0xAB, 0xCD, 0xEF, 0x09, 0x87, 0x65, 0x43, 0x21, 0xFE, 0xDC, 0xBA}}}}, {{ov::device::architecture.name(), "3720"}}, - {{ov::device::full_name.name(), "NPU.3700"}}}; // namespace + {{ov::device::full_name.name(), "NPU.3700"}}, + {{ov::device::pci_info.name(), + ov::device::PCIInfo{0xFFFF, 0xFFFF, 0, 0xFFFF}}}, // setting invalid domain, bus,device and function ids + {{ov::device::gops.name(), std::map{{ov::element::f32, 1}, + {ov::element::f16, 0}, + {ov::element::u8, 0}, + {ov::element::i8, 0}}}}}; // namespace const std::vector IncorrectMutablePropertiesWrongValueTypes = { // OV