Update unit tests to work with extedned ref counters
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
parent
aafc067fa5
commit
84f5454b29
@ -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)
|
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(
|
void __wrap_ocf_mngt_cache_detach_wait_pending(
|
||||||
ocf_pipeline_t pipeline, void *priv, ocf_pipeline_arg_t arg)
|
ocf_pipeline_t pipeline, void *priv, ocf_pipeline_arg_t arg)
|
||||||
{
|
{
|
||||||
|
@ -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)
|
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(
|
void __wrap_ocf_mngt_cache_detach_wait_pending(
|
||||||
ocf_pipeline_t pipeline, void *priv, ocf_pipeline_arg_t arg)
|
ocf_pipeline_t pipeline, void *priv, ocf_pipeline_arg_t arg)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user