From: Karel Zak Date: Wed, 18 Feb 2009 16:16:46 +0000 (+0100) Subject: tests: cleanup lscpu reg.tests X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7a6c78b8261548a4954b41ad94c2b40b018af3;p=util-linux tests: cleanup lscpu reg.tests Signed-off-by: Karel Zak --- diff --git a/tests/expected/ts-lscpu-i386-amdshanghai b/tests/expected/lscpu/lscpu-i386-amdshanghai similarity index 100% rename from tests/expected/ts-lscpu-i386-amdshanghai rename to tests/expected/lscpu/lscpu-i386-amdshanghai diff --git a/tests/expected/ts-lscpu-i386-dellpe700 b/tests/expected/lscpu/lscpu-i386-dellpe700 similarity index 100% rename from tests/expected/ts-lscpu-i386-dellpe700 rename to tests/expected/lscpu/lscpu-i386-dellpe700 diff --git a/tests/expected/ts-lscpu-i386-intels5000phb b/tests/expected/lscpu/lscpu-i386-intels5000phb similarity index 100% rename from tests/expected/ts-lscpu-i386-intels5000phb rename to tests/expected/lscpu/lscpu-i386-intels5000phb diff --git a/tests/expected/ts-lscpu-i386-xenpara b/tests/expected/lscpu/lscpu-i386-xenpara similarity index 100% rename from tests/expected/ts-lscpu-i386-xenpara rename to tests/expected/lscpu/lscpu-i386-xenpara diff --git a/tests/expected/ts-lscpu-ia64-hpmatterhorn b/tests/expected/lscpu/lscpu-ia64-hpmatterhorn similarity index 100% rename from tests/expected/ts-lscpu-ia64-hpmatterhorn rename to tests/expected/lscpu/lscpu-ia64-hpmatterhorn diff --git a/tests/expected/ts-lscpu-ia64-hprx1620 b/tests/expected/lscpu/lscpu-ia64-hprx1620 similarity index 100% rename from tests/expected/ts-lscpu-ia64-hprx1620 rename to tests/expected/lscpu/lscpu-ia64-hprx1620 diff --git a/tests/expected/ts-lscpu-ia64-pg0 b/tests/expected/lscpu/lscpu-ia64-pg0 similarity index 100% rename from tests/expected/ts-lscpu-ia64-pg0 rename to tests/expected/lscpu/lscpu-ia64-pg0 diff --git a/tests/expected/ts-lscpu-x86_64-hpdl585 b/tests/expected/lscpu/lscpu-x86_64-hpdl585 similarity index 100% rename from tests/expected/ts-lscpu-x86_64-hpdl585 rename to tests/expected/lscpu/lscpu-x86_64-hpdl585 diff --git a/tests/expected/ts-lscpu-x86_64-ibme326m b/tests/expected/lscpu/lscpu-x86_64-ibme326m similarity index 100% rename from tests/expected/ts-lscpu-x86_64-ibme326m rename to tests/expected/lscpu/lscpu-x86_64-ibme326m diff --git a/tests/expected/ts-lscpu-x86_64-necem14 b/tests/expected/lscpu/lscpu-x86_64-necem14 similarity index 100% rename from tests/expected/ts-lscpu-x86_64-necem14 rename to tests/expected/lscpu/lscpu-x86_64-necem14 diff --git a/tests/expected/ts-lscpu-x86_64-xenfull b/tests/expected/lscpu/lscpu-x86_64-xenfull similarity index 100% rename from tests/expected/ts-lscpu-x86_64-xenfull rename to tests/expected/lscpu/lscpu-x86_64-xenfull diff --git a/tests/ts-lscpu-i386-amdshanghai b/tests/ts-lscpu-i386-amdshanghai deleted file mode 100755 index de2ab64e..00000000 --- a/tests/ts-lscpu-i386-amdshanghai +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC="i386-amdshanghai" -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-i386-dellpe700 b/tests/ts-lscpu-i386-dellpe700 deleted file mode 100755 index 62566a4d..00000000 --- a/tests/ts-lscpu-i386-dellpe700 +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC=i386-dellpe700 -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-i386-intels5000phb b/tests/ts-lscpu-i386-intels5000phb deleted file mode 100755 index d3f933c3..00000000 --- a/tests/ts-lscpu-i386-intels5000phb +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC=i386-intels5000phb -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-i386-xenpara b/tests/ts-lscpu-i386-xenpara deleted file mode 100755 index bd10c801..00000000 --- a/tests/ts-lscpu-i386-xenpara +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC=i386-xenpara -. ./ts-lscpu.sh diff --git a/tests/ts-lscpu-ia64-hpmatterhorn b/tests/ts-lscpu-ia64-hpmatterhorn deleted file mode 100755 index ab495180..00000000 --- a/tests/ts-lscpu-ia64-hpmatterhorn +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC=ia64-hpmatterhorn -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-ia64-hprx1620 b/tests/ts-lscpu-ia64-hprx1620 deleted file mode 100755 index 26a15aa0..00000000 --- a/tests/ts-lscpu-ia64-hprx1620 +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC=ia64-hprx1620 -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-ia64-pg0 b/tests/ts-lscpu-ia64-pg0 deleted file mode 100755 index 985e56e2..00000000 --- a/tests/ts-lscpu-ia64-pg0 +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC=ia64-pg0 -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-x86_64-hpdl585 b/tests/ts-lscpu-x86_64-hpdl585 deleted file mode 100755 index 2c89e5b2..00000000 --- a/tests/ts-lscpu-x86_64-hpdl585 +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -TS_DESC=x86_64-hpdl585 -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-x86_64-ibme326m b/tests/ts-lscpu-x86_64-ibme326m deleted file mode 100755 index a29038f8..00000000 --- a/tests/ts-lscpu-x86_64-ibme326m +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC=x86_64-ibme326m -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-x86_64-necem14 b/tests/ts-lscpu-x86_64-necem14 deleted file mode 100755 index b201bcae..00000000 --- a/tests/ts-lscpu-x86_64-necem14 +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -export TS_DESC=x86_64-necem14 -. ./ts-lscpu.sh \ No newline at end of file diff --git a/tests/ts-lscpu-x86_64-xenfull b/tests/ts-lscpu-x86_64-xenfull deleted file mode 100755 index 20b2bd5c..00000000 --- a/tests/ts-lscpu-x86_64-xenfull +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -TS_DESC=x86_64-xenfull -. ./ts-lscpu.sh diff --git a/tests/ts-lscpu.sh b/tests/ts/lscpu/lscpu old mode 100644 new mode 100755 similarity index 64% rename from tests/ts-lscpu.sh rename to tests/ts/lscpu/lscpu index b97d2aeb..54e267af --- a/tests/ts-lscpu.sh +++ b/tests/ts/lscpu/lscpu @@ -1,3 +1,4 @@ +#!/bin/bash # # Copyright (C) 2008 Cai Qian # @@ -16,19 +17,25 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -. ./commands.sh -. ./functions.sh - -TS_COMPONENT="lscpu" +TS_TOPDIR="$(dirname $0)/../.." +. $TS_TOPDIR/functions.sh ts_init "$*" -# Architecture information is not applicable with -s. -"${TS_CMD_LSCPU}" -s "${TS_INPUT}" | grep -v "Architecture" \ - >"${TS_OUTPUT}" 2>&1 +for name in $(ls $TS_SELF/proc-dumps/ | sort); do + path=$TS_SELF/proc-dumps/$name + ts_init_subtest $name + + # Architecture information is not applicable with -s. + "${TS_CMD_LSCPU}" -s "${path}" | grep -v "Architecture" \ + >"${TS_OUTPUT}" 2>&1 -echo >>"${TS_OUTPUT}" + echo >>"${TS_OUTPUT}" -"${TS_CMD_LSCPU}" -p -s "${TS_INPUT}" >>"${TS_OUTPUT}" 2>&1 + "${TS_CMD_LSCPU}" -p -s "${path}" >>"${TS_OUTPUT}" 2>&1 + + ts_finalize_subtest +done ts_finalize + diff --git a/tests/mk-lscpu-input.sh b/tests/ts/lscpu/mk-input.sh similarity index 100% rename from tests/mk-lscpu-input.sh rename to tests/ts/lscpu/mk-input.sh diff --git a/tests/input/ts-lscpu-i386-amdshanghai/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/proc/cpuinfo diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/cache/index3/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/cache/index3/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/cache/index3/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu2/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu2/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/cache/index3/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu3/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu3/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/cache/index3/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu4/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu4/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/cache/index3/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu5/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu5/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/cache/index3/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu6/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu6/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/level b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/level rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/level diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/size b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/size rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/size diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/type b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/type rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/cache/index3/type diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-amdshanghai/sys/devices/system/cpu/cpu7/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-amdshanghai/sys/devices/system/cpu/cpu7/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-dellpe700/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/i386-dellpe700/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-i386-dellpe700/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/i386-dellpe700/proc/cpuinfo diff --git a/tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu0/thermal_throttle/count b/tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu0/thermal_throttle/count similarity index 100% rename from tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu0/thermal_throttle/count rename to tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu0/thermal_throttle/count diff --git a/tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu1/thermal_throttle/count b/tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu1/thermal_throttle/count similarity index 100% rename from tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu1/thermal_throttle/count rename to tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu1/thermal_throttle/count diff --git a/tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-dellpe700/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-dellpe700/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/proc/cpuinfo diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu2/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu2/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu3/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu3/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu4/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu4/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu5/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu5/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu6/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu6/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/cache/index2/type diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/topology/core_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/topology/core_siblings diff --git a/tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-i386-intels5000phb/sys/devices/system/cpu/cpu7/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/i386-intels5000phb/sys/devices/system/cpu/cpu7/topology/thread_siblings diff --git a/tests/input/ts-lscpu-i386-xenpara/proc/bus/pci/devices b/tests/ts/lscpu/proc-dumps/i386-xenpara/proc/bus/pci/devices similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/proc/bus/pci/devices rename to tests/ts/lscpu/proc-dumps/i386-xenpara/proc/bus/pci/devices diff --git a/tests/input/ts-lscpu-i386-xenpara/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/i386-xenpara/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/i386-xenpara/proc/cpuinfo diff --git a/tests/input/ts-lscpu-i386-xenpara/proc/xen/capabilities b/tests/ts/lscpu/proc-dumps/i386-xenpara/proc/xen/capabilities similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/proc/xen/capabilities rename to tests/ts/lscpu/proc-dumps/i386-xenpara/proc/xen/capabilities diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/i386-xenpara/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/proc/cpuinfo diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu2/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu3/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu4/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu5/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu6/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/cpu/cpu7/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpu4 b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpu4 similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpu4 rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpu4 diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpu5 b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpu5 similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpu5 rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpu5 diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpu6 b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpu6 similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpu6 rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpu6 diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpu7 b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpu7 similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpu7 rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpu7 diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpumap b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpumap similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node0/cpumap rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node0/cpumap diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpu0 b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpu0 similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpu0 rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpu0 diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpu1 b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpu1 similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpu1 rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpu1 diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpu2 b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpu2 similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpu2 rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpu2 diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpu3 b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpu3 similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpu3 rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpu3 diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpumap b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpumap similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node1/cpumap rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node1/cpumap diff --git a/tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node2/cpumap b/tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node2/cpumap similarity index 100% rename from tests/input/ts-lscpu-ia64-hpmatterhorn/sys/devices/system/node/node2/cpumap rename to tests/ts/lscpu/proc-dumps/ia64-hpmatterhorn/sys/devices/system/node/node2/cpumap diff --git a/tests/input/ts-lscpu-ia64-hprx1620/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/proc/cpuinfo diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/node/node0/cpu0 b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/node/node0/cpu0 similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/node/node0/cpu0 rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/node/node0/cpu0 diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/node/node0/cpu1 b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/node/node0/cpu1 similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/node/node0/cpu1 rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/node/node0/cpu1 diff --git a/tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/node/node0/cpumap b/tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/node/node0/cpumap similarity index 100% rename from tests/input/ts-lscpu-ia64-hprx1620/sys/devices/system/node/node0/cpumap rename to tests/ts/lscpu/proc-dumps/ia64-hprx1620/sys/devices/system/node/node0/cpumap diff --git a/tests/input/ts-lscpu-ia64-pg0/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/ia64-pg0/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/ia64-pg0/proc/cpuinfo diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu10/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu10/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu11/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu11/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu12/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu12/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu13/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu13/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu14/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu14/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu15/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu15/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu2/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu2/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu3/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu3/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu4/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu4/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu5/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu5/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu6/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu6/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu7/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu7/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu8/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu8/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index0/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index1/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index2/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index3/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/level b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/level similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/level rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/level diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/shared_cpu_map b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/shared_cpu_map diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/size b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/size similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/size rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/size diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/type b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/type similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/type rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/cache/index4/type diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/topology/core_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/topology/core_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/cpu/cpu9/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/cpu/cpu9/topology/thread_siblings diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu0 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu0 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu0 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu0 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu1 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu1 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu1 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu1 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu2 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu2 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu2 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu2 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu3 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu3 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu3 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu3 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu4 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu4 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu4 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu4 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu5 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu5 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu5 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu5 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu6 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu6 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu6 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu6 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu7 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu7 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpu7 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpu7 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpumap b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpumap similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node0/cpumap rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node0/cpumap diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu10 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu10 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu10 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu10 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu11 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu11 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu11 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu11 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu12 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu12 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu12 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu12 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu13 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu13 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu13 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu13 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu14 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu14 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu14 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu14 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu15 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu15 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu15 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu15 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu8 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu8 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu8 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu8 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu9 b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu9 similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpu9 rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpu9 diff --git a/tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpumap b/tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpumap similarity index 100% rename from tests/input/ts-lscpu-ia64-pg0/sys/devices/system/node/node1/cpumap rename to tests/ts/lscpu/proc-dumps/ia64-pg0/sys/devices/system/node/node1/cpumap diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/proc/cpuinfo diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu10/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu10/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu11/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu11/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu12/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu12/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu13/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu13/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu14/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu14/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu15/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu15/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu2/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu2/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu3/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu3/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu4/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu4/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu5/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu5/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu6/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu6/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu7/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu7/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu8/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu8/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/level b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/level rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/level diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/size b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/size rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/size diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/type b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/type rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/cache/index3/type diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/cpu/cpu9/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/cpu/cpu9/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpu0 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpu0 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpu0 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpu0 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpu12 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpu12 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpu12 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpu12 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpu4 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpu4 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpu4 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpu4 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpu8 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpu8 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpu8 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpu8 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpumap b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpumap similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node0/cpumap rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node0/cpumap diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpu1 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpu1 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpu1 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpu1 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpu13 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpu13 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpu13 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpu13 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpu5 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpu5 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpu5 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpu5 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpu9 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpu9 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpu9 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpu9 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpumap b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpumap similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node1/cpumap rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node1/cpumap diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpu10 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpu10 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpu10 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpu10 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpu14 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpu14 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpu14 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpu14 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpu2 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpu2 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpu2 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpu2 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpu6 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpu6 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpu6 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpu6 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpumap b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpumap similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node2/cpumap rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node2/cpumap diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpu11 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpu11 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpu11 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpu11 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpu15 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpu15 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpu15 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpu15 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpu3 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpu3 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpu3 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpu3 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpu7 b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpu7 similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpu7 rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpu7 diff --git a/tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpumap b/tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpumap similarity index 100% rename from tests/input/ts-lscpu-x86_64-hpdl585/sys/devices/system/node/node3/cpumap rename to tests/ts/lscpu/proc-dumps/x86_64-hpdl585/sys/devices/system/node/node3/cpumap diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/proc/cpuinfo diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/node/node0/cpu0 b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/node/node0/cpu0 similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/node/node0/cpu0 rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/node/node0/cpu0 diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/node/node0/cpu1 b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/node/node0/cpu1 similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/node/node0/cpu1 rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/node/node0/cpu1 diff --git a/tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/node/node0/cpumap b/tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/node/node0/cpumap similarity index 100% rename from tests/input/ts-lscpu-x86_64-ibme326m/sys/devices/system/node/node0/cpumap rename to tests/ts/lscpu/proc-dumps/x86_64-ibme326m/sys/devices/system/node/node0/cpumap diff --git a/tests/input/ts-lscpu-x86_64-necem14/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/x86_64-necem14/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/proc/cpuinfo diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/cpu/cpu1/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/cpu/cpu1/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/node/node0/cpu0 b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/node/node0/cpu0 similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/node/node0/cpu0 rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/node/node0/cpu0 diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/node/node0/cpu1 b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/node/node0/cpu1 similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/node/node0/cpu1 rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/node/node0/cpu1 diff --git a/tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/node/node0/cpumap b/tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/node/node0/cpumap similarity index 100% rename from tests/input/ts-lscpu-x86_64-necem14/sys/devices/system/node/node0/cpumap rename to tests/ts/lscpu/proc-dumps/x86_64-necem14/sys/devices/system/node/node0/cpumap diff --git a/tests/input/ts-lscpu-x86_64-xenfull/proc/bus/pci/devices b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/proc/bus/pci/devices similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/proc/bus/pci/devices rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/proc/bus/pci/devices diff --git a/tests/input/ts-lscpu-x86_64-xenfull/proc/cpuinfo b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/proc/cpuinfo similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/proc/cpuinfo rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/proc/cpuinfo diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/level b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/level rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/level diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/size b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/size rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/size diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/type b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/type rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index0/type diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/level b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/level rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/level diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/size b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/size rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/size diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/type b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/type rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index1/type diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/level b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/level similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/level rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/level diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/shared_cpu_map diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/size b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/size similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/size rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/size diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/type b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/type similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/type rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/cache/index2/type diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/topology/core_siblings b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/topology/core_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/topology/core_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/topology/core_siblings diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/topology/thread_siblings b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/topology/thread_siblings similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/cpu/cpu0/topology/thread_siblings rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/cpu/cpu0/topology/thread_siblings diff --git a/tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/node/node0/cpumap b/tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/node/node0/cpumap similarity index 100% rename from tests/input/ts-lscpu-x86_64-xenfull/sys/devices/system/node/node0/cpumap rename to tests/ts/lscpu/proc-dumps/x86_64-xenfull/sys/devices/system/node/node0/cpumap