Browse Source

[640] remove a few redundant lines

Jelte Jansen 13 years ago
parent
commit
c6aec4cdb4
1 changed files with 2 additions and 5 deletions
  1. 2 5
      tests/lettuce/features/bindctl_commands.feature

+ 2 - 5
tests/lettuce/features/bindctl_commands.feature

@@ -22,16 +22,13 @@ Feature: control with bindctl
 
 
     Then remove bind10 configuration Boss/components value b10-xfrout
     Then remove bind10 configuration Boss/components value b10-xfrout
     last bindctl output should not contain Error
     last bindctl output should not contain Error
+    # assuming it won't error for further modules (if it does, the final
+    # 'should not be running' tests would fail anyway)
     Then remove bind10 configuration Boss/components value b10-stats
     Then remove bind10 configuration Boss/components value b10-stats
-    last bindctl output should not contain Error
     Then remove bind10 configuration Boss/components value b10-zonemgr
     Then remove bind10 configuration Boss/components value b10-zonemgr
-    last bindctl output should not contain Error
     Then remove bind10 configuration Boss/components value b10-xfrin
     Then remove bind10 configuration Boss/components value b10-xfrin
-    last bindctl output should not contain Error
     Then remove bind10 configuration Boss/components value b10-auth
     Then remove bind10 configuration Boss/components value b10-auth
-    last bindctl output should not contain Error
     Then remove bind10 configuration Boss/components value b10-stats-httpd
     Then remove bind10 configuration Boss/components value b10-stats-httpd
-    last bindctl output should not contain Error
 
 
     bind10 module Xfrout should not be running
     bind10 module Xfrout should not be running
     bind10 module Stats should not be running
     bind10 module Stats should not be running