%PDF- %PDF-
Direktori : /lib/python2.7/site-packages/salt/states/ |
Current File : //lib/python2.7/site-packages/salt/states/test.pyo |
� ���^c @@ s� d Z d d l m Z m Z m Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z d � Z d � Z d � Z d � Z d � Z e e d d � Z d d � Z d d � Z d d � Z d � Z d d d d d d e d � Z d S( u� Test States =========== Provide test case states that enable easy testing of things to do with state calls, e.g. running, calling, logging, output filtering etc. .. code-block:: yaml always-passes-with-any-kwarg: test.nop: - name: foo - something: else - foo: bar always-passes: test.succeed_without_changes: - name: foo always-fails: test.fail_without_changes: - name: foo always-changes-and-succeeds: test.succeed_with_changes: - name: foo always-changes-and-fails: test.fail_with_changes: - name: foo my-custom-combo: test.configurable_test_state: - name: foo - changes: True - result: False - comment: bar.baz is-pillar-foo-present-and-bar-is-int: test.check_pillar: - present: - foo - integer: - bar i ( t absolute_importt print_functiont unicode_literalsN( t _gen_tag( t six( t SaltInvocationErrorc K@ s t | � S( u� A no-op state that does nothing. Useful in conjunction with the `use` requisite, or in templates which could otherwise be empty due to jinja rendering .. versionadded:: 2015.8.1 ( t succeed_without_changes( t namet kwargs( ( s4 /usr/lib/python2.7/site-packages/salt/states/test.pyt nop; s c K@ s&