Sha256: 5421bb6e7b71141b67d5f34779205be1af64942e15aa948e1fe4ae74bd9051d9

Contents?: true

Size: 711 Bytes

Versions: 3

Compression:

Stored size: 711 Bytes

Contents

--- !S::Pass {}

---
# FIXME
Test the Jump strategy: !S::Suite
  contents:
    - jump and pass: !S::RMatch
        test: !S::Jump
          to: !url ssh://localhost
          test: !S::Pass {}
        match:
          - //status/PASS

    - jump and base: !S::RMatch
        test: !S::Jump
          to: !url ssh://localhost
          test: !S::Import
            import: <<master_pwd>>/base.yml # This works because we jump on localhost
        match:
          - //status/PASS

#    - bad test 1: !S::RMatch
#        test: !S::Jump
#          # ...
#        match:
#          - // # ...
#          - //
#          - //
#        dont_match:
#          - // # ...
#          - //
#          - //
#
#    - # ...

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
uttk-0.4.5.0 test/functional/jump.yml
uttk-0.4.6.2 test/functional/jump.yml
uttk-0.4.6.1 test/functional/jump.yml