Changes

232 bytes added ,  20:10, 3 October 2016
Line 51: Line 51:  
       zdtm.py run -t <test-name>
 
       zdtm.py run -t <test-name>
   −
or you can run only the test proggies themselves manually by issuing the
+
The simplest test is <code>zdtm/static/env00</code>. It has the bare minimal a process might have -- a little bit of memory, a signal handler and one opened file. If CRIU cannot C/R ''this'' test, it's surely cannot do anything.
 +
 
 +
You can also run only the test proggies themselves manually by issuing the
 
       make <testname>.pid
 
       make <testname>.pid
 
command. After you've done c/r-ing it you should run  
 
command. After you've done c/r-ing it you should run