[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:
Irina Efode 2021-12-14 18:09:34 +03:00 committed by GitHub
parent 3cb27715e2
commit 2b9c4a7f42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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