-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port and clean behavior/
shared tests #1
#21860
Port and clean behavior/
shared tests #1
#21860
Conversation
95e6f90
to
b043ef1
Compare
b043ef1
to
0ab3b5c
Compare
behavior/
shared testsbehavior/
shared tests #1
|
||
INSTANTIATE_TEST_SUITE_P(smoke_Hetero_BehaviorTests, | ||
VersionTests, | ||
::testing::Values(ov::test::utils::DEVICE_HETERO), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As my understanding, we should remove meta plugin tests cases from hardware plugin and put them
into conformance tests, am i right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, @riverlijunjie @vurusovs meta plugins in the conformance scope are tested with the TEMPLATE plugin now.
All API 1.0 tests have been removed from the conformance scope, but there are some tests that have not yet been moved to the 2.0 scope and version tests were among them, so I will add these tests to conformance, thank you !
No description provided.