From f316801ccdaa66c06726df39cb92010e03d4dc35 Mon Sep 17 00:00:00 2001 From: Irina Efode Date: Thu, 23 Dec 2021 12:51:01 +0300 Subject: [PATCH] [IE TESTS] Move remote tests to Behavior/ov_infer_request (#9233) * [IE TESTS] Move remote tests to Behavior/ov_infer_request * Move instance * Apply comments --- .../behavior/{ov_remote.cpp => ov_plugin/remote.cpp} | 2 +- .../include/behavior/{ov_remote.hpp => ov_plugin/remote.hpp} | 0 .../shared/src/behavior/{ov_remote.cpp => ov_plugin/remote.cpp} | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/tests/functional/plugin/gpu/shared_tests_instances/behavior/{ov_remote.cpp => ov_plugin/remote.cpp} (97%) rename src/tests/functional/plugin/shared/include/behavior/{ov_remote.hpp => ov_plugin/remote.hpp} (100%) rename src/tests/functional/plugin/shared/src/behavior/{ov_remote.cpp => ov_plugin/remote.cpp} (99%) diff --git a/src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_remote.cpp b/src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_plugin/remote.cpp similarity index 97% rename from src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_remote.cpp rename to src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_plugin/remote.cpp index 759476fb3ba..a429ca37c6d 100644 --- a/src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_remote.cpp +++ b/src/tests/functional/plugin/gpu/shared_tests_instances/behavior/ov_plugin/remote.cpp @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 // -#include "behavior/ov_remote.hpp" +#include "behavior/ov_plugin/remote.hpp" #include "common_test_utils/test_constants.hpp" using namespace ov::test; diff --git a/src/tests/functional/plugin/shared/include/behavior/ov_remote.hpp b/src/tests/functional/plugin/shared/include/behavior/ov_plugin/remote.hpp similarity index 100% rename from src/tests/functional/plugin/shared/include/behavior/ov_remote.hpp rename to src/tests/functional/plugin/shared/include/behavior/ov_plugin/remote.hpp diff --git a/src/tests/functional/plugin/shared/src/behavior/ov_remote.cpp b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/remote.cpp similarity index 99% rename from src/tests/functional/plugin/shared/src/behavior/ov_remote.cpp rename to src/tests/functional/plugin/shared/src/behavior/ov_plugin/remote.cpp index 5b1fd882658..f484ad3c17d 100644 --- a/src/tests/functional/plugin/shared/src/behavior/ov_remote.cpp +++ b/src/tests/functional/plugin/shared/src/behavior/ov_plugin/remote.cpp @@ -2,7 +2,7 @@ // SPDX-License-Identifier: Apache-2.0 // -#include "behavior/ov_remote.hpp" +#include "behavior/ov_plugin/remote.hpp" #include "transformations/utils/utils.hpp" #include "functional_test_utils/skip_tests_config.hpp" #include "ngraph_functions/subgraph_builders.hpp"