summaryrefslogtreecommitdiffstats
path: root/test/cibtests/003.input
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/cibtests/003.input11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/cibtests/003.input b/test/cibtests/003.input
new file mode 100644
index 0000000..171f1cd
--- /dev/null
+++ b/test/cibtests/003.input
@@ -0,0 +1,11 @@
+configure
+property stonith-enabled=false
+primitive testfs ocf:heartbeat:Dummy \
+ params fake=2
+clone testfs-clone testfs \
+ meta ordered="true" interleave="true"
+commit
+up
+resource stop testfs-clone
+quit
+