[IE TESTS] Fix run of behavior GPU plugin config tests (#9178)
* [IE TESTS] Fix run of behavior GPU plugin config tests * Return extra removed * remove extra lines
This commit is contained in:
parent
3cb27715e2
commit
2b9c4a7f42
@ -8,10 +8,13 @@
|
||||
|
||||
using namespace BehaviorTestsDefinitions;
|
||||
namespace {
|
||||
const std::vector<InferenceEngine::Precision> netPrecisions = {
|
||||
InferenceEngine::Precision::FP32,
|
||||
InferenceEngine::Precision::FP16
|
||||
};
|
||||
INSTANTIATE_TEST_SUITE_P(
|
||||
smoke_Basic,
|
||||
DefaultConfigurationTest,
|
||||
::testing::Combine(
|
||||
::testing::Values(CommonTestUtils::DEVICE_GPU),
|
||||
::testing::Values(DefaultParameter{GPU_CONFIG_KEY(PLUGIN_THROTTLE), InferenceEngine::Parameter{std::string{"0"}}})),
|
||||
DefaultConfigurationTest::getTestCaseName);
|
||||
|
||||
IE_SUPPRESS_DEPRECATED_START
|
||||
const std::vector<std::map<std::string, std::string>> inconfigs = {
|
||||
@ -227,6 +230,4 @@ namespace {
|
||||
::testing::Values(CommonTestUtils::DEVICE_AUTO),
|
||||
::testing::ValuesIn(autoinconfigs)),
|
||||
IncorrectConfigAPITests::getTestCaseName);
|
||||
|
||||
|
||||
} // namespace
|
Loading…
Reference in New Issue
Block a user