ķ
Í˙Tc           @   s0   d  d l  m Z d a d e f d     YZ d S(   i˙˙˙˙(   t   succeedt
   TestPluginc           B   s#   e  Z d    Z d   Z d   Z RS(   c         C   s   d  |  _ t |  _ |  a d  S(   N(   t   Nonet   sysinfot   Falset   has_runt   current_instance(   t   self(    (    s@   /usr/lib/python2.7/dist-packages/landscape/sysinfo/testplugin.pyt   __init__	   s    		c         C   s   | |  _  d  S(   N(   R   (   R   R   (    (    s@   /usr/lib/python2.7/dist-packages/landscape/sysinfo/testplugin.pyt   register   s    c         C   sF   t  |  _ |  j j d d  |  j j d  |  j j d  t d   S(   Ns   Test headers
   Test values	   Test notes   Test footnote(   t   TrueR   R   t
   add_headert   add_notet   add_footnoteR    R   (   R   (    (    s@   /usr/lib/python2.7/dist-packages/landscape/sysinfo/testplugin.pyt   run   s
    	(   t   __name__t
   __module__R   R	   R   (    (    (    s@   /usr/lib/python2.7/dist-packages/landscape/sysinfo/testplugin.pyR      s   		N(   t   twisted.internet.deferR    R   R   t   objectR   (    (    (    s@   /usr/lib/python2.7/dist-packages/landscape/sysinfo/testplugin.pyt   <module>   s   