[AUTO BATCH][FUNC TEST] keep naming style (#20046)
This commit is contained in:
@@ -14,7 +14,7 @@ auto autoBatchConfigs = []() {
|
||||
{ov::auto_batch_timeout.name(), "0"}}};
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(smoke_AutoBatchBehaviorTests, OVExecutableNetworkBaseTest,
|
||||
INSTANTIATE_TEST_SUITE_P(smoke_AutoBatch_BehaviorTests, OVExecutableNetworkBaseTest,
|
||||
::testing::Combine(
|
||||
::testing::Values(ov::test::utils::DEVICE_BATCH),
|
||||
::testing::ValuesIn(autoBatchConfigs())),
|
||||
|
||||
@@ -15,7 +15,7 @@ auto autoBatchConfigs = []() {
|
||||
{ov::auto_batch_timeout(0)}}};
|
||||
};
|
||||
|
||||
INSTANTIATE_TEST_SUITE_P(smoke_AutoBatchBehaviorTests,
|
||||
INSTANTIATE_TEST_SUITE_P(smoke_AutoBatch_BehaviorTests,
|
||||
OVInferRequestCancellationTests,
|
||||
::testing::Combine(::testing::Values(ov::test::utils::DEVICE_BATCH),
|
||||
::testing::ValuesIn(autoBatchConfigs())),
|
||||
|
||||
Reference in New Issue
Block a user