• Laurent Dufour's avatar
    zdtm.py: Add optional dependency support · 6b13731d
    Laurent Dufour authored
    Depending on the distribution, binaries or shared libraries a test is
    dependent of may not be stored at the same place.
    
    This patch introduces the ability to define option in the dependency
    list, by separating the optional target names by a '|' character.
    
    For instance the dependency of test may be described this way:
    {'flavor': 'ns', 'deps': [ '/bin/foo|/usr/bin/foo' ], 'flags': 'suid'}
    
    Note, there shouldn't be any spaces around the '|'.
    
    If none of the optional dependency is satisfied, an error is raised.
    Signed-off-by: 's avatarLaurent Dufour <ldufour@linux.vnet.ibm.com>
    Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
    6b13731d
Name
Last commit
Last update
..
app-emu Loading commit data...
bers Loading commit data...
crit Loading commit data...
ext-links Loading commit data...
ext-tty 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...
app-emu.sh Loading commit data...
crit-recode.py 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...