-
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
[AUTO Plugin][Func Test] remove all 1.0 tests #22225
[AUTO Plugin][Func Test] remove all 1.0 tests #22225
Conversation
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
Signed-off-by: Zhai, Xuejun <xuejun.zhai@intel.com>
using namespace BehaviorTestsDefinitions; | ||
|
||
namespace { | ||
std::vector<memoryStateParams> memoryStateTestCases = { |
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.
the test isn't presented in API2.0 version. Please, prepare test in separate PR based on changes from #21627
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.
JIRA created to track: https://jira.devtools.intel.com/browse/CVS-130014
}; | ||
} // namespace | ||
/* | ||
INSTANTIATE_TEST_SUITE_P(smoke_Auto_BehaviorTests, CoreThreadingTests, testing::ValuesIn(params), |
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.
CoreThreadingTests are not presented in API2.0, please, port it
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.
The test was commented, so let's cover it with ticket in order to restore later. Not a blocker for merge
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.
JIRA created to track: https://jira.devtools.intel.com/browse/CVS-130012
Details:
Tickets: