On Mon, Sep 23, 2019 at 2:45 PM Siebert, David <David.Siebert@xxxxxxxxxxxx> wrote: > > > Right now I am focused on the mocking and getting that to work. I am still have some very strange issues with mocking some function calls including kernel panics. Okay, I just responded to your last email on the topic. > Your plan seems logical but just how useful is it without mocking? It depends on what you are trying to test. We have a number of tests so far that do not require mocking (there are several in the initial upstream patchset itself). A lot more can be tested with the appropriate use of dependency injection. In anycase, we are still planning on upstreaming support for mocking, it is just going to take some time.