diff --git a/test/klippy/linuxtest.cfg b/test/klippy/linuxtest.cfg
new file mode 100644
index 000000000..677372394
--- /dev/null
+++ b/test/klippy/linuxtest.cfg
@@ -0,0 +1,15 @@
+# Test config for linux process specific hardware
+[mcu]
+serial: /tmp/klipper_host_mcu
+
+[printer]
+kinematics: none
+max_velocity: 300
+max_accel: 3000
+
+[temperature_sensor my_ds18b20]
+min_temp: 0
+max_temp: 100
+serial_no: 12345678
+sensor_mcu: mcu
+sensor_type: DS18B20
diff --git a/test/klippy/linuxtest.test b/test/klippy/linuxtest.test
new file mode 100644
index 000000000..913ea61fb
--- /dev/null
+++ b/test/klippy/linuxtest.test
@@ -0,0 +1,5 @@
+# Tests for various temperature sensors
+DICTIONARY linuxprocess.dict
+CONFIG linuxtest.cfg
+
+G4 P1000