• Pavel Emelyanov's avatar
    zdtm.py: Generator of groups of tests · 41296aaf
    Pavel Emelyanov authored
    Introduce yet another tests set called 'groups'. Each test
    in this set is a list of existing zdtm tests that can be
    started side-by-side in an ns flavor.
    
    To 'create' such a test the zdtm.py group action is used,
    which lists tests and semi-randomly groups them together.
    The grouping possibility is checked by comparing the .desc
    files of those -- desc-s should coincide. One exception is
    test dependencies, these are just merged together.
    
    After running the group action there appears groups/ dir
    with tests each containing just the list of zdtm tests
    that are in a group. The respective .desc file is also
    generated and this one matches the .desc for tests inside.
    Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
    41296aaf
Name
Last commit
Last update
..
app-emu Loading commit data...
bers Loading commit data...
crit Loading commit data...
ext-links Loading commit data...
fault-injection Loading commit data...
inhfd Loading commit data...
jenkins Loading commit data...
libcriu Loading commit data...
mem-snap Loading commit data...
mounts Loading commit data...
overlayfs Loading commit data...
pipes Loading commit data...
rpc Loading commit data...
security Loading commit data...
socketpairs Loading commit data...
tcp Loading commit data...
unix-callback Loading commit data...
zdtm Loading commit data...
.gitignore Loading commit data...
Makefile Loading commit data...
Makefile.zdtm Loading commit data...
app-emu.sh Loading commit data...
env.sh Loading commit data...
functions.sh Loading commit data...
groups.desc Loading commit data...
inhfd.desc Loading commit data...
maps.py Loading commit data...
post-dump.sh Loading commit data...
zdtm.desc Loading commit data...
zdtm.py Loading commit data...
zdtm.sh Loading commit data...
zdtm_ct.c Loading commit data...
zdtm_mount_cgroups Loading commit data...