Sha256: 096e76f123f794e38cad79a017c79d137228b94459e1036f60b45edcbc9c7797

Contents?: true

Size: 1.59 KB

Versions: 3

Compression:

Stored size: 1.59 KB

Contents

---

Distributed TTK test suite:

  strategy: Suite
  contents:

    - launch testers:
        strategy: Suite
        weight: 0
        attributes:
          strategy: Cmd
          command: <<pwd>>/../bin/ttkd -v debug
          exit: 0
          stderr: ""
          weight: 0
          fatal: true
        contents:
          - slave00: { args: -l ttkd_slave00.log -n 'slave00' -t 'druby://localhost:42100' -m 'druby://localhost:42104' Slave & }
          - slave01: { args: -l ttkd_slave01.log -n 'slave01' -t 'druby://localhost:42110' -m 'druby://localhost:42114' Slave & }
          - master0: { args: -l ttkd_master0.log -n 'master0' -t 'druby://localhost:42000' -m 'druby://localhost:42004' Master 'druby://localhost:42100' 'druby://localhost:42110' & }
          - slave1: { args: -l ttkd_slave1.log -n 'slave1' -t 'druby://localhost:52000' -m 'druby://localhost:52004' Slave & }
          - slave2: { args: -l ttkd_slave2.log -n 'slave2' -t 'druby://localhost:62000' -m 'druby://localhost:62004' Slave & }

    - contents:
        strategy: Glob
        glob: '<<pwd>>/ttk-dist/dist-{pass,fail,error,nested-pass,suite,delegate,ribute,cat,abort}.yml'
        regexp: !re /([^/]+.yml)
        test:
          'Test <<match>>':
            strategy: SubCmd
            args: >
              -d debug
              --force-fetch
              -t 'druby://localhost:42000'
              -t 'druby://localhost:52000'
              -t 'druby://localhost:62000'
              <<match>>
            dir: '<<pwd>>/ttk-dist'

    - clean:
        strategy: KillAll
        weight: -1
        regexp: !re ruby <<pwd>>/\.\./bin/ttkd

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ttk-0.1.576 test/ttk-dist-suite.yml
ttk-0.1.579 test/ttk-dist-suite.yml
ttk-0.1.580 test/ttk-dist-suite.yml