diff --git a/test/config/filedma-passthrough1.json5 b/test/config/filedma-passthrough1.json5
deleted file mode 100644
index 9552b3a9cc0b4e4a4528bb518a7b56bc4b44636f..0000000000000000000000000000000000000000
--- a/test/config/filedma-passthrough1.json5
+++ /dev/null
@@ -1,60 +0,0 @@
-// filedma-passthrough1.json5
-{
-  // Input settings //////////////////////////////////////////////////
-  // Input type, one of:
-  //   "wzdma"     for DMA driver from Wojciech M. Zabolotny
-  //   "filedma"   for reading from file and simulating DMA
-  //   "micronDMA" for PICO driver
-  //   "tcpip"     for TCP/IP input receving
-  input: "filedma",
-  // DMA device
-  dma_dev: "/dev/xdma0_c2h_0",
-  // Max received packet size in bytes (buffer to reserve)
-  dma_packet_buffer_size: 1261568,
-  // Number of packet buffers to allocate
-  dma_number_of_packet_buffers: 1000,
-  // Print report each N packets, use 0 to disable
-  packets_per_report: 2000,
-  // Number of orbits per DMA packet, in decimal
-  nOrbitsPerPacket: 4,
-  // Extra settings for "filedma" input
-  input_file: "test/data/calo_testfile.dat",
-  // Extra settings for "tcpip" input
-  tcpDestPort: 10000,
-
-  // Processor settings //////////////////////////////////////////////
-  enable_stream_processor: "yes",
-  // Processing types (unpacking):
-  //   "PASS_THROUGH", "GMT", "CALO", "BRIL".
-  processor_type: "PASS_THROUGH",
-  primitive_type: "NONE",
-  // Enable software zero-suppression. Does not affect Calo.
-  doZS: "yes",
-
-  // Output settings /////////////////////////////////////////////////
-  output_filename_prefix: "scout_PASS1_CALO",
-  output_filename_base: "test/data/run000000",
-  output_filename_suffix: ".dat",
-  max_file_size: 8589934592,
-  // Always write data to a file regardless of the run status
-  output_force_write: "yes",
-
-  // Generic settings ////////////////////////////////////////////////
-  port: 8000,
-  dev_TCPAutoReconnectOnFailure: "false",
-  // (Minimum) Logging severity: TRACE DEBUG INFO WARNING ERROR FATAL.
-  // Use TRACE to log everything.
-  log_min_severity: "ERROR",
-  threads: 8,
-  // Stores fixed number of orbits per file when nOrbitsPerFile > 1
-  // If zero, uses a fixed file size (`max_file_size`) instead
-  nOrbitsPerFile: 0,
-  cmsswHeaders: "no",
-  dthHeaders: "no",
-  source_id: 1,
-  //  Information necessary to issue a reset request for the board
-  scone_host:"localhost",
-  scone_port: "8080",
-  // Currently can be one of kcu1500_ugmt and kcu1500_demux
-  scone_board: "kcu1500_ugmt",
-}
\ No newline at end of file
diff --git a/test/config/filedma-passthrough2.json5 b/test/config/filedma-passthrough2.json5
deleted file mode 100644
index d8de490b45339afd8ca8b40b9ab6f0d57bbc1c2e..0000000000000000000000000000000000000000
--- a/test/config/filedma-passthrough2.json5
+++ /dev/null
@@ -1,60 +0,0 @@
-// filedma-passthrough2.json5
-{
-  // Input settings //////////////////////////////////////////////////
-  // Input type, one of:
-  //   "wzdma"     for DMA driver from Wojciech M. Zabolotny
-  //   "filedma"   for reading from file and simulating DMA
-  //   "micronDMA" for PICO driver
-  //   "tcpip"     for TCP/IP input receving
-  input: "filedma",
-  // DMA device
-  dma_dev: "/dev/xdma0_c2h_0",
-  // Max received packet size in bytes (buffer to reserve)
-  dma_packet_buffer_size: 1261568,
-  // Number of packet buffers to allocate
-  dma_number_of_packet_buffers: 1000,
-  // Print report each N packets, use 0 to disable
-  packets_per_report: 2000,
-  // Number of orbits per DMA packet, in decimal
-  nOrbitsPerPacket: 4,
-  // Extra settings for "filedma" input
-  input_file: "test/data/gmt_testfile.dat",
-  // Extra settings for "tcpip" input
-  tcpDestPort: 10001,
-
-  // Processor settings //////////////////////////////////////////////
-  enable_stream_processor: "yes",
-  // Processing types (unpacking):
-  //   "PASS_THROUGH", "GMT", "CALO", "BRIL".
-  processor_type: "PASS_THROUGH",
-  primitive_type: "NONE",
-  // Enable software zero-suppression. Does not affect Calo.
-  doZS: "yes",
-
-  // Output settings /////////////////////////////////////////////////
-  output_filename_prefix: "scout_PASS2_GMT",
-  output_filename_base: "test/data/run000000",
-  output_filename_suffix: ".dat",
-  max_file_size: 8589934592,
-  // Always write data to a file regardless of the run status
-  output_force_write: "yes",
-
-  // Generic settings ////////////////////////////////////////////////
-  port: 8000,
-  dev_TCPAutoReconnectOnFailure: "false",
-  // (Minimum) Logging severity: TRACE DEBUG INFO WARNING ERROR FATAL.
-  // Use TRACE to log everything.
-  log_min_severity: "ERROR",
-  threads: 8,
-  // Stores fixed number of orbits per file when nOrbitsPerFile > 1
-  // If zero, uses a fixed file size (`max_file_size`) instead
-  nOrbitsPerFile: 0,
-  cmsswHeaders: "no",
-  dthHeaders: "no",
-  source_id: 2,
-  //  Information necessary to issue a reset request for the board
-  scone_host:"localhost",
-  scone_port: "8080",
-  // Currently can be one of kcu1500_ugmt and kcu1500_demux
-  scone_board: "kcu1500_ugmt",
-}
\ No newline at end of file