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"