Update unit tests to work with extedned ref counters

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski 2019-04-19 13:06:01 -04:00
parent aafc067fa5
commit 84f5454b29
2 changed files with 23 additions and 2 deletions

View File

@ -188,7 +188,7 @@ void __wrap__ocf_mngt_attach_post_init(
{
}
void __wrap_ocf_mngt_cache_stop_wait_io(
void __wrap_ocf_mngt_cache_stop_wait_metadata_io(
ocf_pipeline_t pipeline, void *priv, ocf_pipeline_arg_t arg)
{
}
@ -213,6 +213,17 @@ void __wrap_ocf_mngt_cache_detach_flush(
{
}
void ocf_mngt_cache_detach_stop_cache_io(ocf_pipeline_t pipeline,
void *priv, ocf_pipeline_arg_t arg)
{
}
void ocf_mngt_cache_detach_stop_cleaner_io(ocf_pipeline_t pipeline,
void *priv, ocf_pipeline_arg_t arg)
{
}
void __wrap_ocf_mngt_cache_detach_wait_pending(
ocf_pipeline_t pipeline, void *priv, ocf_pipeline_arg_t arg)
{

View File

@ -145,7 +145,7 @@ void __wrap__ocf_mngt_attach_post_init(
{
}
void __wrap_ocf_mngt_cache_stop_wait_io(
void __wrap_ocf_mngt_cache_stop_wait_metadata_io(
ocf_pipeline_t pipeline, void *priv, ocf_pipeline_arg_t arg)
{
}
@ -170,6 +170,16 @@ void __wrap_ocf_mngt_cache_detach_flush(
{
}
void __wrap_ocf_mngt_cache_detach_stop_cache_io(ocf_pipeline_t pipeline,
void *priv, ocf_pipeline_arg_t arg)
{
}
void ocf_mngt_cache_detach_stop_cleaner_io(ocf_pipeline_t pipeline,
void *priv, ocf_pipeline_arg_t arg)
{
}
void __wrap_ocf_mngt_cache_detach_wait_pending(
ocf_pipeline_t pipeline, void *priv, ocf_pipeline_arg_t arg)
{