kmod/testsuite/module-playground/cache
Yauheni Kaliuta 9be03c52cc testsuite: depmod: check netsted loops reporting
The patch adds nested loops configuration for the loop test:

mod-loop-h -> mod-loop-i -> mod-loop-j -> mod-loop-k
   ^                           |               |
    ---------------------------                |
   |                                           |
    -------------------------------------------

making 2 loops with common edges:

mod-loop-h -> mod-loop-i -> mod-loop-j -> mod-loop-h
mod-loop-h -> mod-loop-i -> mod-loop-j -> mod-loop-k -> mod-loop-h

The actual output for the loops is:

depmod: ERROR: Cycle detected: mod_loop_h -> mod_loop_h
depmod: ERROR: Cycle detected: mod_loop_i -> mod_loop_j -> mod_loop_k -> mod_loop_h -> mod_loop_i

(the order in the second doesn't matter, but the first one is
incorrect)

Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
2017-02-22 04:50:22 -08:00
..
mod-fake-cciss.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-fake-hpsa.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-fake-scsi-mod.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-foo-a.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-foo-b.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-foo-c.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-foo.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-loop-a.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-loop-b.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-loop-c.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-loop-d.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-loop-e.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00
mod-loop-f.ko build: fix build with disabled test modules 2016-11-10 23:47:19 -02:00
mod-loop-g.ko build: fix build with disabled test modules 2016-11-10 23:47:19 -02:00
mod-loop-h.ko testsuite: depmod: check netsted loops reporting 2017-02-22 04:50:22 -08:00
mod-loop-i.ko testsuite: depmod: check netsted loops reporting 2017-02-22 04:50:22 -08:00
mod-loop-j.ko testsuite: depmod: check netsted loops reporting 2017-02-22 04:50:22 -08:00
mod-loop-k.ko testsuite: depmod: check netsted loops reporting 2017-02-22 04:50:22 -08:00
mod-simple.ko build: cache modules from playground 2015-05-31 15:38:47 -03:00