-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
64 additions
and
124 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
src/plugins/auto/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Copyright (C) 2018-2023 Intel Corporation | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// | ||
|
||
#include "behavior/ov_plugin/version.hpp" | ||
|
||
namespace ov { | ||
namespace test { | ||
namespace behavior { | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_Multi_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_MULTI), | ||
VersionTests::getTestCaseName); | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_Auto_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_AUTO), | ||
VersionTests::getTestCaseName); | ||
|
||
} // namespace behavior | ||
} // namespace test | ||
} // namespace ov |
18 changes: 0 additions & 18 deletions
18
src/plugins/auto/tests/functional/shared_tests_instances/behavior/plugin/version.cpp
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
src/plugins/intel_cpu/tests/functional/shared_tests_instances/behavior/plugin/version.cpp
This file was deleted.
Oops, something went wrong.
23 changes: 23 additions & 0 deletions
23
src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Copyright (C) 2018-2023 Intel Corporation | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// | ||
|
||
#include "behavior/ov_plugin/version.hpp" | ||
|
||
namespace ov { | ||
namespace test { | ||
namespace behavior { | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_GPU), | ||
VersionTests::getTestCaseName); | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_Hetero_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_HETERO), | ||
VersionTests::getTestCaseName); | ||
|
||
} // namespace behavior | ||
} // namespace test | ||
} // namespace ov |
16 changes: 0 additions & 16 deletions
16
src/plugins/intel_gpu/tests/functional/shared_tests_instances/behavior/plugin/version.cpp
This file was deleted.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
src/plugins/template/tests/functional/shared_tests_instances/behavior/ov_plugin/version.cpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Copyright (C) 2018-2023 Intel Corporation | ||
// SPDX-License-Identifier: Apache-2.0 | ||
// | ||
|
||
#include "behavior/ov_plugin/version.hpp" | ||
|
||
namespace ov { | ||
namespace test { | ||
namespace behavior { | ||
|
||
INSTANTIATE_TEST_SUITE_P(smoke_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_TEMPLATE), | ||
VersionTests::getTestCaseName); | ||
|
||
} // namespace behavior | ||
} // namespace test | ||
} // namespace ov |
18 changes: 0 additions & 18 deletions
18
src/plugins/template/tests/functional/shared_tests_instances/behavior/plugin/version.cpp
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
src/tests/functional/plugin/shared/include/behavior/plugin/version.hpp
This file was deleted.
Oops, something went wrong.