1include "arch/regress/conf/std.regress" 2maxusers 4 3file-system REGRESSFS 4 5master0 at root 6 7# The following definitions build a loop of 'looper' devices. 8# This tests how well the code that look for orphans handle loops. 9# 10# In that case, while the loopchild devices will always be seen in 11# time, the code has to make sure it reaches all the loopbaby 12# devices. 13 14looper0 at master0 15looper1 at looper0 16 17loopchild0 at looper0 18loopchild1 at looper1 19 20loopbaby0 at loopchild0 21loopbaby1 at loopchild1 22 23config regress root on ? 24