Sha256: 62f3487c5d4a9410a0e3ffe0cf314e09efc0b88d266797f6b1ce475e6baf8ebe

Contents?: true

Size: 1.78 KB

Versions: 12

Compression:

Stored size: 1.78 KB

Contents

Feature: TestLab command-line

  Background: TestLab status
    When I get the status with "tl"
    Then the exit status should be 0
    When I get the nodes status with "tl"
    Then the exit status should be 0
    When I get the networks status with "tl"
    Then the exit status should be 0
    When I get the containers status with "tl"
    Then the exit status should be 0
    When I get the containers ssh-config with "tl"
    Then the exit status should be 0
    When I demolish the lab with "tl"
    Then the exit status should be 0


  Scenario: TestLab help
    When I get help for "tl"
    Then the exit status should be 0


  Scenario: TestLab export
    When I build the lab with "tl"
    Then the exit status should be 0
    When I export the containers with "tl"
    Then the exit status should be 0


  Scenario: TestLab import
    When I build the nodes with "tl"
    Then the exit status should be 0
    When I import the containers with "tl"
    Then the exit status should be 0
    When I build the lab with "tl"
    Then the exit status should be 0


  Scenario: TestLab clone
    When I build the lab with "tl"
    Then the exit status should be 0
    When I clone the containers with "tl"
    Then the exit status should be 0
    When I build the containers with "tl"
    Then the exit status should be 0
    When I clone the containers with "tl"
    Then the exit status should be 0
    When I build the containers with "tl"
    Then the exit status should be 0
    When I down the containers with "tl"
    Then the exit status should be 0
    When I up the containers with "tl"
    Then the exit status should be 0
    When I build the containers with "tl"
    Then the exit status should be 0


  Scenario: TestLab Demolish
    When I demolish the lab with "tl"
    Then the exit status should be 0

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
testlab-1.1.0 features/testlab.feature
testlab-1.0.1 features/testlab.feature
testlab-1.0.0 features/testlab.feature
testlab-0.9.1 features/testlab.feature
testlab-0.9.0 features/testlab.feature
testlab-0.8.6 features/testlab.feature
testlab-0.8.5 features/testlab.feature
testlab-0.8.4 features/testlab.feature
testlab-0.8.3 features/testlab.feature
testlab-0.8.2 features/testlab.feature
testlab-0.8.1 features/testlab.feature
testlab-0.8.0 features/testlab.feature