Author: gnichols Date: 2011-04-18 13:23:21 +0000 (Mon, 18 Apr 2011) New Revision: 875
Modified: trunk/v7/tags.py Log: 626970 - FEAT: kdump test needs to verify kdump
Modified: trunk/v7/tags.py =================================================================== --- trunk/v7/tags.py 2011-04-15 14:04:31 UTC (rev 874) +++ trunk/v7/tags.py 2011-04-18 13:23:21 UTC (rev 875) @@ -173,6 +173,8 @@ TAINT_UNSIGNED_MODULE = 64 #kernel.h calls this TAINT_USER? TAINT_TECHPREVIEW_MODULE = 256 i386="i386" + i686="i686" + s390="s390" x86_64="x86_64" interactive="interactive" noninteractive="noninteractive" @@ -181,7 +183,9 @@ DEBUG="DEBUG" reboot="reboot" panic="panic" - + local="local" + nfs="nfs" + rcp="rcp"
class SystemFunction: system = "system"
v7-commits@lists.stg.fedorahosted.org