Sha256: d10c04debb27f7f1bafffbbcd5a7a79cc15d72661381bf545a5fa42d09b7d421

Contents?: true

Size: 1.1 KB

Versions: 5

Compression:

Stored size: 1.1 KB

Contents

---

dist-suite:
  strategy: DistSuite
  hosts: { port: /42000/ }
  contents:
    pool1:
      strategy: PoolSuite
      contents:
        dist-suite-nested-11:
          strategy: DistSuite
          hosts: { port: /52000/ }
          contents:
            fail11:
              strategy: Fail
              weight: -1
            pass11:
              strategy: Pass

        dist-suite-nested-12:
          strategy: DistSuite
          hosts: { port: /62000/ }
          contents:
            fail12:
              strategy: Fail
              weight: -1
            pass12:
              strategy: Pass

#    pool2:
#      strategy: PoolSuite
#      contents:
#        dist-suite-nested-21:
#        strategy: DistSuite
#        hosts: { port: /52000/ }
#        contents:
#          fail21:
#            strategy: Fail
#            weight: -1
#          pass21:
#            strategy: Pass

#      dist-suite-nested-22:
#        strategy: DistSuite
#        hosts: { port: /62000/ }
#        contents:
#          fail22:
#            strategy: Fail
#            weight: -1
#          pass22:
#            strategy: Pass

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ttk-0.1.576 test/all/dist-suite-nested-in-pool.yml
ttk-0.1.579 test/all/dist-suite-nested-in-pool.yml
ttk-0.1.580 test/all/dist-suite-nested-in-pool.yml
ttk-0.2.0 test/all/dist-suite-nested-in-pool.yml
ttk-0.2.1 test/all/dist-suite-nested-in-pool.yml