Fix template plugin tests (#10124)

* Fix template plugin tests

* Fix template plugin tests
This commit is contained in:
Ilya Lavrenov
2022-02-04 11:25:46 +03:00
committed by GitHub
parent 7b5a4e8c5e
commit 70ca4b6e40

View File

@@ -18,7 +18,7 @@ namespace {
INSTANTIATE_TEST_SUITE_P(
smoke_OVClassBasicTestP, OVClassBasicTestP,
::testing::Values(std::make_pair("ov_template_plugin", CommonTestUtils::DEVICE_TEMPLATE)));
::testing::Values(std::make_pair("openvino_template_plugin", CommonTestUtils::DEVICE_TEMPLATE)));
INSTANTIATE_TEST_SUITE_P(
smoke_OVClassNetworkTestP, OVClassNetworkTestP,