features/testlab.feature in testlab-1.1.0 vs features/testlab.feature in testlab-1.2.0

- old
+ new

@@ -37,22 +37,53 @@ Scenario: TestLab clone When I build the lab with "tl" Then the exit status should be 0 - When I clone the containers with "tl" + + When I put the containers in a ephemeral state with "tl" Then the exit status should be 0 - When I build the containers with "tl" + + When I bounce the containers with "tl" Then the exit status should be 0 - When I clone the containers with "tl" + + When I bounce 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" + + When I bounce the containers with "tl" Then the exit status should be 0 - When I up the containers with "tl" + + When I recycle the containers with "tl" Then the exit status should be 0 + + When I bounce the containers with "tl" + Then the exit status should be 0 + + When I export the containers with "tl" + Then the exit status should be 1 + + When I put the containers in a persistent state with "tl" + Then the exit status should be 0 + + When I bounce the containers with "tl" + Then the exit status should be 0 + + When I bounce 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 bounce the containers with "tl" + Then the exit status should be 0 + + When I recycle the containers with "tl" + Then the exit status should be 0 + + When I bounce the containers with "tl" Then the exit status should be 0 Scenario: TestLab Demolish When I demolish the lab with "tl"