features/testlab.feature in testlab-0.7.6 vs features/testlab.feature in testlab-0.8.0

- old
+ new

@@ -9,10 +9,12 @@ 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 @@ -24,23 +26,19 @@ When I export the containers with "tl" Then the exit status should be 0 Scenario: TestLab import - When I down the lab with "tl" - Then the exit status should be 0 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 down the lab with "tl" - Then the exit status should be 0 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" @@ -55,10 +53,8 @@ Then the exit status should be 0 When I build the containers with "tl" Then the exit status should be 0 - Scenario: TestLab destroy - When I down the lab with "tl" - Then the exit status should be 0 - When I destroy the lab with "tl" + Scenario: TestLab Demolish + When I demolish the lab with "tl" Then the exit status should be 0