Changes

Jump to navigation Jump to search
1,113 bytes added ,  16:30, 23 January 2015
no edit summary
Line 126: Line 126:     
== Adding test to automatic suite ==
 
== Adding test to automatic suite ==
 +
 +
The above part of the article describes what should be done to make the test work itself. Now, to check how the test is dumped and restored one should add the test to the suite. This is done simply by editing the <code>test/zdtm.sh</code> script and adding the test name to the <code>TEST_LIST</code> variable. Some tricks apply though.
 +
 +
=== Caring about namespaces ===
 +
 +
If your test behaves very differently when run inside sub-namespace or tests namespaces stuff, then the test should not be added to the very first definition of the <code>TEST_LIST</code> list, but instead to the one that goes after the <code># These ones are not in ns</code> comment, optionally with the <code>ns/</code> prefix.
 +
 +
=== Requiring special features ===
 +
 +
If in order to C/R the test some special support from the kernel is required, then CRIU itself should be taught to check this support with the <code>check --feature=$name</code> option (see cr-check.c file for details). The test itself should be conditionally added to the <code>TEST_LIST</code> variable. Check how the <code>static/tun</code> test is added for reference.
    
[[Category: Development]]
 
[[Category: Development]]

Navigation menu