[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
This commit is contained in:
Irina Efode 2021-12-23 12:51:01 +03:00 committed by GitHub
parent b241d5227e
commit f316801ccd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

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

View File

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