summaryrefslogtreecommitdiff
path: root/demo/tapes/10-stream-csv-export.tape
diff options
context:
space:
mode:
Diffstat (limited to 'demo/tapes/10-stream-csv-export.tape')
-rw-r--r--demo/tapes/10-stream-csv-export.tape28
1 files changed, 0 insertions, 28 deletions
diff --git a/demo/tapes/10-stream-csv-export.tape b/demo/tapes/10-stream-csv-export.tape
deleted file mode 100644
index c1f4935..0000000
--- a/demo/tapes/10-stream-csv-export.tape
+++ /dev/null
@@ -1,28 +0,0 @@
-# 10-stream-csv-export: 'e' to export current filtered stream snapshot, then ls the CSV produced.
-# Key 7 switches to Stream.
-Output demo/assets/10-stream-csv-export.gif
-Set Shell "bash"
-Set Padding 20
-
-Hide
-Type "cd $(mktemp -d -t ior-demo-XXXX) && clear"
-Enter
-Sleep 300ms
-Show
-
-Type "sudo -n /home/paul/git/ior/ior"
-Enter
-Sleep 5s
-Enter
-Sleep 4s
-Type "7"
-Sleep 4s
-Type "e"
-Sleep 2s
-Screenshot demo/assets/screenshot-stream-export.png
-Sleep 1s
-Type "q"
-Sleep 1s
-Type "ls -lh ior-stream-*.csv"
-Enter
-Sleep 2s