Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

implement mockreaper for unit testing #207

Merged
merged 2 commits into from
Apr 6, 2018

Commits on Apr 4, 2018

  1. reaper: implement reaper interface

    All reaper implementations must override its functions.
    This new interface allows the creation of mock reapers that
    are useful for unit testing.
    
    Signed-off-by: Julio Montes <julio.montes@intel.com>
    Julio Montes committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    9f60034 View commit details
    Browse the repository at this point in the history
  2. mockreaper: implement mock reaper

    mockreaper is a helpful struct to write unit tests
    
    fixes kata-containers#208
    
    Signed-off-by: Julio Montes <julio.montes@intel.com>
    Julio Montes committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    ee7850d View commit details
    Browse the repository at this point in the history