features/testlab.feature in testlab-1.4.4 vs features/testlab.feature in testlab-1.5.0
- old
+ new
@@ -23,19 +23,23 @@
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
+ When I bounce the lab 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
+ When I bounce 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
@@ -48,17 +52,17 @@
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
+ Then the exit status should be 1
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
+ Then the exit status should be 1
When I bounce the containers with "tl"
Then the exit status should be 0
When I export the containers with "tl"
@@ -81,9 +85,12 @@
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 bounce the lab with "tl"
Then the exit status should be 0
Scenario: TestLab Demolish
When I demolish the lab with "tl"