release preparation
diff --git a/configs-examples/hdd.yaml b/configs-examples/hdd.yaml
new file mode 100644
index 0000000..dcb5f9e
--- /dev/null
+++ b/configs-examples/hdd.yaml
@@ -0,0 +1,17 @@
+explicit_nodes:
+    local: testnode
+
+internal:
+    var_dir_root: /tmp/perf_tests
+
+testnode_log_root: /tmp/perf_tests_rem
+
+tests:
+    - io:
+        cfg: hdd
+        params:
+            FILENAME: FILE_ON_USB_HDD
+            NUM_ROUNDS: 7
+
+logging:
+    extra_logs: 1
\ No newline at end of file