ced9ae9 Start new daemon for every test

1 file Authored by nsoffer 6 years ago, Committed by teigland 6 years ago,
    Start new daemon for every test
    
    Change the sanlock_daemon fixture to run a new instance for every test.
    This is little slower but allows testing starting and killing the daemon.
    
    To make sure the daemon is ready before we test the client, wait until
    the daemon is listening on the socket before yielding to the test.
    
    Signed-off-by: Nir Soffer <nsoffer@redhat.com>
    
        
file modified
+29 -1