[Confromance, API2] Remove CPU from heteroDeviceName (#14631)

This commit is contained in:
Sofya Balandina 2022-12-18 03:45:18 +00:00 committed by GitHub
parent 1a4117b855
commit a7d0b7b010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,7 +340,7 @@ TEST_P(OVClassHeteroExecutableNetworkGetMetricTest_TARGET_FALLBACK, GetMetricNoT
std::string targets;
OV_ASSERT_NO_THROW(targets = compiled_model.get_property(ov::device::priorities));
auto expectedTargets = target_device + "," + CommonTestUtils::DEVICE_CPU;
auto expectedTargets = target_device;
std::cout << "Compiled model fallback targets: " << targets << std::endl;
ASSERT_EQ(expectedTargets, targets);