Home | History | Annotate | Line # | Download | only in config
      1 include "arch/regress/conf/std.regress"
      2 maxusers 4
      3 file-system	REGRESSFS
      4 
      5 master0		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 
     14 looper0		at master0
     15 looper1		at looper0
     16 
     17 loopchild0	at looper0
     18 loopchild1	at looper1
     19 
     20 loopbaby0	at loopchild0
     21 loopbaby1	at loopchild1
     22 
     23 config regress root on ?
     24