Skip to content
  • Thomas Thrainer's avatar
    Initial version of cmdlib test framework · 3efa7659
    Thomas Thrainer authored
    
    
    The initial version of the cmdlib test framework is able to execute LU's
    with the following components mocked:
    
     * Configuration
     * IAllocator interface
     * Lock manager
     * MCPU processor
     * RPC runner
    
    A base test class is provided which makes it easy to execute opcodes and
    to perform asserts on the output.
    
    Tests for the LUTestDelay logical unit demonstrate the functionality of
    the test framework.
    
    The framework is not yet fully complete, further work will be done as
    the tests are written.
    
    Signed-off-by: default avatarThomas Thrainer <thomasth@google.com>
    Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
    3efa7659