Browse Source

CTS: delete resourses recursively

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
Reviewed-by: Fabio M. Di Nitto <fdinitto@redhat.com>
Angus Salkeld 14 years ago
parent
commit
a8496b1ac5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cts/corotests.py

+ 1 - 1
cts/corotests.py

@@ -1310,7 +1310,7 @@ check that we do NOT get watchdog'ed
         no_w.setwatch()
         time.sleep(2)
 
-        self.CM.rsh(node, 'corosync-cmapctl -d resources.system.memory_used')
+        self.CM.rsh(node, 'corosync-cmapctl -D resources.system.memory_used')
 
         yes_matched = yes_w.look()
         no_matched = no_w.look()