github.com/mmatczuk/gohan@v0.0.0-20170206152520-30e45d9bdb69/extension/gohanscript/lib/tests/command_test.yaml (about)

     1  test_suite:
     2    tests:
     3    - name: Command test
     4      test:
     5      - command: ls command_test.yaml
     6        args:
     7          chdir: "{{ __dir__ }}"
     8        register: output
     9      - assert: expect=True actual="{{ \"command_test.yaml\" in output }}"