diff --git a/lact-daemon/src/server/handler.rs b/lact-daemon/src/server/handler.rs index 9a4f4cab..79c2a04c 100644 --- a/lact-daemon/src/server/handler.rs +++ b/lact-daemon/src/server/handler.rs @@ -1181,13 +1181,13 @@ async fn apply_config_to_controllers( #[cfg(all(test, not(miri)))] pub(crate) fn read_pci_db() -> Database { - let path = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("../tests/data/pci.ids"); + let path = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("../tests/snapshots/pci.ids"); Database::read_from_file(&path).unwrap() } #[cfg(all(test, miri))] pub(crate) fn read_pci_db() -> Database { - let bytes = include_bytes!("../../../tests/data/pci.ids"); + let bytes = include_bytes!("../../../tests/snapshots/pci.ids"); Database::parse_db(std::io::Cursor::new(bytes)).unwrap() } diff --git a/lact-daemon/src/tests/mod.rs b/lact-daemon/src/tests/mod.rs index efe66851..4ab7d592 100644 --- a/lact-daemon/src/tests/mod.rs +++ b/lact-daemon/src/tests/mod.rs @@ -25,7 +25,7 @@ fn init_tracing() { async fn snapshot_everything() { init_tracing(); - let test_data_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("../tests/data"); + let test_data_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("../tests/snapshots"); let pci_db = read_pci_db(); for vendor_dir in fs::read_dir(test_data_dir).unwrap().flatten() { @@ -62,7 +62,7 @@ async fn apply_settings() { let local_set = LocalSet::new(); local_set.spawn_local(async move { - let test_data_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("src/tests/data"); + let test_data_dir = PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("../tests/snapshots"); let pci_db = read_pci_db(); for vendor_dir in fs::read_dir(test_data_dir).unwrap().flatten() { diff --git a/tests/data/amd/hd7870/card0/device/current_link_speed b/tests/snapshots/amd/hd7870/card0/device/current_link_speed similarity index 100% rename from tests/data/amd/hd7870/card0/device/current_link_speed rename to tests/snapshots/amd/hd7870/card0/device/current_link_speed diff --git a/tests/data/amd/hd7870/card0/device/current_link_width b/tests/snapshots/amd/hd7870/card0/device/current_link_width similarity index 100% rename from tests/data/amd/hd7870/card0/device/current_link_width rename to tests/snapshots/amd/hd7870/card0/device/current_link_width diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/freq1_input b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/freq1_input similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/freq1_input rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/freq1_input diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/name b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/name similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/name rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/name diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/pwm1 b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/pwm1 similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/pwm1 rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/pwm1 diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_enable b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_enable similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_enable rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_enable diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_max b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_max similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_max rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_max diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_min b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_min similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_min rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/pwm1_min diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/temp1_crit b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/temp1_crit similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/temp1_crit rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/temp1_crit diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/temp1_crit_hyst b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/temp1_crit_hyst similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/temp1_crit_hyst rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/temp1_crit_hyst diff --git a/tests/data/amd/hd7870/card0/device/hwmon/hwmon3/temp1_input b/tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/temp1_input similarity index 100% rename from tests/data/amd/hd7870/card0/device/hwmon/hwmon3/temp1_input rename to tests/snapshots/amd/hd7870/card0/device/hwmon/hwmon3/temp1_input diff --git a/tests/data/amd/hd7870/card0/device/uevent b/tests/snapshots/amd/hd7870/card0/device/uevent similarity index 100% rename from tests/data/amd/hd7870/card0/device/uevent rename to tests/snapshots/amd/hd7870/card0/device/uevent diff --git a/tests/data/amd/hd7870/card0/device/vendor b/tests/snapshots/amd/hd7870/card0/device/vendor similarity index 100% rename from tests/data/amd/hd7870/card0/device/vendor rename to tests/snapshots/amd/hd7870/card0/device/vendor diff --git a/tests/data/amd/phoenix/card1/boot_display b/tests/snapshots/amd/phoenix/card1/boot_display similarity index 100% rename from tests/data/amd/phoenix/card1/boot_display rename to tests/snapshots/amd/phoenix/card1/boot_display diff --git a/tests/data/amd/phoenix/card1/dev b/tests/snapshots/amd/phoenix/card1/dev similarity index 100% rename from tests/data/amd/phoenix/card1/dev rename to tests/snapshots/amd/phoenix/card1/dev diff --git a/tests/data/amd/phoenix/card1/device/ari_enabled b/tests/snapshots/amd/phoenix/card1/device/ari_enabled similarity index 100% rename from tests/data/amd/phoenix/card1/device/ari_enabled rename to tests/snapshots/amd/phoenix/card1/device/ari_enabled diff --git a/tests/data/amd/phoenix/card1/device/boot_vga b/tests/snapshots/amd/phoenix/card1/device/boot_vga similarity index 100% rename from tests/data/amd/phoenix/card1/device/boot_vga rename to tests/snapshots/amd/phoenix/card1/device/boot_vga diff --git a/tests/data/amd/phoenix/card1/device/broken_parity_status b/tests/snapshots/amd/phoenix/card1/device/broken_parity_status similarity index 100% rename from tests/data/amd/phoenix/card1/device/broken_parity_status rename to tests/snapshots/amd/phoenix/card1/device/broken_parity_status diff --git a/tests/data/amd/phoenix/card1/device/class b/tests/snapshots/amd/phoenix/card1/device/class similarity index 100% rename from tests/data/amd/phoenix/card1/device/class rename to tests/snapshots/amd/phoenix/card1/device/class diff --git a/tests/data/amd/phoenix/card1/device/compute_reset_mask b/tests/snapshots/amd/phoenix/card1/device/compute_reset_mask similarity index 100% rename from tests/data/amd/phoenix/card1/device/compute_reset_mask rename to tests/snapshots/amd/phoenix/card1/device/compute_reset_mask diff --git a/tests/data/amd/phoenix/card1/device/config b/tests/snapshots/amd/phoenix/card1/device/config similarity index 100% rename from tests/data/amd/phoenix/card1/device/config rename to tests/snapshots/amd/phoenix/card1/device/config diff --git a/tests/data/amd/phoenix/card1/device/consistent_dma_mask_bits b/tests/snapshots/amd/phoenix/card1/device/consistent_dma_mask_bits similarity index 100% rename from tests/data/amd/phoenix/card1/device/consistent_dma_mask_bits rename to tests/snapshots/amd/phoenix/card1/device/consistent_dma_mask_bits diff --git a/tests/data/amd/phoenix/card1/device/current_link_speed b/tests/snapshots/amd/phoenix/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/phoenix/card1/device/current_link_speed rename to tests/snapshots/amd/phoenix/card1/device/current_link_speed diff --git a/tests/data/amd/phoenix/card1/device/current_link_width b/tests/snapshots/amd/phoenix/card1/device/current_link_width similarity index 100% rename from tests/data/amd/phoenix/card1/device/current_link_width rename to tests/snapshots/amd/phoenix/card1/device/current_link_width diff --git a/tests/data/amd/phoenix/card1/device/d3cold_allowed b/tests/snapshots/amd/phoenix/card1/device/d3cold_allowed similarity index 100% rename from tests/data/amd/phoenix/card1/device/d3cold_allowed rename to tests/snapshots/amd/phoenix/card1/device/d3cold_allowed diff --git a/tests/data/amd/phoenix/card1/device/device b/tests/snapshots/amd/phoenix/card1/device/device similarity index 100% rename from tests/data/amd/phoenix/card1/device/device rename to tests/snapshots/amd/phoenix/card1/device/device diff --git a/tests/data/amd/phoenix/card1/device/dma_mask_bits b/tests/snapshots/amd/phoenix/card1/device/dma_mask_bits similarity index 100% rename from tests/data/amd/phoenix/card1/device/dma_mask_bits rename to tests/snapshots/amd/phoenix/card1/device/dma_mask_bits diff --git a/tests/data/amd/phoenix/card1/device/driver_override b/tests/snapshots/amd/phoenix/card1/device/driver_override similarity index 100% rename from tests/data/amd/phoenix/card1/device/driver_override rename to tests/snapshots/amd/phoenix/card1/device/driver_override diff --git a/tests/data/amd/phoenix/card1/device/enable b/tests/snapshots/amd/phoenix/card1/device/enable similarity index 100% rename from tests/data/amd/phoenix/card1/device/enable rename to tests/snapshots/amd/phoenix/card1/device/enable diff --git a/tests/data/amd/phoenix/card1/device/enforce_isolation b/tests/snapshots/amd/phoenix/card1/device/enforce_isolation similarity index 100% rename from tests/data/amd/phoenix/card1/device/enforce_isolation rename to tests/snapshots/amd/phoenix/card1/device/enforce_isolation diff --git a/tests/data/amd/phoenix/card1/device/fw_version/asd_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/asd_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/asd_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/asd_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/dmcub_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/dmcub_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/dmcub_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/dmcub_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/imu_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/imu_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/imu_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/imu_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/me_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/me_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/me_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/me_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/mec_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/mec_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/mec_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/mec_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/mes_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/mes_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/mes_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/mes_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/mes_kiq_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/mes_kiq_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/mes_kiq_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/mes_kiq_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/pfp_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/pfp_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/pfp_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/pfp_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/rlc_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/rlc_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/rlc_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/rlc_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/sdma_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/sdma_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/sdma_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/sdma_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/smc_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/smc_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/smc_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/smc_fw_version diff --git a/tests/data/amd/phoenix/card1/device/fw_version/vcn_fw_version b/tests/snapshots/amd/phoenix/card1/device/fw_version/vcn_fw_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/fw_version/vcn_fw_version rename to tests/snapshots/amd/phoenix/card1/device/fw_version/vcn_fw_version diff --git a/tests/data/amd/phoenix/card1/device/gfx_reset_mask b/tests/snapshots/amd/phoenix/card1/device/gfx_reset_mask similarity index 100% rename from tests/data/amd/phoenix/card1/device/gfx_reset_mask rename to tests/snapshots/amd/phoenix/card1/device/gfx_reset_mask diff --git a/tests/data/amd/phoenix/card1/device/gpu_busy_percent b/tests/snapshots/amd/phoenix/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/phoenix/card1/device/gpu_busy_percent rename to tests/snapshots/amd/phoenix/card1/device/gpu_busy_percent diff --git a/tests/data/amd/phoenix/card1/device/gpu_metrics b/tests/snapshots/amd/phoenix/card1/device/gpu_metrics similarity index 100% rename from tests/data/amd/phoenix/card1/device/gpu_metrics rename to tests/snapshots/amd/phoenix/card1/device/gpu_metrics diff --git a/tests/data/amd/phoenix/card1/device/hdcp_srm b/tests/snapshots/amd/phoenix/card1/device/hdcp_srm similarity index 100% rename from tests/data/amd/phoenix/card1/device/hdcp_srm rename to tests/snapshots/amd/phoenix/card1/device/hdcp_srm diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/freq1_input b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/freq1_input similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/freq1_input rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/freq1_input diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/freq1_label b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/freq1_label similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/freq1_label rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/freq1_label diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/in0_input b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/in0_input similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/in0_input rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/in0_input diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/in0_label b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/in0_label similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/in0_label rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/in0_label diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/in1_input b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/in1_input similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/in1_input rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/in1_input diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/in1_label b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/in1_label similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/in1_label rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/in1_label diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/name b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/name similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/name rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/name diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power/control b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power/control similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power/control rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power/control diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_active_time b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_active_time similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_active_time rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_active_time diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_status b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_status similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_status rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_status diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_suspended_time b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_suspended_time rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power/runtime_suspended_time diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power1_average b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power1_average similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power1_average rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power1_average diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power1_input b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power1_input similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power1_input rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power1_input diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power1_label b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power1_label similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/power1_label rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/power1_label diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/temp1_input b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/temp1_input similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/temp1_input rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/temp1_input diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/temp1_label b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/temp1_label similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/temp1_label rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/temp1_label diff --git a/tests/data/amd/phoenix/card1/device/hwmon/hwmon6/uevent b/tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/uevent similarity index 100% rename from tests/data/amd/phoenix/card1/device/hwmon/hwmon6/uevent rename to tests/snapshots/amd/phoenix/card1/device/hwmon/hwmon6/uevent diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/1/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/1/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/108/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/108/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/11/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/11/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/12/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/12/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/14/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/14/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/150/1/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/150/1/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/168/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/168/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/2/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/2/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/216/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/216/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/24/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/24/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/255/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/255/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/271/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/271/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/282/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/282/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/286/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/286/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/3/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/3/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/34/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/34/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/35/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/35/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/4/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/4/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/40/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/40/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/41/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/41/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/42/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/42/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/44/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/44/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/1/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/1/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/45/2/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/45/2/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/46/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/46/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/48/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/48/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/5/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/5/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/1/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/1/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/2/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/2/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/3/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/3/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/4/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/4/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/5/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/5/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/6/6/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/6/6/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/70/1/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/70/1/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/base_addr b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/base_addr similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/base_addr rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/base_addr diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/harvest b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/harvest similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/harvest rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/harvest diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/hw_id b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/hw_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/hw_id rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/hw_id diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/major b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/major similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/major rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/major diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/minor b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/minor similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/minor rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/minor diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/num_base_addresses b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/num_base_addresses similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/num_base_addresses rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/num_base_addresses diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/num_instance b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/num_instance similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/num_instance rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/num_instance diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/revision b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/91/0/revision rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/91/0/revision diff --git a/tests/data/amd/phoenix/card1/device/ip_discovery/die/0/num_ips b/tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/num_ips similarity index 100% rename from tests/data/amd/phoenix/card1/device/ip_discovery/die/0/num_ips rename to tests/snapshots/amd/phoenix/card1/device/ip_discovery/die/0/num_ips diff --git a/tests/data/amd/phoenix/card1/device/irq b/tests/snapshots/amd/phoenix/card1/device/irq similarity index 100% rename from tests/data/amd/phoenix/card1/device/irq rename to tests/snapshots/amd/phoenix/card1/device/irq diff --git a/tests/data/amd/phoenix/card1/device/jpeg_reset_mask b/tests/snapshots/amd/phoenix/card1/device/jpeg_reset_mask similarity index 100% rename from tests/data/amd/phoenix/card1/device/jpeg_reset_mask rename to tests/snapshots/amd/phoenix/card1/device/jpeg_reset_mask diff --git a/tests/data/amd/phoenix/card1/device/link/l0s_aspm b/tests/snapshots/amd/phoenix/card1/device/link/l0s_aspm similarity index 100% rename from tests/data/amd/phoenix/card1/device/link/l0s_aspm rename to tests/snapshots/amd/phoenix/card1/device/link/l0s_aspm diff --git a/tests/data/amd/phoenix/card1/device/link/l1_aspm b/tests/snapshots/amd/phoenix/card1/device/link/l1_aspm similarity index 100% rename from tests/data/amd/phoenix/card1/device/link/l1_aspm rename to tests/snapshots/amd/phoenix/card1/device/link/l1_aspm diff --git a/tests/data/amd/phoenix/card1/device/local_cpulist b/tests/snapshots/amd/phoenix/card1/device/local_cpulist similarity index 100% rename from tests/data/amd/phoenix/card1/device/local_cpulist rename to tests/snapshots/amd/phoenix/card1/device/local_cpulist diff --git a/tests/data/amd/phoenix/card1/device/local_cpus b/tests/snapshots/amd/phoenix/card1/device/local_cpus similarity index 100% rename from tests/data/amd/phoenix/card1/device/local_cpus rename to tests/snapshots/amd/phoenix/card1/device/local_cpus diff --git a/tests/data/amd/phoenix/card1/device/max_link_speed b/tests/snapshots/amd/phoenix/card1/device/max_link_speed similarity index 100% rename from tests/data/amd/phoenix/card1/device/max_link_speed rename to tests/snapshots/amd/phoenix/card1/device/max_link_speed diff --git a/tests/data/amd/phoenix/card1/device/max_link_width b/tests/snapshots/amd/phoenix/card1/device/max_link_width similarity index 100% rename from tests/data/amd/phoenix/card1/device/max_link_width rename to tests/snapshots/amd/phoenix/card1/device/max_link_width diff --git a/tests/data/amd/phoenix/card1/device/mem_info_gtt_total b/tests/snapshots/amd/phoenix/card1/device/mem_info_gtt_total similarity index 100% rename from tests/data/amd/phoenix/card1/device/mem_info_gtt_total rename to tests/snapshots/amd/phoenix/card1/device/mem_info_gtt_total diff --git a/tests/data/amd/phoenix/card1/device/mem_info_gtt_used b/tests/snapshots/amd/phoenix/card1/device/mem_info_gtt_used similarity index 100% rename from tests/data/amd/phoenix/card1/device/mem_info_gtt_used rename to tests/snapshots/amd/phoenix/card1/device/mem_info_gtt_used diff --git a/tests/data/amd/phoenix/card1/device/mem_info_preempt_used b/tests/snapshots/amd/phoenix/card1/device/mem_info_preempt_used similarity index 100% rename from tests/data/amd/phoenix/card1/device/mem_info_preempt_used rename to tests/snapshots/amd/phoenix/card1/device/mem_info_preempt_used diff --git a/tests/data/amd/phoenix/card1/device/mem_info_vis_vram_total b/tests/snapshots/amd/phoenix/card1/device/mem_info_vis_vram_total similarity index 100% rename from tests/data/amd/phoenix/card1/device/mem_info_vis_vram_total rename to tests/snapshots/amd/phoenix/card1/device/mem_info_vis_vram_total diff --git a/tests/data/amd/phoenix/card1/device/mem_info_vis_vram_used b/tests/snapshots/amd/phoenix/card1/device/mem_info_vis_vram_used similarity index 100% rename from tests/data/amd/phoenix/card1/device/mem_info_vis_vram_used rename to tests/snapshots/amd/phoenix/card1/device/mem_info_vis_vram_used diff --git a/tests/data/amd/phoenix/card1/device/mem_info_vram_total b/tests/snapshots/amd/phoenix/card1/device/mem_info_vram_total similarity index 100% rename from tests/data/amd/phoenix/card1/device/mem_info_vram_total rename to tests/snapshots/amd/phoenix/card1/device/mem_info_vram_total diff --git a/tests/data/amd/phoenix/card1/device/mem_info_vram_used b/tests/snapshots/amd/phoenix/card1/device/mem_info_vram_used similarity index 100% rename from tests/data/amd/phoenix/card1/device/mem_info_vram_used rename to tests/snapshots/amd/phoenix/card1/device/mem_info_vram_used diff --git a/tests/data/amd/phoenix/card1/device/modalias b/tests/snapshots/amd/phoenix/card1/device/modalias similarity index 100% rename from tests/data/amd/phoenix/card1/device/modalias rename to tests/snapshots/amd/phoenix/card1/device/modalias diff --git a/tests/data/amd/phoenix/card1/device/msi_bus b/tests/snapshots/amd/phoenix/card1/device/msi_bus similarity index 100% rename from tests/data/amd/phoenix/card1/device/msi_bus rename to tests/snapshots/amd/phoenix/card1/device/msi_bus diff --git a/tests/data/amd/phoenix/card1/device/numa_node b/tests/snapshots/amd/phoenix/card1/device/numa_node similarity index 100% rename from tests/data/amd/phoenix/card1/device/numa_node rename to tests/snapshots/amd/phoenix/card1/device/numa_node diff --git a/tests/data/amd/phoenix/card1/device/power/control b/tests/snapshots/amd/phoenix/card1/device/power/control similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/control rename to tests/snapshots/amd/phoenix/card1/device/power/control diff --git a/tests/data/amd/phoenix/card1/device/power/runtime_active_time b/tests/snapshots/amd/phoenix/card1/device/power/runtime_active_time similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/runtime_active_time rename to tests/snapshots/amd/phoenix/card1/device/power/runtime_active_time diff --git a/tests/data/amd/phoenix/card1/device/power/runtime_status b/tests/snapshots/amd/phoenix/card1/device/power/runtime_status similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/runtime_status rename to tests/snapshots/amd/phoenix/card1/device/power/runtime_status diff --git a/tests/data/amd/phoenix/card1/device/power/runtime_suspended_time b/tests/snapshots/amd/phoenix/card1/device/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/runtime_suspended_time rename to tests/snapshots/amd/phoenix/card1/device/power/runtime_suspended_time diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup b/tests/snapshots/amd/phoenix/card1/device/power/wakeup similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup_abort_count b/tests/snapshots/amd/phoenix/card1/device/power/wakeup_abort_count similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup_abort_count rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup_abort_count diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup_active b/tests/snapshots/amd/phoenix/card1/device/power/wakeup_active similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup_active rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup_active diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup_active_count b/tests/snapshots/amd/phoenix/card1/device/power/wakeup_active_count similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup_active_count rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup_active_count diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup_count b/tests/snapshots/amd/phoenix/card1/device/power/wakeup_count similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup_count rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup_count diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup_expire_count b/tests/snapshots/amd/phoenix/card1/device/power/wakeup_expire_count similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup_expire_count rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup_expire_count diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup_last_time_ms b/tests/snapshots/amd/phoenix/card1/device/power/wakeup_last_time_ms similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup_last_time_ms rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup_last_time_ms diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup_max_time_ms b/tests/snapshots/amd/phoenix/card1/device/power/wakeup_max_time_ms similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup_max_time_ms rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup_max_time_ms diff --git a/tests/data/amd/phoenix/card1/device/power/wakeup_total_time_ms b/tests/snapshots/amd/phoenix/card1/device/power/wakeup_total_time_ms similarity index 100% rename from tests/data/amd/phoenix/card1/device/power/wakeup_total_time_ms rename to tests/snapshots/amd/phoenix/card1/device/power/wakeup_total_time_ms diff --git a/tests/data/amd/phoenix/card1/device/power_dpm_force_performance_level b/tests/snapshots/amd/phoenix/card1/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/phoenix/card1/device/power_dpm_force_performance_level rename to tests/snapshots/amd/phoenix/card1/device/power_dpm_force_performance_level diff --git a/tests/data/amd/phoenix/card1/device/power_dpm_state b/tests/snapshots/amd/phoenix/card1/device/power_dpm_state similarity index 100% rename from tests/data/amd/phoenix/card1/device/power_dpm_state rename to tests/snapshots/amd/phoenix/card1/device/power_dpm_state diff --git a/tests/data/amd/phoenix/card1/device/power_state b/tests/snapshots/amd/phoenix/card1/device/power_state similarity index 100% rename from tests/data/amd/phoenix/card1/device/power_state rename to tests/snapshots/amd/phoenix/card1/device/power_state diff --git a/tests/data/amd/phoenix/card1/device/pp_cur_state b/tests/snapshots/amd/phoenix/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_cur_state rename to tests/snapshots/amd/phoenix/card1/device/pp_cur_state diff --git a/tests/data/amd/phoenix/card1/device/pp_dpm_dcefclk b/tests/snapshots/amd/phoenix/card1/device/pp_dpm_dcefclk similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_dpm_dcefclk rename to tests/snapshots/amd/phoenix/card1/device/pp_dpm_dcefclk diff --git a/tests/data/amd/phoenix/card1/device/pp_dpm_dclk b/tests/snapshots/amd/phoenix/card1/device/pp_dpm_dclk similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_dpm_dclk rename to tests/snapshots/amd/phoenix/card1/device/pp_dpm_dclk diff --git a/tests/data/amd/phoenix/card1/device/pp_dpm_fclk b/tests/snapshots/amd/phoenix/card1/device/pp_dpm_fclk similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_dpm_fclk rename to tests/snapshots/amd/phoenix/card1/device/pp_dpm_fclk diff --git a/tests/data/amd/phoenix/card1/device/pp_dpm_mclk b/tests/snapshots/amd/phoenix/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/phoenix/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/phoenix/card1/device/pp_dpm_pcie b/tests/snapshots/amd/phoenix/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/phoenix/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/phoenix/card1/device/pp_dpm_sclk b/tests/snapshots/amd/phoenix/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/phoenix/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/phoenix/card1/device/pp_dpm_socclk b/tests/snapshots/amd/phoenix/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/phoenix/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/phoenix/card1/device/pp_dpm_vclk b/tests/snapshots/amd/phoenix/card1/device/pp_dpm_vclk similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_dpm_vclk rename to tests/snapshots/amd/phoenix/card1/device/pp_dpm_vclk diff --git a/tests/data/amd/phoenix/card1/device/pp_force_state b/tests/snapshots/amd/phoenix/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_force_state rename to tests/snapshots/amd/phoenix/card1/device/pp_force_state diff --git a/tests/data/amd/phoenix/card1/device/pp_num_states b/tests/snapshots/amd/phoenix/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_num_states rename to tests/snapshots/amd/phoenix/card1/device/pp_num_states diff --git a/tests/data/amd/phoenix/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/phoenix/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/phoenix/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/phoenix/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/phoenix/card1/device/revision b/tests/snapshots/amd/phoenix/card1/device/revision similarity index 100% rename from tests/data/amd/phoenix/card1/device/revision rename to tests/snapshots/amd/phoenix/card1/device/revision diff --git a/tests/data/amd/phoenix/card1/device/sdma_reset_mask b/tests/snapshots/amd/phoenix/card1/device/sdma_reset_mask similarity index 100% rename from tests/data/amd/phoenix/card1/device/sdma_reset_mask rename to tests/snapshots/amd/phoenix/card1/device/sdma_reset_mask diff --git a/tests/data/amd/phoenix/card1/device/subsystem_device b/tests/snapshots/amd/phoenix/card1/device/subsystem_device similarity index 100% rename from tests/data/amd/phoenix/card1/device/subsystem_device rename to tests/snapshots/amd/phoenix/card1/device/subsystem_device diff --git a/tests/data/amd/phoenix/card1/device/subsystem_vendor b/tests/snapshots/amd/phoenix/card1/device/subsystem_vendor similarity index 100% rename from tests/data/amd/phoenix/card1/device/subsystem_vendor rename to tests/snapshots/amd/phoenix/card1/device/subsystem_vendor diff --git a/tests/data/amd/phoenix/card1/device/thermal_throttling_logging b/tests/snapshots/amd/phoenix/card1/device/thermal_throttling_logging similarity index 100% rename from tests/data/amd/phoenix/card1/device/thermal_throttling_logging rename to tests/snapshots/amd/phoenix/card1/device/thermal_throttling_logging diff --git a/tests/data/amd/phoenix/card1/device/uevent b/tests/snapshots/amd/phoenix/card1/device/uevent similarity index 100% rename from tests/data/amd/phoenix/card1/device/uevent rename to tests/snapshots/amd/phoenix/card1/device/uevent diff --git a/tests/data/amd/phoenix/card1/device/unique_id b/tests/snapshots/amd/phoenix/card1/device/unique_id similarity index 100% rename from tests/data/amd/phoenix/card1/device/unique_id rename to tests/snapshots/amd/phoenix/card1/device/unique_id diff --git a/tests/data/amd/phoenix/card1/device/vbios_build b/tests/snapshots/amd/phoenix/card1/device/vbios_build similarity index 100% rename from tests/data/amd/phoenix/card1/device/vbios_build rename to tests/snapshots/amd/phoenix/card1/device/vbios_build diff --git a/tests/data/amd/phoenix/card1/device/vbios_version b/tests/snapshots/amd/phoenix/card1/device/vbios_version similarity index 100% rename from tests/data/amd/phoenix/card1/device/vbios_version rename to tests/snapshots/amd/phoenix/card1/device/vbios_version diff --git a/tests/data/amd/phoenix/card1/device/vcn_busy_percent b/tests/snapshots/amd/phoenix/card1/device/vcn_busy_percent similarity index 100% rename from tests/data/amd/phoenix/card1/device/vcn_busy_percent rename to tests/snapshots/amd/phoenix/card1/device/vcn_busy_percent diff --git a/tests/data/amd/phoenix/card1/device/vcn_reset_mask b/tests/snapshots/amd/phoenix/card1/device/vcn_reset_mask similarity index 100% rename from tests/data/amd/phoenix/card1/device/vcn_reset_mask rename to tests/snapshots/amd/phoenix/card1/device/vcn_reset_mask diff --git a/tests/data/amd/phoenix/card1/device/vendor b/tests/snapshots/amd/phoenix/card1/device/vendor similarity index 100% rename from tests/data/amd/phoenix/card1/device/vendor rename to tests/snapshots/amd/phoenix/card1/device/vendor diff --git a/tests/data/amd/phoenix/card1/uevent b/tests/snapshots/amd/phoenix/card1/uevent similarity index 100% rename from tests/data/amd/phoenix/card1/uevent rename to tests/snapshots/amd/phoenix/card1/uevent diff --git a/tests/data/amd/phoenix/kfd/dev b/tests/snapshots/amd/phoenix/kfd/dev similarity index 100% rename from tests/data/amd/phoenix/kfd/dev rename to tests/snapshots/amd/phoenix/kfd/dev diff --git a/tests/data/amd/phoenix/kfd/power/control b/tests/snapshots/amd/phoenix/kfd/power/control similarity index 100% rename from tests/data/amd/phoenix/kfd/power/control rename to tests/snapshots/amd/phoenix/kfd/power/control diff --git a/tests/data/amd/phoenix/kfd/power/runtime_active_time b/tests/snapshots/amd/phoenix/kfd/power/runtime_active_time similarity index 100% rename from tests/data/amd/phoenix/kfd/power/runtime_active_time rename to tests/snapshots/amd/phoenix/kfd/power/runtime_active_time diff --git a/tests/data/amd/phoenix/kfd/power/runtime_status b/tests/snapshots/amd/phoenix/kfd/power/runtime_status similarity index 100% rename from tests/data/amd/phoenix/kfd/power/runtime_status rename to tests/snapshots/amd/phoenix/kfd/power/runtime_status diff --git a/tests/data/amd/phoenix/kfd/power/runtime_suspended_time b/tests/snapshots/amd/phoenix/kfd/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/phoenix/kfd/power/runtime_suspended_time rename to tests/snapshots/amd/phoenix/kfd/power/runtime_suspended_time diff --git a/tests/data/amd/phoenix/kfd/topology/generation_id b/tests/snapshots/amd/phoenix/kfd/topology/generation_id similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/generation_id rename to tests/snapshots/amd/phoenix/kfd/topology/generation_id diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/0/gpu_id b/tests/snapshots/amd/phoenix/kfd/topology/nodes/0/gpu_id similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/0/gpu_id rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/0/gpu_id diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/0/io_links/0/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/0/io_links/0/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/0/io_links/0/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/0/io_links/0/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/0/mem_banks/0/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/0/mem_banks/0/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/0/mem_banks/0/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/0/mem_banks/0/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/0/name b/tests/snapshots/amd/phoenix/kfd/topology/nodes/0/name similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/0/name rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/0/name diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/0/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/0/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/0/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/0/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/0/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/0/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/0/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/0/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/1/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/1/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/1/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/1/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/10/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/10/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/10/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/10/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/11/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/11/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/11/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/11/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/12/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/12/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/12/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/12/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/13/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/13/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/13/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/13/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/14/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/14/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/14/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/14/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/15/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/15/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/15/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/15/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/16/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/16/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/16/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/16/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/17/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/17/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/17/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/17/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/18/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/18/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/18/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/18/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/19/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/19/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/19/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/19/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/2/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/2/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/2/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/2/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/20/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/20/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/20/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/20/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/21/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/21/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/21/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/21/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/22/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/22/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/22/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/22/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/23/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/23/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/23/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/23/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/24/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/24/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/24/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/24/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/25/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/25/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/25/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/25/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/26/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/26/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/26/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/26/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/3/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/3/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/3/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/3/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/4/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/4/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/4/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/4/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/5/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/5/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/5/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/5/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/6/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/6/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/6/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/6/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/7/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/7/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/7/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/7/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/8/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/8/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/8/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/8/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/caches/9/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/9/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/caches/9/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/caches/9/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/gpu_id b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/gpu_id similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/gpu_id rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/gpu_id diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/io_links/0/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/io_links/0/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/io_links/0/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/io_links/0/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/mem_banks/0/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/mem_banks/0/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/mem_banks/0/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/mem_banks/0/properties diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/name b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/name similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/name rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/name diff --git a/tests/data/amd/phoenix/kfd/topology/nodes/1/properties b/tests/snapshots/amd/phoenix/kfd/topology/nodes/1/properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/nodes/1/properties rename to tests/snapshots/amd/phoenix/kfd/topology/nodes/1/properties diff --git a/tests/data/amd/phoenix/kfd/topology/system_properties b/tests/snapshots/amd/phoenix/kfd/topology/system_properties similarity index 100% rename from tests/data/amd/phoenix/kfd/topology/system_properties rename to tests/snapshots/amd/phoenix/kfd/topology/system_properties diff --git a/tests/data/amd/phoenix/kfd/uevent b/tests/snapshots/amd/phoenix/kfd/uevent similarity index 100% rename from tests/data/amd/phoenix/kfd/uevent rename to tests/snapshots/amd/phoenix/kfd/uevent diff --git a/tests/data/amd/r7-240/card1/dev b/tests/snapshots/amd/r7-240/card1/dev similarity index 100% rename from tests/data/amd/r7-240/card1/dev rename to tests/snapshots/amd/r7-240/card1/dev diff --git a/tests/data/amd/r7-240/card1/device/aer_dev_correctable b/tests/snapshots/amd/r7-240/card1/device/aer_dev_correctable similarity index 100% rename from tests/data/amd/r7-240/card1/device/aer_dev_correctable rename to tests/snapshots/amd/r7-240/card1/device/aer_dev_correctable diff --git a/tests/data/amd/r7-240/card1/device/aer_dev_fatal b/tests/snapshots/amd/r7-240/card1/device/aer_dev_fatal similarity index 100% rename from tests/data/amd/r7-240/card1/device/aer_dev_fatal rename to tests/snapshots/amd/r7-240/card1/device/aer_dev_fatal diff --git a/tests/data/amd/r7-240/card1/device/aer_dev_nonfatal b/tests/snapshots/amd/r7-240/card1/device/aer_dev_nonfatal similarity index 100% rename from tests/data/amd/r7-240/card1/device/aer_dev_nonfatal rename to tests/snapshots/amd/r7-240/card1/device/aer_dev_nonfatal diff --git a/tests/data/amd/r7-240/card1/device/ari_enabled b/tests/snapshots/amd/r7-240/card1/device/ari_enabled similarity index 100% rename from tests/data/amd/r7-240/card1/device/ari_enabled rename to tests/snapshots/amd/r7-240/card1/device/ari_enabled diff --git a/tests/data/amd/r7-240/card1/device/boot_vga b/tests/snapshots/amd/r7-240/card1/device/boot_vga similarity index 100% rename from tests/data/amd/r7-240/card1/device/boot_vga rename to tests/snapshots/amd/r7-240/card1/device/boot_vga diff --git a/tests/data/amd/r7-240/card1/device/broken_parity_status b/tests/snapshots/amd/r7-240/card1/device/broken_parity_status similarity index 100% rename from tests/data/amd/r7-240/card1/device/broken_parity_status rename to tests/snapshots/amd/r7-240/card1/device/broken_parity_status diff --git a/tests/data/amd/r7-240/card1/device/class b/tests/snapshots/amd/r7-240/card1/device/class similarity index 100% rename from tests/data/amd/r7-240/card1/device/class rename to tests/snapshots/amd/r7-240/card1/device/class diff --git a/tests/data/amd/r7-240/card1/device/config b/tests/snapshots/amd/r7-240/card1/device/config similarity index 100% rename from tests/data/amd/r7-240/card1/device/config rename to tests/snapshots/amd/r7-240/card1/device/config diff --git a/tests/data/amd/r7-240/card1/device/consistent_dma_mask_bits b/tests/snapshots/amd/r7-240/card1/device/consistent_dma_mask_bits similarity index 100% rename from tests/data/amd/r7-240/card1/device/consistent_dma_mask_bits rename to tests/snapshots/amd/r7-240/card1/device/consistent_dma_mask_bits diff --git a/tests/data/amd/r7-240/card1/device/current_link_speed b/tests/snapshots/amd/r7-240/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/r7-240/card1/device/current_link_speed rename to tests/snapshots/amd/r7-240/card1/device/current_link_speed diff --git a/tests/data/amd/r7-240/card1/device/current_link_width b/tests/snapshots/amd/r7-240/card1/device/current_link_width similarity index 100% rename from tests/data/amd/r7-240/card1/device/current_link_width rename to tests/snapshots/amd/r7-240/card1/device/current_link_width diff --git a/tests/data/amd/r7-240/card1/device/d3cold_allowed b/tests/snapshots/amd/r7-240/card1/device/d3cold_allowed similarity index 100% rename from tests/data/amd/r7-240/card1/device/d3cold_allowed rename to tests/snapshots/amd/r7-240/card1/device/d3cold_allowed diff --git a/tests/data/amd/r7-240/card1/device/device b/tests/snapshots/amd/r7-240/card1/device/device similarity index 100% rename from tests/data/amd/r7-240/card1/device/device rename to tests/snapshots/amd/r7-240/card1/device/device diff --git a/tests/data/amd/r7-240/card1/device/dma_mask_bits b/tests/snapshots/amd/r7-240/card1/device/dma_mask_bits similarity index 100% rename from tests/data/amd/r7-240/card1/device/dma_mask_bits rename to tests/snapshots/amd/r7-240/card1/device/dma_mask_bits diff --git a/tests/data/amd/r7-240/card1/device/driver_override b/tests/snapshots/amd/r7-240/card1/device/driver_override similarity index 100% rename from tests/data/amd/r7-240/card1/device/driver_override rename to tests/snapshots/amd/r7-240/card1/device/driver_override diff --git a/tests/data/amd/r7-240/card1/device/enable b/tests/snapshots/amd/r7-240/card1/device/enable similarity index 100% rename from tests/data/amd/r7-240/card1/device/enable rename to tests/snapshots/amd/r7-240/card1/device/enable diff --git a/tests/data/amd/r7-240/card1/device/fw_version/asd_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/asd_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/asd_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/asd_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/ce_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/ce_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/ce_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/ce_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/dmcu_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/dmcu_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/dmcu_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/dmcu_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/imu_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/imu_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/imu_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/imu_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/mc_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/mc_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/mc_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/mc_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/me_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/me_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/me_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/me_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/mec2_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/mec2_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/mec2_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/mec2_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/mec_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/mec_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/mec_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/mec_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/pfp_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/pfp_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/pfp_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/pfp_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/rlc_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/rlc_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/rlc_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/rlc_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/rlc_srlc_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/rlc_srlc_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/rlc_srlc_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/rlc_srlc_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/rlc_srlg_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/rlc_srlg_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/rlc_srlg_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/rlc_srlg_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/rlc_srls_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/rlc_srls_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/rlc_srls_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/rlc_srls_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/sdma2_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/sdma2_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/sdma2_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/sdma2_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/sdma_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/sdma_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/sdma_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/sdma_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/smc_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/smc_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/smc_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/smc_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/sos_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/sos_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/sos_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/sos_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/ta_ras_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/ta_ras_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/ta_ras_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/ta_ras_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/ta_xgmi_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/ta_xgmi_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/ta_xgmi_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/ta_xgmi_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/uvd_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/uvd_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/uvd_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/uvd_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/vce_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/vce_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/vce_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/vce_fw_version diff --git a/tests/data/amd/r7-240/card1/device/fw_version/vcn_fw_version b/tests/snapshots/amd/r7-240/card1/device/fw_version/vcn_fw_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/fw_version/vcn_fw_version rename to tests/snapshots/amd/r7-240/card1/device/fw_version/vcn_fw_version diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/fan1_enable b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/fan1_enable similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/fan1_enable rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/fan1_enable diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/freq1_input b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/freq1_input similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/freq1_input rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/freq1_input diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/freq1_label b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/freq1_label similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/freq1_label rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/freq1_label diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/freq2_input b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/freq2_input similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/freq2_input rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/freq2_input diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/freq2_label b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/freq2_label similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/freq2_label rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/freq2_label diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/name b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/name similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/name rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/name diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/async b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/async similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/async rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/async diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/control b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/control similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/control rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/control diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_active_kids b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_active_kids similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_active_kids rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_active_kids diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_active_time b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_active_time similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_active_time rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_active_time diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_enabled b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_enabled similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_enabled rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_enabled diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_status b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_status similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_status rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_status diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_suspended_time b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_suspended_time rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_suspended_time diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_usage b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_usage similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_usage rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power/runtime_usage diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power1_label b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power1_label similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/power1_label rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/power1_label diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/pwm1 b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/pwm1 similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/pwm1 rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/pwm1 diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_enable b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_enable similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_enable rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_enable diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_max b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_max similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_max rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_max diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_min b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_min similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_min rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/pwm1_min diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/temp1_crit b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/temp1_crit similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/temp1_crit rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/temp1_crit diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/temp1_crit_hyst b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/temp1_crit_hyst similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/temp1_crit_hyst rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/temp1_crit_hyst diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/temp1_input b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/temp1_input similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/temp1_input rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/temp1_input diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/temp1_label b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/temp1_label similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/temp1_label rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/temp1_label diff --git a/tests/data/amd/r7-240/card1/device/hwmon/hwmon1/uevent b/tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/uevent similarity index 100% rename from tests/data/amd/r7-240/card1/device/hwmon/hwmon1/uevent rename to tests/snapshots/amd/r7-240/card1/device/hwmon/hwmon1/uevent diff --git a/tests/data/amd/r7-240/card1/device/irq b/tests/snapshots/amd/r7-240/card1/device/irq similarity index 100% rename from tests/data/amd/r7-240/card1/device/irq rename to tests/snapshots/amd/r7-240/card1/device/irq diff --git a/tests/data/amd/r7-240/card1/device/local_cpulist b/tests/snapshots/amd/r7-240/card1/device/local_cpulist similarity index 100% rename from tests/data/amd/r7-240/card1/device/local_cpulist rename to tests/snapshots/amd/r7-240/card1/device/local_cpulist diff --git a/tests/data/amd/r7-240/card1/device/local_cpus b/tests/snapshots/amd/r7-240/card1/device/local_cpus similarity index 100% rename from tests/data/amd/r7-240/card1/device/local_cpus rename to tests/snapshots/amd/r7-240/card1/device/local_cpus diff --git a/tests/data/amd/r7-240/card1/device/max_link_speed b/tests/snapshots/amd/r7-240/card1/device/max_link_speed similarity index 100% rename from tests/data/amd/r7-240/card1/device/max_link_speed rename to tests/snapshots/amd/r7-240/card1/device/max_link_speed diff --git a/tests/data/amd/r7-240/card1/device/max_link_width b/tests/snapshots/amd/r7-240/card1/device/max_link_width similarity index 100% rename from tests/data/amd/r7-240/card1/device/max_link_width rename to tests/snapshots/amd/r7-240/card1/device/max_link_width diff --git a/tests/data/amd/r7-240/card1/device/mem_info_gtt_total b/tests/snapshots/amd/r7-240/card1/device/mem_info_gtt_total similarity index 100% rename from tests/data/amd/r7-240/card1/device/mem_info_gtt_total rename to tests/snapshots/amd/r7-240/card1/device/mem_info_gtt_total diff --git a/tests/data/amd/r7-240/card1/device/mem_info_gtt_used b/tests/snapshots/amd/r7-240/card1/device/mem_info_gtt_used similarity index 100% rename from tests/data/amd/r7-240/card1/device/mem_info_gtt_used rename to tests/snapshots/amd/r7-240/card1/device/mem_info_gtt_used diff --git a/tests/data/amd/r7-240/card1/device/mem_info_preempt_used b/tests/snapshots/amd/r7-240/card1/device/mem_info_preempt_used similarity index 100% rename from tests/data/amd/r7-240/card1/device/mem_info_preempt_used rename to tests/snapshots/amd/r7-240/card1/device/mem_info_preempt_used diff --git a/tests/data/amd/r7-240/card1/device/mem_info_vis_vram_total b/tests/snapshots/amd/r7-240/card1/device/mem_info_vis_vram_total similarity index 100% rename from tests/data/amd/r7-240/card1/device/mem_info_vis_vram_total rename to tests/snapshots/amd/r7-240/card1/device/mem_info_vis_vram_total diff --git a/tests/data/amd/r7-240/card1/device/mem_info_vis_vram_used b/tests/snapshots/amd/r7-240/card1/device/mem_info_vis_vram_used similarity index 100% rename from tests/data/amd/r7-240/card1/device/mem_info_vis_vram_used rename to tests/snapshots/amd/r7-240/card1/device/mem_info_vis_vram_used diff --git a/tests/data/amd/r7-240/card1/device/mem_info_vram_total b/tests/snapshots/amd/r7-240/card1/device/mem_info_vram_total similarity index 100% rename from tests/data/amd/r7-240/card1/device/mem_info_vram_total rename to tests/snapshots/amd/r7-240/card1/device/mem_info_vram_total diff --git a/tests/data/amd/r7-240/card1/device/mem_info_vram_used b/tests/snapshots/amd/r7-240/card1/device/mem_info_vram_used similarity index 100% rename from tests/data/amd/r7-240/card1/device/mem_info_vram_used rename to tests/snapshots/amd/r7-240/card1/device/mem_info_vram_used diff --git a/tests/data/amd/r7-240/card1/device/mem_info_vram_vendor b/tests/snapshots/amd/r7-240/card1/device/mem_info_vram_vendor similarity index 100% rename from tests/data/amd/r7-240/card1/device/mem_info_vram_vendor rename to tests/snapshots/amd/r7-240/card1/device/mem_info_vram_vendor diff --git a/tests/data/amd/r7-240/card1/device/modalias b/tests/snapshots/amd/r7-240/card1/device/modalias similarity index 100% rename from tests/data/amd/r7-240/card1/device/modalias rename to tests/snapshots/amd/r7-240/card1/device/modalias diff --git a/tests/data/amd/r7-240/card1/device/msi_bus b/tests/snapshots/amd/r7-240/card1/device/msi_bus similarity index 100% rename from tests/data/amd/r7-240/card1/device/msi_bus rename to tests/snapshots/amd/r7-240/card1/device/msi_bus diff --git a/tests/data/amd/r7-240/card1/device/numa_node b/tests/snapshots/amd/r7-240/card1/device/numa_node similarity index 100% rename from tests/data/amd/r7-240/card1/device/numa_node rename to tests/snapshots/amd/r7-240/card1/device/numa_node diff --git a/tests/data/amd/r7-240/card1/device/pcie_replay_count b/tests/snapshots/amd/r7-240/card1/device/pcie_replay_count similarity index 100% rename from tests/data/amd/r7-240/card1/device/pcie_replay_count rename to tests/snapshots/amd/r7-240/card1/device/pcie_replay_count diff --git a/tests/data/amd/r7-240/card1/device/power/async b/tests/snapshots/amd/r7-240/card1/device/power/async similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/async rename to tests/snapshots/amd/r7-240/card1/device/power/async diff --git a/tests/data/amd/r7-240/card1/device/power/control b/tests/snapshots/amd/r7-240/card1/device/power/control similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/control rename to tests/snapshots/amd/r7-240/card1/device/power/control diff --git a/tests/data/amd/r7-240/card1/device/power/runtime_active_kids b/tests/snapshots/amd/r7-240/card1/device/power/runtime_active_kids similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/runtime_active_kids rename to tests/snapshots/amd/r7-240/card1/device/power/runtime_active_kids diff --git a/tests/data/amd/r7-240/card1/device/power/runtime_active_time b/tests/snapshots/amd/r7-240/card1/device/power/runtime_active_time similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/runtime_active_time rename to tests/snapshots/amd/r7-240/card1/device/power/runtime_active_time diff --git a/tests/data/amd/r7-240/card1/device/power/runtime_enabled b/tests/snapshots/amd/r7-240/card1/device/power/runtime_enabled similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/runtime_enabled rename to tests/snapshots/amd/r7-240/card1/device/power/runtime_enabled diff --git a/tests/data/amd/r7-240/card1/device/power/runtime_status b/tests/snapshots/amd/r7-240/card1/device/power/runtime_status similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/runtime_status rename to tests/snapshots/amd/r7-240/card1/device/power/runtime_status diff --git a/tests/data/amd/r7-240/card1/device/power/runtime_suspended_time b/tests/snapshots/amd/r7-240/card1/device/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/runtime_suspended_time rename to tests/snapshots/amd/r7-240/card1/device/power/runtime_suspended_time diff --git a/tests/data/amd/r7-240/card1/device/power/runtime_usage b/tests/snapshots/amd/r7-240/card1/device/power/runtime_usage similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/runtime_usage rename to tests/snapshots/amd/r7-240/card1/device/power/runtime_usage diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup b/tests/snapshots/amd/r7-240/card1/device/power/wakeup similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup_abort_count b/tests/snapshots/amd/r7-240/card1/device/power/wakeup_abort_count similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup_abort_count rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup_abort_count diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup_active b/tests/snapshots/amd/r7-240/card1/device/power/wakeup_active similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup_active rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup_active diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup_active_count b/tests/snapshots/amd/r7-240/card1/device/power/wakeup_active_count similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup_active_count rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup_active_count diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup_count b/tests/snapshots/amd/r7-240/card1/device/power/wakeup_count similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup_count rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup_count diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup_expire_count b/tests/snapshots/amd/r7-240/card1/device/power/wakeup_expire_count similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup_expire_count rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup_expire_count diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup_last_time_ms b/tests/snapshots/amd/r7-240/card1/device/power/wakeup_last_time_ms similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup_last_time_ms rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup_last_time_ms diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup_max_time_ms b/tests/snapshots/amd/r7-240/card1/device/power/wakeup_max_time_ms similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup_max_time_ms rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup_max_time_ms diff --git a/tests/data/amd/r7-240/card1/device/power/wakeup_total_time_ms b/tests/snapshots/amd/r7-240/card1/device/power/wakeup_total_time_ms similarity index 100% rename from tests/data/amd/r7-240/card1/device/power/wakeup_total_time_ms rename to tests/snapshots/amd/r7-240/card1/device/power/wakeup_total_time_ms diff --git a/tests/data/amd/r7-240/card1/device/power_dpm_force_performance_level b/tests/snapshots/amd/r7-240/card1/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/r7-240/card1/device/power_dpm_force_performance_level rename to tests/snapshots/amd/r7-240/card1/device/power_dpm_force_performance_level diff --git a/tests/data/amd/r7-240/card1/device/power_dpm_state b/tests/snapshots/amd/r7-240/card1/device/power_dpm_state similarity index 100% rename from tests/data/amd/r7-240/card1/device/power_dpm_state rename to tests/snapshots/amd/r7-240/card1/device/power_dpm_state diff --git a/tests/data/amd/r7-240/card1/device/power_state b/tests/snapshots/amd/r7-240/card1/device/power_state similarity index 100% rename from tests/data/amd/r7-240/card1/device/power_state rename to tests/snapshots/amd/r7-240/card1/device/power_state diff --git a/tests/data/amd/r7-240/card1/device/pp_dpm_mclk b/tests/snapshots/amd/r7-240/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/r7-240/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/r7-240/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/r7-240/card1/device/pp_dpm_pcie b/tests/snapshots/amd/r7-240/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/r7-240/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/r7-240/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/r7-240/card1/device/pp_dpm_sclk b/tests/snapshots/amd/r7-240/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/r7-240/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/r7-240/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/r7-240/card1/device/pp_force_state b/tests/snapshots/amd/r7-240/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/r7-240/card1/device/pp_force_state rename to tests/snapshots/amd/r7-240/card1/device/pp_force_state diff --git a/tests/data/amd/r7-240/card1/device/pp_mclk_od b/tests/snapshots/amd/r7-240/card1/device/pp_mclk_od similarity index 100% rename from tests/data/amd/r7-240/card1/device/pp_mclk_od rename to tests/snapshots/amd/r7-240/card1/device/pp_mclk_od diff --git a/tests/data/amd/r7-240/card1/device/pp_num_states b/tests/snapshots/amd/r7-240/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/r7-240/card1/device/pp_num_states rename to tests/snapshots/amd/r7-240/card1/device/pp_num_states diff --git a/tests/data/amd/r7-240/card1/device/pp_sclk_od b/tests/snapshots/amd/r7-240/card1/device/pp_sclk_od similarity index 100% rename from tests/data/amd/r7-240/card1/device/pp_sclk_od rename to tests/snapshots/amd/r7-240/card1/device/pp_sclk_od diff --git a/tests/data/amd/r7-240/card1/device/pp_table b/tests/snapshots/amd/r7-240/card1/device/pp_table similarity index 100% rename from tests/data/amd/r7-240/card1/device/pp_table rename to tests/snapshots/amd/r7-240/card1/device/pp_table diff --git a/tests/data/amd/r7-240/card1/device/product_name b/tests/snapshots/amd/r7-240/card1/device/product_name similarity index 100% rename from tests/data/amd/r7-240/card1/device/product_name rename to tests/snapshots/amd/r7-240/card1/device/product_name diff --git a/tests/data/amd/r7-240/card1/device/product_number b/tests/snapshots/amd/r7-240/card1/device/product_number similarity index 100% rename from tests/data/amd/r7-240/card1/device/product_number rename to tests/snapshots/amd/r7-240/card1/device/product_number diff --git a/tests/data/amd/r7-240/card1/device/revision b/tests/snapshots/amd/r7-240/card1/device/revision similarity index 100% rename from tests/data/amd/r7-240/card1/device/revision rename to tests/snapshots/amd/r7-240/card1/device/revision diff --git a/tests/data/amd/r7-240/card1/device/subsystem_device b/tests/snapshots/amd/r7-240/card1/device/subsystem_device similarity index 100% rename from tests/data/amd/r7-240/card1/device/subsystem_device rename to tests/snapshots/amd/r7-240/card1/device/subsystem_device diff --git a/tests/data/amd/r7-240/card1/device/subsystem_vendor b/tests/snapshots/amd/r7-240/card1/device/subsystem_vendor similarity index 100% rename from tests/data/amd/r7-240/card1/device/subsystem_vendor rename to tests/snapshots/amd/r7-240/card1/device/subsystem_vendor diff --git a/tests/data/amd/r7-240/card1/device/thermal_throttling_logging b/tests/snapshots/amd/r7-240/card1/device/thermal_throttling_logging similarity index 100% rename from tests/data/amd/r7-240/card1/device/thermal_throttling_logging rename to tests/snapshots/amd/r7-240/card1/device/thermal_throttling_logging diff --git a/tests/data/amd/r7-240/card1/device/uevent b/tests/snapshots/amd/r7-240/card1/device/uevent similarity index 100% rename from tests/data/amd/r7-240/card1/device/uevent rename to tests/snapshots/amd/r7-240/card1/device/uevent diff --git a/tests/data/amd/r7-240/card1/device/vbios_version b/tests/snapshots/amd/r7-240/card1/device/vbios_version similarity index 100% rename from tests/data/amd/r7-240/card1/device/vbios_version rename to tests/snapshots/amd/r7-240/card1/device/vbios_version diff --git a/tests/data/amd/r7-240/card1/device/vendor b/tests/snapshots/amd/r7-240/card1/device/vendor similarity index 100% rename from tests/data/amd/r7-240/card1/device/vendor rename to tests/snapshots/amd/r7-240/card1/device/vendor diff --git a/tests/data/amd/r7-240/card1/uevent b/tests/snapshots/amd/r7-240/card1/uevent similarity index 100% rename from tests/data/amd/r7-240/card1/uevent rename to tests/snapshots/amd/r7-240/card1/uevent diff --git a/tests/data/amd/r9-280/card0/device/current_link_speed b/tests/snapshots/amd/r9-280/card0/device/current_link_speed similarity index 100% rename from tests/data/amd/r9-280/card0/device/current_link_speed rename to tests/snapshots/amd/r9-280/card0/device/current_link_speed diff --git a/tests/data/amd/r9-280/card0/device/current_link_width b/tests/snapshots/amd/r9-280/card0/device/current_link_width similarity index 100% rename from tests/data/amd/r9-280/card0/device/current_link_width rename to tests/snapshots/amd/r9-280/card0/device/current_link_width diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/fan1_enable b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/fan1_enable similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/fan1_enable rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/fan1_enable diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/freq1_input b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/freq1_input similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/freq1_input rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/freq1_input diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/freq1_label b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/freq1_label similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/freq1_label rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/freq1_label diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/freq2_input b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/freq2_input similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/freq2_input rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/freq2_input diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/freq2_label b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/freq2_label similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/freq2_label rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/freq2_label diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/name b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/name similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/name rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/name diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/power1_label b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/power1_label similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/power1_label rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/power1_label diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/pwm1 b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/pwm1 similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/pwm1 rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/pwm1 diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_enable b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_enable similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_enable rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_enable diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_max b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_max similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_max rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_max diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_min b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_min similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_min rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/pwm1_min diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/temp1_crit b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/temp1_crit similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/temp1_crit rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/temp1_crit diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/temp1_crit_hyst b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/temp1_crit_hyst similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/temp1_crit_hyst rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/temp1_crit_hyst diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/temp1_input b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/temp1_input similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/temp1_input rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/temp1_input diff --git a/tests/data/amd/r9-280/card0/device/hwmon/hwmon0/temp1_label b/tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/temp1_label similarity index 100% rename from tests/data/amd/r9-280/card0/device/hwmon/hwmon0/temp1_label rename to tests/snapshots/amd/r9-280/card0/device/hwmon/hwmon0/temp1_label diff --git a/tests/data/amd/r9-280/card0/device/pp_dpm_mclk b/tests/snapshots/amd/r9-280/card0/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/r9-280/card0/device/pp_dpm_mclk rename to tests/snapshots/amd/r9-280/card0/device/pp_dpm_mclk diff --git a/tests/data/amd/r9-280/card0/device/pp_dpm_pcie b/tests/snapshots/amd/r9-280/card0/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/r9-280/card0/device/pp_dpm_pcie rename to tests/snapshots/amd/r9-280/card0/device/pp_dpm_pcie diff --git a/tests/data/amd/r9-280/card0/device/pp_dpm_sclk b/tests/snapshots/amd/r9-280/card0/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/r9-280/card0/device/pp_dpm_sclk rename to tests/snapshots/amd/r9-280/card0/device/pp_dpm_sclk diff --git a/tests/data/amd/r9-280/card0/device/pp_force_state b/tests/snapshots/amd/r9-280/card0/device/pp_force_state similarity index 100% rename from tests/data/amd/r9-280/card0/device/pp_force_state rename to tests/snapshots/amd/r9-280/card0/device/pp_force_state diff --git a/tests/data/amd/r9-280/card0/device/pp_num_states b/tests/snapshots/amd/r9-280/card0/device/pp_num_states similarity index 100% rename from tests/data/amd/r9-280/card0/device/pp_num_states rename to tests/snapshots/amd/r9-280/card0/device/pp_num_states diff --git a/tests/data/amd/r9-280/card0/device/pp_table b/tests/snapshots/amd/r9-280/card0/device/pp_table similarity index 100% rename from tests/data/amd/r9-280/card0/device/pp_table rename to tests/snapshots/amd/r9-280/card0/device/pp_table diff --git a/tests/data/amd/r9-280/card0/device/uevent b/tests/snapshots/amd/r9-280/card0/device/uevent similarity index 100% rename from tests/data/amd/r9-280/card0/device/uevent rename to tests/snapshots/amd/r9-280/card0/device/uevent diff --git a/tests/data/amd/r9-280/card0/device/vbios_version b/tests/snapshots/amd/r9-280/card0/device/vbios_version similarity index 100% rename from tests/data/amd/r9-280/card0/device/vbios_version rename to tests/snapshots/amd/r9-280/card0/device/vbios_version diff --git a/tests/data/amd/r9-280/card0/device/vendor b/tests/snapshots/amd/r9-280/card0/device/vendor similarity index 100% rename from tests/data/amd/r9-280/card0/device/vendor rename to tests/snapshots/amd/r9-280/card0/device/vendor diff --git a/tests/data/amd/rx5500xt/card1/dev b/tests/snapshots/amd/rx5500xt/card1/dev similarity index 100% rename from tests/data/amd/rx5500xt/card1/dev rename to tests/snapshots/amd/rx5500xt/card1/dev diff --git a/tests/data/amd/rx5500xt/card1/device/current_link_speed b/tests/snapshots/amd/rx5500xt/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/current_link_speed rename to tests/snapshots/amd/rx5500xt/card1/device/current_link_speed diff --git a/tests/data/amd/rx5500xt/card1/device/current_link_width b/tests/snapshots/amd/rx5500xt/card1/device/current_link_width similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/current_link_width rename to tests/snapshots/amd/rx5500xt/card1/device/current_link_width diff --git a/tests/data/amd/rx5500xt/card1/device/gpu_busy_percent b/tests/snapshots/amd/rx5500xt/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/gpu_busy_percent rename to tests/snapshots/amd/rx5500xt/card1/device/gpu_busy_percent diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_enable b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_enable similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_enable rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_enable diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_input b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_input similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_input rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_input diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_max b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_max similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_max rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_max diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_min b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_min similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_min rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_min diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_target b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_target similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_target rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/fan1_target diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/freq1_input b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/freq1_input similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/freq1_input rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/freq1_input diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/freq1_label b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/freq1_label similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/freq1_label rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/freq1_label diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/freq2_input b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/freq2_input similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/freq2_input rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/freq2_input diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/freq2_label b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/freq2_label similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/freq2_label rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/freq2_label diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/in0_input b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/in0_input similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/in0_input rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/in0_input diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/in0_label b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/in0_label similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/in0_label rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/in0_label diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/name b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/name similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/name rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/name diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/async b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/async similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/async rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/async diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/control b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/control similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/control rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/control diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_active_kids b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_active_kids similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_active_kids rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_active_kids diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_active_time b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_active_time similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_active_time rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_active_time diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_enabled b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_enabled similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_enabled rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_enabled diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_status b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_status similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_status rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_status diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_suspended_time b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_suspended_time rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_suspended_time diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_usage b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_usage similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_usage rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power/runtime_usage diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_average b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_average similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_average rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_average diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_default b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_default similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_default rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_default diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_max b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_max similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_max rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_max diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_min b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_min similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_min rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_cap_min diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_label b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_label similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_label rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/power1_label diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1 b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1 similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1 rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1 diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_enable b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_enable similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_enable rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_enable diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_max b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_max similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_max rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_max diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_min b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_min similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_min rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/pwm1_min diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_crit b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_crit similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_crit rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_crit diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_crit_hyst b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_crit_hyst rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_crit_hyst diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_emergency b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_emergency similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_emergency rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_emergency diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_input b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_input similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_input rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_input diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_label b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_label similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_label rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp1_label diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_crit b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_crit similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_crit rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_crit diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_crit_hyst b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_crit_hyst rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_crit_hyst diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_emergency b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_emergency similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_emergency rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_emergency diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_input b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_input similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_input rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_input diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_label b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_label similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_label rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp2_label diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_crit b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_crit similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_crit rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_crit diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_crit_hyst b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_crit_hyst rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_crit_hyst diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_emergency b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_emergency similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_emergency rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_emergency diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_input b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_input similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_input rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_input diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_label b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_label similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_label rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/temp3_label diff --git a/tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/uevent b/tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/uevent similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/hwmon/hwmon3/uevent rename to tests/snapshots/amd/rx5500xt/card1/device/hwmon/hwmon3/uevent diff --git a/tests/data/amd/rx5500xt/card1/device/pp_cur_state b/tests/snapshots/amd/rx5500xt/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_cur_state rename to tests/snapshots/amd/rx5500xt/card1/device/pp_cur_state diff --git a/tests/data/amd/rx5500xt/card1/device/pp_dpm_mclk b/tests/snapshots/amd/rx5500xt/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/rx5500xt/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/rx5500xt/card1/device/pp_dpm_pcie b/tests/snapshots/amd/rx5500xt/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/rx5500xt/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/rx5500xt/card1/device/pp_dpm_sclk b/tests/snapshots/amd/rx5500xt/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/rx5500xt/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/rx5500xt/card1/device/pp_dpm_socclk b/tests/snapshots/amd/rx5500xt/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/rx5500xt/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/rx5500xt/card1/device/pp_features b/tests/snapshots/amd/rx5500xt/card1/device/pp_features similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_features rename to tests/snapshots/amd/rx5500xt/card1/device/pp_features diff --git a/tests/data/amd/rx5500xt/card1/device/pp_force_state b/tests/snapshots/amd/rx5500xt/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_force_state rename to tests/snapshots/amd/rx5500xt/card1/device/pp_force_state diff --git a/tests/data/amd/rx5500xt/card1/device/pp_num_states b/tests/snapshots/amd/rx5500xt/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_num_states rename to tests/snapshots/amd/rx5500xt/card1/device/pp_num_states diff --git a/tests/data/amd/rx5500xt/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/rx5500xt/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx5500xt/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx5500xt/card1/device/pp_power_profile_mode b/tests/snapshots/amd/rx5500xt/card1/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_power_profile_mode rename to tests/snapshots/amd/rx5500xt/card1/device/pp_power_profile_mode diff --git a/tests/data/amd/rx5500xt/card1/device/pp_table b/tests/snapshots/amd/rx5500xt/card1/device/pp_table similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/pp_table rename to tests/snapshots/amd/rx5500xt/card1/device/pp_table diff --git a/tests/data/amd/rx5500xt/card1/device/uevent b/tests/snapshots/amd/rx5500xt/card1/device/uevent similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/uevent rename to tests/snapshots/amd/rx5500xt/card1/device/uevent diff --git a/tests/data/amd/rx5500xt/card1/device/vbios_version b/tests/snapshots/amd/rx5500xt/card1/device/vbios_version similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/vbios_version rename to tests/snapshots/amd/rx5500xt/card1/device/vbios_version diff --git a/tests/data/amd/rx5500xt/card1/device/vendor b/tests/snapshots/amd/rx5500xt/card1/device/vendor similarity index 100% rename from tests/data/amd/rx5500xt/card1/device/vendor rename to tests/snapshots/amd/rx5500xt/card1/device/vendor diff --git a/tests/data/amd/rx5500xt/card1/uevent b/tests/snapshots/amd/rx5500xt/card1/uevent similarity index 100% rename from tests/data/amd/rx5500xt/card1/uevent rename to tests/snapshots/amd/rx5500xt/card1/uevent diff --git a/tests/data/amd/rx5500xt/config.yaml b/tests/snapshots/amd/rx5500xt/config.yaml similarity index 100% rename from tests/data/amd/rx5500xt/config.yaml rename to tests/snapshots/amd/rx5500xt/config.yaml diff --git a/tests/data/amd/rx5700xt/card1/device/current_link_speed b/tests/snapshots/amd/rx5700xt/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/current_link_speed rename to tests/snapshots/amd/rx5700xt/card1/device/current_link_speed diff --git a/tests/data/amd/rx5700xt/card1/device/current_link_width b/tests/snapshots/amd/rx5700xt/card1/device/current_link_width similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/current_link_width rename to tests/snapshots/amd/rx5700xt/card1/device/current_link_width diff --git a/tests/data/amd/rx5700xt/card1/device/gpu_busy_percent b/tests/snapshots/amd/rx5700xt/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/gpu_busy_percent rename to tests/snapshots/amd/rx5700xt/card1/device/gpu_busy_percent diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_enable b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_enable similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_enable rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_enable diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_input b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_input similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_input rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_input diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_max b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_max similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_max rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_max diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_min b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_min similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_min rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_min diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_target b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_target similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_target rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/fan1_target diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/freq1_input b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/freq1_input similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/freq1_input rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/freq1_input diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/freq1_label b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/freq1_label similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/freq1_label rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/freq1_label diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/freq2_input b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/freq2_input similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/freq2_input rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/freq2_input diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/freq2_label b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/freq2_label similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/freq2_label rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/freq2_label diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/in0_input b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/in0_input similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/in0_input rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/in0_input diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/in0_label b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/in0_label similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/in0_label rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/in0_label diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/name b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/name similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/name rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/name diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_average b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_average similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_average rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_average diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_default b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_default similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_default rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_default diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_max b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_max similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_max rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_max diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_min b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_min similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_min rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_cap_min diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_label b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_label similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_label rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/power1_label diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1 b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1 similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1 rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1 diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_enable b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_enable similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_enable rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_enable diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_max b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_max similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_max rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_max diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_min b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_min similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_min rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/pwm1_min diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_crit b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_crit similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_crit rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_crit diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_crit_hyst b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_crit_hyst rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_crit_hyst diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_emergency b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_emergency similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_emergency rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_emergency diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_input b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_input similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_input rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_input diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_label b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_label similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_label rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp1_label diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_crit b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_crit similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_crit rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_crit diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_crit_hyst b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_crit_hyst rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_crit_hyst diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_emergency b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_emergency similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_emergency rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_emergency diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_input b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_input similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_input rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_input diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_label b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_label similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_label rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp2_label diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_crit b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_crit similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_crit rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_crit diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_crit_hyst b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_crit_hyst rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_crit_hyst diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_emergency b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_emergency similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_emergency rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_emergency diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_input b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_input similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_input rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_input diff --git a/tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_label b/tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_label similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_label rename to tests/snapshots/amd/rx5700xt/card1/device/hwmon/hwmon1/temp3_label diff --git a/tests/data/amd/rx5700xt/card1/device/pp_cur_state b/tests/snapshots/amd/rx5700xt/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_cur_state rename to tests/snapshots/amd/rx5700xt/card1/device/pp_cur_state diff --git a/tests/data/amd/rx5700xt/card1/device/pp_dpm_mclk b/tests/snapshots/amd/rx5700xt/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/rx5700xt/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/rx5700xt/card1/device/pp_dpm_pcie b/tests/snapshots/amd/rx5700xt/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/rx5700xt/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/rx5700xt/card1/device/pp_dpm_sclk b/tests/snapshots/amd/rx5700xt/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/rx5700xt/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/rx5700xt/card1/device/pp_dpm_socclk b/tests/snapshots/amd/rx5700xt/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/rx5700xt/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/rx5700xt/card1/device/pp_features b/tests/snapshots/amd/rx5700xt/card1/device/pp_features similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_features rename to tests/snapshots/amd/rx5700xt/card1/device/pp_features diff --git a/tests/data/amd/rx5700xt/card1/device/pp_force_state b/tests/snapshots/amd/rx5700xt/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_force_state rename to tests/snapshots/amd/rx5700xt/card1/device/pp_force_state diff --git a/tests/data/amd/rx5700xt/card1/device/pp_num_states b/tests/snapshots/amd/rx5700xt/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_num_states rename to tests/snapshots/amd/rx5700xt/card1/device/pp_num_states diff --git a/tests/data/amd/rx5700xt/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/rx5700xt/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx5700xt/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx5700xt/card1/device/pp_power_profile_mode b/tests/snapshots/amd/rx5700xt/card1/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_power_profile_mode rename to tests/snapshots/amd/rx5700xt/card1/device/pp_power_profile_mode diff --git a/tests/data/amd/rx5700xt/card1/device/pp_table b/tests/snapshots/amd/rx5700xt/card1/device/pp_table similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/pp_table rename to tests/snapshots/amd/rx5700xt/card1/device/pp_table diff --git a/tests/data/amd/rx5700xt/card1/device/uevent b/tests/snapshots/amd/rx5700xt/card1/device/uevent similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/uevent rename to tests/snapshots/amd/rx5700xt/card1/device/uevent diff --git a/tests/data/amd/rx5700xt/card1/device/vbios_version b/tests/snapshots/amd/rx5700xt/card1/device/vbios_version similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/vbios_version rename to tests/snapshots/amd/rx5700xt/card1/device/vbios_version diff --git a/tests/data/amd/rx5700xt/card1/device/vendor b/tests/snapshots/amd/rx5700xt/card1/device/vendor similarity index 100% rename from tests/data/amd/rx5700xt/card1/device/vendor rename to tests/snapshots/amd/rx5700xt/card1/device/vendor diff --git a/tests/data/amd/rx580/ari_enabled b/tests/snapshots/amd/rx580/ari_enabled similarity index 100% rename from tests/data/amd/rx580/ari_enabled rename to tests/snapshots/amd/rx580/ari_enabled diff --git a/tests/data/amd/rx580/boot_vga b/tests/snapshots/amd/rx580/boot_vga similarity index 100% rename from tests/data/amd/rx580/boot_vga rename to tests/snapshots/amd/rx580/boot_vga diff --git a/tests/data/amd/rx580/broken_parity_status b/tests/snapshots/amd/rx580/broken_parity_status similarity index 100% rename from tests/data/amd/rx580/broken_parity_status rename to tests/snapshots/amd/rx580/broken_parity_status diff --git a/tests/data/amd/rx580/card0/device/dma_mask_bits b/tests/snapshots/amd/rx580/card0/device/dma_mask_bits similarity index 100% rename from tests/data/amd/rx580/card0/device/dma_mask_bits rename to tests/snapshots/amd/rx580/card0/device/dma_mask_bits diff --git a/tests/data/amd/rx580/card0/device/driver_override b/tests/snapshots/amd/rx580/card0/device/driver_override similarity index 100% rename from tests/data/amd/rx580/card0/device/driver_override rename to tests/snapshots/amd/rx580/card0/device/driver_override diff --git a/tests/data/amd/rx580/card0/device/enable b/tests/snapshots/amd/rx580/card0/device/enable similarity index 100% rename from tests/data/amd/rx580/card0/device/enable rename to tests/snapshots/amd/rx580/card0/device/enable diff --git a/tests/data/amd/rx580/card0/device/gpu_busy_percent b/tests/snapshots/amd/rx580/card0/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx580/card0/device/gpu_busy_percent rename to tests/snapshots/amd/rx580/card0/device/gpu_busy_percent diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_enable b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_enable similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_enable rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_enable diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_input b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_input similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_input rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_input diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_max b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_max similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_max rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_max diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_min b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_min similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_min rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_min diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_target b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_target similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/fan1_target rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/fan1_target diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/freq1_input b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/freq1_input similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/freq1_input rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/freq1_input diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/freq1_label b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/freq1_label similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/freq1_label rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/freq1_label diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/freq2_input b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/freq2_input similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/freq2_input rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/freq2_input diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/freq2_label b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/freq2_label similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/freq2_label rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/freq2_label diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/in0_input b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/in0_input similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/in0_input rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/in0_input diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/in0_label b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/in0_label similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/in0_label rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/in0_label diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/name b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/name similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/name rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/name diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_average b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_average similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_average rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_average diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_cap b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_cap similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_cap rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_cap diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_default b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_default similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_default rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_default diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_max b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_max similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_max rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_max diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_min b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_min similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_min rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_cap_min diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_label b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_label similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/power1_label rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/power1_label diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/pwm1 b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/pwm1 similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/pwm1 rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/pwm1 diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/pwm1_enable b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/pwm1_enable similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/pwm1_enable rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/pwm1_enable diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/pwm1_max b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/pwm1_max similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/pwm1_max rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/pwm1_max diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/pwm1_min b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/pwm1_min similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/pwm1_min rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/pwm1_min diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/temp1_crit b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/temp1_crit similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/temp1_crit rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/temp1_crit diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/temp1_crit_hyst b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/temp1_crit_hyst rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/temp1_crit_hyst diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/temp1_input b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/temp1_input similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/temp1_input rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/temp1_input diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/temp1_label b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/temp1_label similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/temp1_label rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/temp1_label diff --git a/tests/data/amd/rx580/card0/device/hwmon/hwmon4/uevent b/tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/uevent similarity index 100% rename from tests/data/amd/rx580/card0/device/hwmon/hwmon4/uevent rename to tests/snapshots/amd/rx580/card0/device/hwmon/hwmon4/uevent diff --git a/tests/data/amd/rx580/card0/device/local_cpulist b/tests/snapshots/amd/rx580/card0/device/local_cpulist similarity index 100% rename from tests/data/amd/rx580/card0/device/local_cpulist rename to tests/snapshots/amd/rx580/card0/device/local_cpulist diff --git a/tests/data/amd/rx580/card0/device/local_cpus b/tests/snapshots/amd/rx580/card0/device/local_cpus similarity index 100% rename from tests/data/amd/rx580/card0/device/local_cpus rename to tests/snapshots/amd/rx580/card0/device/local_cpus diff --git a/tests/data/amd/rx580/card0/device/max_link_speed b/tests/snapshots/amd/rx580/card0/device/max_link_speed similarity index 100% rename from tests/data/amd/rx580/card0/device/max_link_speed rename to tests/snapshots/amd/rx580/card0/device/max_link_speed diff --git a/tests/data/amd/rx580/card0/device/max_link_width b/tests/snapshots/amd/rx580/card0/device/max_link_width similarity index 100% rename from tests/data/amd/rx580/card0/device/max_link_width rename to tests/snapshots/amd/rx580/card0/device/max_link_width diff --git a/tests/data/amd/rx580/card0/device/mem_busy_percent b/tests/snapshots/amd/rx580/card0/device/mem_busy_percent similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_busy_percent rename to tests/snapshots/amd/rx580/card0/device/mem_busy_percent diff --git a/tests/data/amd/rx580/card0/device/mem_info_gtt_total b/tests/snapshots/amd/rx580/card0/device/mem_info_gtt_total similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_info_gtt_total rename to tests/snapshots/amd/rx580/card0/device/mem_info_gtt_total diff --git a/tests/data/amd/rx580/card0/device/mem_info_gtt_used b/tests/snapshots/amd/rx580/card0/device/mem_info_gtt_used similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_info_gtt_used rename to tests/snapshots/amd/rx580/card0/device/mem_info_gtt_used diff --git a/tests/data/amd/rx580/card0/device/mem_info_preempt_used b/tests/snapshots/amd/rx580/card0/device/mem_info_preempt_used similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_info_preempt_used rename to tests/snapshots/amd/rx580/card0/device/mem_info_preempt_used diff --git a/tests/data/amd/rx580/card0/device/mem_info_vis_vram_total b/tests/snapshots/amd/rx580/card0/device/mem_info_vis_vram_total similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_info_vis_vram_total rename to tests/snapshots/amd/rx580/card0/device/mem_info_vis_vram_total diff --git a/tests/data/amd/rx580/card0/device/mem_info_vis_vram_used b/tests/snapshots/amd/rx580/card0/device/mem_info_vis_vram_used similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_info_vis_vram_used rename to tests/snapshots/amd/rx580/card0/device/mem_info_vis_vram_used diff --git a/tests/data/amd/rx580/card0/device/mem_info_vram_total b/tests/snapshots/amd/rx580/card0/device/mem_info_vram_total similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_info_vram_total rename to tests/snapshots/amd/rx580/card0/device/mem_info_vram_total diff --git a/tests/data/amd/rx580/card0/device/mem_info_vram_used b/tests/snapshots/amd/rx580/card0/device/mem_info_vram_used similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_info_vram_used rename to tests/snapshots/amd/rx580/card0/device/mem_info_vram_used diff --git a/tests/data/amd/rx580/card0/device/mem_info_vram_vendor b/tests/snapshots/amd/rx580/card0/device/mem_info_vram_vendor similarity index 100% rename from tests/data/amd/rx580/card0/device/mem_info_vram_vendor rename to tests/snapshots/amd/rx580/card0/device/mem_info_vram_vendor diff --git a/tests/data/amd/rx580/card0/device/modalias b/tests/snapshots/amd/rx580/card0/device/modalias similarity index 100% rename from tests/data/amd/rx580/card0/device/modalias rename to tests/snapshots/amd/rx580/card0/device/modalias diff --git a/tests/data/amd/rx580/card0/device/numa_node b/tests/snapshots/amd/rx580/card0/device/numa_node similarity index 100% rename from tests/data/amd/rx580/card0/device/numa_node rename to tests/snapshots/amd/rx580/card0/device/numa_node diff --git a/tests/data/amd/rx580/card0/device/pcie_bw b/tests/snapshots/amd/rx580/card0/device/pcie_bw similarity index 100% rename from tests/data/amd/rx580/card0/device/pcie_bw rename to tests/snapshots/amd/rx580/card0/device/pcie_bw diff --git a/tests/data/amd/rx580/card0/device/pcie_replay_count b/tests/snapshots/amd/rx580/card0/device/pcie_replay_count similarity index 100% rename from tests/data/amd/rx580/card0/device/pcie_replay_count rename to tests/snapshots/amd/rx580/card0/device/pcie_replay_count diff --git a/tests/data/amd/rx580/card0/device/power_dpm_force_performance_level b/tests/snapshots/amd/rx580/card0/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/rx580/card0/device/power_dpm_force_performance_level rename to tests/snapshots/amd/rx580/card0/device/power_dpm_force_performance_level diff --git a/tests/data/amd/rx580/card0/device/power_dpm_state b/tests/snapshots/amd/rx580/card0/device/power_dpm_state similarity index 100% rename from tests/data/amd/rx580/card0/device/power_dpm_state rename to tests/snapshots/amd/rx580/card0/device/power_dpm_state diff --git a/tests/data/amd/rx580/card0/device/power_state b/tests/snapshots/amd/rx580/card0/device/power_state similarity index 100% rename from tests/data/amd/rx580/card0/device/power_state rename to tests/snapshots/amd/rx580/card0/device/power_state diff --git a/tests/data/amd/rx580/card0/device/pp_cur_state b/tests/snapshots/amd/rx580/card0/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_cur_state rename to tests/snapshots/amd/rx580/card0/device/pp_cur_state diff --git a/tests/data/amd/rx580/card0/device/pp_dpm_mclk b/tests/snapshots/amd/rx580/card0/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_dpm_mclk rename to tests/snapshots/amd/rx580/card0/device/pp_dpm_mclk diff --git a/tests/data/amd/rx580/card0/device/pp_dpm_pcie b/tests/snapshots/amd/rx580/card0/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_dpm_pcie rename to tests/snapshots/amd/rx580/card0/device/pp_dpm_pcie diff --git a/tests/data/amd/rx580/card0/device/pp_dpm_sclk b/tests/snapshots/amd/rx580/card0/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_dpm_sclk rename to tests/snapshots/amd/rx580/card0/device/pp_dpm_sclk diff --git a/tests/data/amd/rx580/card0/device/pp_force_state b/tests/snapshots/amd/rx580/card0/device/pp_force_state similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_force_state rename to tests/snapshots/amd/rx580/card0/device/pp_force_state diff --git a/tests/data/amd/rx580/card0/device/pp_mclk_od b/tests/snapshots/amd/rx580/card0/device/pp_mclk_od similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_mclk_od rename to tests/snapshots/amd/rx580/card0/device/pp_mclk_od diff --git a/tests/data/amd/rx580/card0/device/pp_num_states b/tests/snapshots/amd/rx580/card0/device/pp_num_states similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_num_states rename to tests/snapshots/amd/rx580/card0/device/pp_num_states diff --git a/tests/data/amd/rx580/card0/device/pp_od_clk_voltage b/tests/snapshots/amd/rx580/card0/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx580/card0/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx580/card0/device/pp_power_profile_mode b/tests/snapshots/amd/rx580/card0/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_power_profile_mode rename to tests/snapshots/amd/rx580/card0/device/pp_power_profile_mode diff --git a/tests/data/amd/rx580/card0/device/pp_sclk_od b/tests/snapshots/amd/rx580/card0/device/pp_sclk_od similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_sclk_od rename to tests/snapshots/amd/rx580/card0/device/pp_sclk_od diff --git a/tests/data/amd/rx580/card0/device/pp_table b/tests/snapshots/amd/rx580/card0/device/pp_table similarity index 100% rename from tests/data/amd/rx580/card0/device/pp_table rename to tests/snapshots/amd/rx580/card0/device/pp_table diff --git a/tests/data/amd/rx580/card0/device/product_name b/tests/snapshots/amd/rx580/card0/device/product_name similarity index 100% rename from tests/data/amd/rx580/card0/device/product_name rename to tests/snapshots/amd/rx580/card0/device/product_name diff --git a/tests/data/amd/rx580/card0/device/product_number b/tests/snapshots/amd/rx580/card0/device/product_number similarity index 100% rename from tests/data/amd/rx580/card0/device/product_number rename to tests/snapshots/amd/rx580/card0/device/product_number diff --git a/tests/data/amd/rx580/card0/device/reset_method b/tests/snapshots/amd/rx580/card0/device/reset_method similarity index 100% rename from tests/data/amd/rx580/card0/device/reset_method rename to tests/snapshots/amd/rx580/card0/device/reset_method diff --git a/tests/data/amd/rx580/card0/device/resource b/tests/snapshots/amd/rx580/card0/device/resource similarity index 100% rename from tests/data/amd/rx580/card0/device/resource rename to tests/snapshots/amd/rx580/card0/device/resource diff --git a/tests/data/amd/rx580/card0/device/revision b/tests/snapshots/amd/rx580/card0/device/revision similarity index 100% rename from tests/data/amd/rx580/card0/device/revision rename to tests/snapshots/amd/rx580/card0/device/revision diff --git a/tests/data/amd/rx580/card0/device/serial_number b/tests/snapshots/amd/rx580/card0/device/serial_number similarity index 100% rename from tests/data/amd/rx580/card0/device/serial_number rename to tests/snapshots/amd/rx580/card0/device/serial_number diff --git a/tests/data/amd/rx580/card0/device/subsystem_device b/tests/snapshots/amd/rx580/card0/device/subsystem_device similarity index 100% rename from tests/data/amd/rx580/card0/device/subsystem_device rename to tests/snapshots/amd/rx580/card0/device/subsystem_device diff --git a/tests/data/amd/rx580/card0/device/subsystem_vendor b/tests/snapshots/amd/rx580/card0/device/subsystem_vendor similarity index 100% rename from tests/data/amd/rx580/card0/device/subsystem_vendor rename to tests/snapshots/amd/rx580/card0/device/subsystem_vendor diff --git a/tests/data/amd/rx580/card0/device/uevent b/tests/snapshots/amd/rx580/card0/device/uevent similarity index 100% rename from tests/data/amd/rx580/card0/device/uevent rename to tests/snapshots/amd/rx580/card0/device/uevent diff --git a/tests/data/amd/rx580/card0/device/vbios_version b/tests/snapshots/amd/rx580/card0/device/vbios_version similarity index 100% rename from tests/data/amd/rx580/card0/device/vbios_version rename to tests/snapshots/amd/rx580/card0/device/vbios_version diff --git a/tests/data/amd/rx580/card0/device/vendor b/tests/snapshots/amd/rx580/card0/device/vendor similarity index 100% rename from tests/data/amd/rx580/card0/device/vendor rename to tests/snapshots/amd/rx580/card0/device/vendor diff --git a/tests/data/amd/rx580/class b/tests/snapshots/amd/rx580/class similarity index 100% rename from tests/data/amd/rx580/class rename to tests/snapshots/amd/rx580/class diff --git a/tests/data/amd/rx580/consistent_dma_mask_bits b/tests/snapshots/amd/rx580/consistent_dma_mask_bits similarity index 100% rename from tests/data/amd/rx580/consistent_dma_mask_bits rename to tests/snapshots/amd/rx580/consistent_dma_mask_bits diff --git a/tests/data/amd/rx580/current_link_speed b/tests/snapshots/amd/rx580/current_link_speed similarity index 100% rename from tests/data/amd/rx580/current_link_speed rename to tests/snapshots/amd/rx580/current_link_speed diff --git a/tests/data/amd/rx580/current_link_width b/tests/snapshots/amd/rx580/current_link_width similarity index 100% rename from tests/data/amd/rx580/current_link_width rename to tests/snapshots/amd/rx580/current_link_width diff --git a/tests/data/amd/rx580/d3cold_allowed b/tests/snapshots/amd/rx580/d3cold_allowed similarity index 100% rename from tests/data/amd/rx580/d3cold_allowed rename to tests/snapshots/amd/rx580/d3cold_allowed diff --git a/tests/data/amd/rx580/device b/tests/snapshots/amd/rx580/device similarity index 100% rename from tests/data/amd/rx580/device rename to tests/snapshots/amd/rx580/device diff --git a/tests/data/amd/rx6600/card1/dev b/tests/snapshots/amd/rx6600/card1/dev similarity index 100% rename from tests/data/amd/rx6600/card1/dev rename to tests/snapshots/amd/rx6600/card1/dev diff --git a/tests/data/amd/rx6600/card1/device/current_link_speed b/tests/snapshots/amd/rx6600/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/rx6600/card1/device/current_link_speed rename to tests/snapshots/amd/rx6600/card1/device/current_link_speed diff --git a/tests/data/amd/rx6600/card1/device/current_link_width b/tests/snapshots/amd/rx6600/card1/device/current_link_width similarity index 100% rename from tests/data/amd/rx6600/card1/device/current_link_width rename to tests/snapshots/amd/rx6600/card1/device/current_link_width diff --git a/tests/data/amd/rx6600/card1/device/gpu_busy_percent b/tests/snapshots/amd/rx6600/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx6600/card1/device/gpu_busy_percent rename to tests/snapshots/amd/rx6600/card1/device/gpu_busy_percent diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_enable b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_enable similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_enable rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_enable diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_input b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_input similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_input rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_input diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_max b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_max similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_max rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_max diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_min b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_min similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_min rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_min diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_target b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_target similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/fan1_target rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/fan1_target diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/freq1_input b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/freq1_input similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/freq1_input rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/freq1_input diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/freq1_label b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/freq1_label similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/freq1_label rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/freq1_label diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/freq2_input b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/freq2_input similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/freq2_input rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/freq2_input diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/freq2_label b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/freq2_label similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/freq2_label rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/freq2_label diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/in0_input b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/in0_input similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/in0_input rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/in0_input diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/in0_label b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/in0_label similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/in0_label rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/in0_label diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/name b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/name similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/name rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/name diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power/control b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power/control similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power/control rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power/control diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_active_time b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_active_time similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_active_time rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_active_time diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_status b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_status similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_status rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_status diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_suspended_time b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_suspended_time rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power/runtime_suspended_time diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_average b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_average similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_average rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_average diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_default b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_default similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_default rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_default diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_max b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_max similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_max rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_max diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_min b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_min similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_min rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_cap_min diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_label b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_label similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/power1_label rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/power1_label diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/pwm1 b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/pwm1 similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/pwm1 rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/pwm1 diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_enable b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_enable similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_enable rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_enable diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_max b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_max similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_max rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_max diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_min b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_min similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_min rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/pwm1_min diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_crit b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_crit similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_crit rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_crit diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_crit_hyst b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_crit_hyst rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_crit_hyst diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_emergency b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_emergency similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_emergency rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_emergency diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_input b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_input similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_input rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_input diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_label b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_label similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp1_label rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp1_label diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_crit b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_crit similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_crit rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_crit diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_crit_hyst b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_crit_hyst rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_crit_hyst diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_emergency b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_emergency similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_emergency rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_emergency diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_input b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_input similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_input rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_input diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_label b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_label similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp2_label rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp2_label diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_crit b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_crit similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_crit rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_crit diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_crit_hyst b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_crit_hyst rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_crit_hyst diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_emergency b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_emergency similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_emergency rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_emergency diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_input b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_input similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_input rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_input diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_label b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_label similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/temp3_label rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/temp3_label diff --git a/tests/data/amd/rx6600/card1/device/hwmon/hwmon4/uevent b/tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/uevent similarity index 100% rename from tests/data/amd/rx6600/card1/device/hwmon/hwmon4/uevent rename to tests/snapshots/amd/rx6600/card1/device/hwmon/hwmon4/uevent diff --git a/tests/data/amd/rx6600/card1/device/pp_cur_state b/tests/snapshots/amd/rx6600/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_cur_state rename to tests/snapshots/amd/rx6600/card1/device/pp_cur_state diff --git a/tests/data/amd/rx6600/card1/device/pp_dpm_mclk b/tests/snapshots/amd/rx6600/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/rx6600/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/rx6600/card1/device/pp_dpm_pcie b/tests/snapshots/amd/rx6600/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/rx6600/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/rx6600/card1/device/pp_dpm_sclk b/tests/snapshots/amd/rx6600/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/rx6600/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/rx6600/card1/device/pp_dpm_socclk b/tests/snapshots/amd/rx6600/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/rx6600/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/rx6600/card1/device/pp_features b/tests/snapshots/amd/rx6600/card1/device/pp_features similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_features rename to tests/snapshots/amd/rx6600/card1/device/pp_features diff --git a/tests/data/amd/rx6600/card1/device/pp_force_state b/tests/snapshots/amd/rx6600/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_force_state rename to tests/snapshots/amd/rx6600/card1/device/pp_force_state diff --git a/tests/data/amd/rx6600/card1/device/pp_num_states b/tests/snapshots/amd/rx6600/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_num_states rename to tests/snapshots/amd/rx6600/card1/device/pp_num_states diff --git a/tests/data/amd/rx6600/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/rx6600/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx6600/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx6600/card1/device/pp_power_profile_mode b/tests/snapshots/amd/rx6600/card1/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_power_profile_mode rename to tests/snapshots/amd/rx6600/card1/device/pp_power_profile_mode diff --git a/tests/data/amd/rx6600/card1/device/pp_table b/tests/snapshots/amd/rx6600/card1/device/pp_table similarity index 100% rename from tests/data/amd/rx6600/card1/device/pp_table rename to tests/snapshots/amd/rx6600/card1/device/pp_table diff --git a/tests/data/amd/rx6600/card1/device/uevent b/tests/snapshots/amd/rx6600/card1/device/uevent similarity index 100% rename from tests/data/amd/rx6600/card1/device/uevent rename to tests/snapshots/amd/rx6600/card1/device/uevent diff --git a/tests/data/amd/rx6600/card1/device/vbios_version b/tests/snapshots/amd/rx6600/card1/device/vbios_version similarity index 100% rename from tests/data/amd/rx6600/card1/device/vbios_version rename to tests/snapshots/amd/rx6600/card1/device/vbios_version diff --git a/tests/data/amd/rx6600/card1/device/vendor b/tests/snapshots/amd/rx6600/card1/device/vendor similarity index 100% rename from tests/data/amd/rx6600/card1/device/vendor rename to tests/snapshots/amd/rx6600/card1/device/vendor diff --git a/tests/data/amd/rx6600/card1/uevent b/tests/snapshots/amd/rx6600/card1/uevent similarity index 100% rename from tests/data/amd/rx6600/card1/uevent rename to tests/snapshots/amd/rx6600/card1/uevent diff --git a/tests/data/amd/rx6600xt/card0/device/current_link_speed b/tests/snapshots/amd/rx6600xt/card0/device/current_link_speed similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/current_link_speed rename to tests/snapshots/amd/rx6600xt/card0/device/current_link_speed diff --git a/tests/data/amd/rx6600xt/card0/device/current_link_width b/tests/snapshots/amd/rx6600xt/card0/device/current_link_width similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/current_link_width rename to tests/snapshots/amd/rx6600xt/card0/device/current_link_width diff --git a/tests/data/amd/rx6600xt/card0/device/gpu_busy_percent b/tests/snapshots/amd/rx6600xt/card0/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/gpu_busy_percent rename to tests/snapshots/amd/rx6600xt/card0/device/gpu_busy_percent diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_enable b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_enable similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_enable rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_enable diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_input b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_input similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_input rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_input diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_max b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_max similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_max rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_max diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_min b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_min similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_min rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_min diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_target b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_target similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_target rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/fan1_target diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/freq1_input b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/freq1_input similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/freq1_input rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/freq1_input diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/freq1_label b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/freq1_label similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/freq1_label rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/freq1_label diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/freq2_input b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/freq2_input similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/freq2_input rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/freq2_input diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/freq2_label b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/freq2_label similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/freq2_label rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/freq2_label diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/in0_input b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/in0_input similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/in0_input rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/in0_input diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/in0_label b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/in0_label similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/in0_label rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/in0_label diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/name b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/name similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/name rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/name diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_average b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_average similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_average rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_average diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_default b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_default similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_default rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_default diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_max b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_max similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_max rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_max diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_min b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_min similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_min rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_cap_min diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_label b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_label similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_label rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/power1_label diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1 b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1 similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1 rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1 diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_enable b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_enable similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_enable rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_enable diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_max b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_max similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_max rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_max diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_min b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_min similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_min rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/pwm1_min diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_crit b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_crit similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_crit rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_crit diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_crit_hyst b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_crit_hyst rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_crit_hyst diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_emergency b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_emergency similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_emergency rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_emergency diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_input b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_input similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_input rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_input diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_label b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_label similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_label rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp1_label diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_crit b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_crit similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_crit rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_crit diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_crit_hyst b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_crit_hyst rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_crit_hyst diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_emergency b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_emergency similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_emergency rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_emergency diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_input b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_input similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_input rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_input diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_label b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_label similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_label rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp2_label diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_crit b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_crit similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_crit rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_crit diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_crit_hyst b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_crit_hyst rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_crit_hyst diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_emergency b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_emergency similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_emergency rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_emergency diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_input b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_input similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_input rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_input diff --git a/tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_label b/tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_label similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_label rename to tests/snapshots/amd/rx6600xt/card0/device/hwmon/hwmon4/temp3_label diff --git a/tests/data/amd/rx6600xt/card0/device/pp_cur_state b/tests/snapshots/amd/rx6600xt/card0/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_cur_state rename to tests/snapshots/amd/rx6600xt/card0/device/pp_cur_state diff --git a/tests/data/amd/rx6600xt/card0/device/pp_dpm_mclk b/tests/snapshots/amd/rx6600xt/card0/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_dpm_mclk rename to tests/snapshots/amd/rx6600xt/card0/device/pp_dpm_mclk diff --git a/tests/data/amd/rx6600xt/card0/device/pp_dpm_pcie b/tests/snapshots/amd/rx6600xt/card0/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_dpm_pcie rename to tests/snapshots/amd/rx6600xt/card0/device/pp_dpm_pcie diff --git a/tests/data/amd/rx6600xt/card0/device/pp_dpm_sclk b/tests/snapshots/amd/rx6600xt/card0/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_dpm_sclk rename to tests/snapshots/amd/rx6600xt/card0/device/pp_dpm_sclk diff --git a/tests/data/amd/rx6600xt/card0/device/pp_dpm_socclk b/tests/snapshots/amd/rx6600xt/card0/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_dpm_socclk rename to tests/snapshots/amd/rx6600xt/card0/device/pp_dpm_socclk diff --git a/tests/data/amd/rx6600xt/card0/device/pp_features b/tests/snapshots/amd/rx6600xt/card0/device/pp_features similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_features rename to tests/snapshots/amd/rx6600xt/card0/device/pp_features diff --git a/tests/data/amd/rx6600xt/card0/device/pp_force_state b/tests/snapshots/amd/rx6600xt/card0/device/pp_force_state similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_force_state rename to tests/snapshots/amd/rx6600xt/card0/device/pp_force_state diff --git a/tests/data/amd/rx6600xt/card0/device/pp_num_states b/tests/snapshots/amd/rx6600xt/card0/device/pp_num_states similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_num_states rename to tests/snapshots/amd/rx6600xt/card0/device/pp_num_states diff --git a/tests/data/amd/rx6600xt/card0/device/pp_power_profile_mode b/tests/snapshots/amd/rx6600xt/card0/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_power_profile_mode rename to tests/snapshots/amd/rx6600xt/card0/device/pp_power_profile_mode diff --git a/tests/data/amd/rx6600xt/card0/device/pp_table b/tests/snapshots/amd/rx6600xt/card0/device/pp_table similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/pp_table rename to tests/snapshots/amd/rx6600xt/card0/device/pp_table diff --git a/tests/data/amd/rx6600xt/card0/device/uevent b/tests/snapshots/amd/rx6600xt/card0/device/uevent similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/uevent rename to tests/snapshots/amd/rx6600xt/card0/device/uevent diff --git a/tests/data/amd/rx6600xt/card0/device/vbios_version b/tests/snapshots/amd/rx6600xt/card0/device/vbios_version similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/vbios_version rename to tests/snapshots/amd/rx6600xt/card0/device/vbios_version diff --git a/tests/data/amd/rx6600xt/card0/device/vendor b/tests/snapshots/amd/rx6600xt/card0/device/vendor similarity index 100% rename from tests/data/amd/rx6600xt/card0/device/vendor rename to tests/snapshots/amd/rx6600xt/card0/device/vendor diff --git a/tests/data/amd/rx6900xt/card0/device/aer_dev_correctable b/tests/snapshots/amd/rx6900xt/card0/device/aer_dev_correctable similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/aer_dev_correctable rename to tests/snapshots/amd/rx6900xt/card0/device/aer_dev_correctable diff --git a/tests/data/amd/rx6900xt/card0/device/aer_dev_fatal b/tests/snapshots/amd/rx6900xt/card0/device/aer_dev_fatal similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/aer_dev_fatal rename to tests/snapshots/amd/rx6900xt/card0/device/aer_dev_fatal diff --git a/tests/data/amd/rx6900xt/card0/device/aer_dev_nonfatal b/tests/snapshots/amd/rx6900xt/card0/device/aer_dev_nonfatal similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/aer_dev_nonfatal rename to tests/snapshots/amd/rx6900xt/card0/device/aer_dev_nonfatal diff --git a/tests/data/amd/rx6900xt/card0/device/ari_enabled b/tests/snapshots/amd/rx6900xt/card0/device/ari_enabled similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/ari_enabled rename to tests/snapshots/amd/rx6900xt/card0/device/ari_enabled diff --git a/tests/data/amd/rx6900xt/card0/device/boot_vga b/tests/snapshots/amd/rx6900xt/card0/device/boot_vga similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/boot_vga rename to tests/snapshots/amd/rx6900xt/card0/device/boot_vga diff --git a/tests/data/amd/rx6900xt/card0/device/broken_parity_status b/tests/snapshots/amd/rx6900xt/card0/device/broken_parity_status similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/broken_parity_status rename to tests/snapshots/amd/rx6900xt/card0/device/broken_parity_status diff --git a/tests/data/amd/rx6900xt/card0/device/class b/tests/snapshots/amd/rx6900xt/card0/device/class similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/class rename to tests/snapshots/amd/rx6900xt/card0/device/class diff --git a/tests/data/amd/rx6900xt/card0/device/config b/tests/snapshots/amd/rx6900xt/card0/device/config similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/config rename to tests/snapshots/amd/rx6900xt/card0/device/config diff --git a/tests/data/amd/rx6900xt/card0/device/consistent_dma_mask_bits b/tests/snapshots/amd/rx6900xt/card0/device/consistent_dma_mask_bits similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/consistent_dma_mask_bits rename to tests/snapshots/amd/rx6900xt/card0/device/consistent_dma_mask_bits diff --git a/tests/data/amd/rx6900xt/card0/device/current_link_speed b/tests/snapshots/amd/rx6900xt/card0/device/current_link_speed similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/current_link_speed rename to tests/snapshots/amd/rx6900xt/card0/device/current_link_speed diff --git a/tests/data/amd/rx6900xt/card0/device/current_link_width b/tests/snapshots/amd/rx6900xt/card0/device/current_link_width similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/current_link_width rename to tests/snapshots/amd/rx6900xt/card0/device/current_link_width diff --git a/tests/data/amd/rx6900xt/card0/device/d3cold_allowed b/tests/snapshots/amd/rx6900xt/card0/device/d3cold_allowed similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/d3cold_allowed rename to tests/snapshots/amd/rx6900xt/card0/device/d3cold_allowed diff --git a/tests/data/amd/rx6900xt/card0/device/dma_mask_bits b/tests/snapshots/amd/rx6900xt/card0/device/dma_mask_bits similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/dma_mask_bits rename to tests/snapshots/amd/rx6900xt/card0/device/dma_mask_bits diff --git a/tests/data/amd/rx6900xt/card0/device/driver_override b/tests/snapshots/amd/rx6900xt/card0/device/driver_override similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/driver_override rename to tests/snapshots/amd/rx6900xt/card0/device/driver_override diff --git a/tests/data/amd/rx6900xt/card0/device/enable b/tests/snapshots/amd/rx6900xt/card0/device/enable similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/enable rename to tests/snapshots/amd/rx6900xt/card0/device/enable diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/asd_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/asd_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/asd_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/asd_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/ce_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/ce_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/ce_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/ce_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/dmcu_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/dmcu_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/dmcu_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/dmcu_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/imu_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/imu_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/imu_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/imu_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/mc_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/mc_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/mc_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/mc_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/me_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/me_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/me_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/me_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/mec2_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/mec2_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/mec2_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/mec2_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/mec_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/mec_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/mec_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/mec_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/pfp_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/pfp_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/pfp_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/pfp_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/rlc_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/rlc_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/rlc_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/rlc_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/rlc_srlc_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/rlc_srlc_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/rlc_srlc_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/rlc_srlc_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/rlc_srlg_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/rlc_srlg_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/rlc_srlg_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/rlc_srlg_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/rlc_srls_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/rlc_srls_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/rlc_srls_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/rlc_srls_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/sdma2_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/sdma2_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/sdma2_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/sdma2_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/sdma_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/sdma_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/sdma_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/sdma_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/smc_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/smc_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/smc_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/smc_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/sos_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/sos_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/sos_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/sos_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/ta_ras_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/ta_ras_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/ta_ras_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/ta_ras_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/ta_xgmi_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/ta_xgmi_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/ta_xgmi_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/ta_xgmi_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/uvd_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/uvd_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/uvd_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/uvd_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/vce_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/vce_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/vce_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/vce_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/fw_version/vcn_fw_version b/tests/snapshots/amd/rx6900xt/card0/device/fw_version/vcn_fw_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/fw_version/vcn_fw_version rename to tests/snapshots/amd/rx6900xt/card0/device/fw_version/vcn_fw_version diff --git a/tests/data/amd/rx6900xt/card0/device/gpu_busy_percent b/tests/snapshots/amd/rx6900xt/card0/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/gpu_busy_percent rename to tests/snapshots/amd/rx6900xt/card0/device/gpu_busy_percent diff --git a/tests/data/amd/rx6900xt/card0/device/gpu_metrics b/tests/snapshots/amd/rx6900xt/card0/device/gpu_metrics similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/gpu_metrics rename to tests/snapshots/amd/rx6900xt/card0/device/gpu_metrics diff --git a/tests/data/amd/rx6900xt/card0/device/hdcp_srm b/tests/snapshots/amd/rx6900xt/card0/device/hdcp_srm similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hdcp_srm rename to tests/snapshots/amd/rx6900xt/card0/device/hdcp_srm diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_enable b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_enable similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_enable rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_enable diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_input b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_input similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_input rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_input diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_max b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_max similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_max rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_max diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_min b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_min similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_min rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_min diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_target b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_target similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_target rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/fan1_target diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/freq1_input b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/freq1_input similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/freq1_input rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/freq1_input diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/freq1_label b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/freq1_label similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/freq1_label rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/freq1_label diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/freq2_input b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/freq2_input similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/freq2_input rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/freq2_input diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/freq2_label b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/freq2_label similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/freq2_label rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/freq2_label diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/in0_input b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/in0_input similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/in0_input rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/in0_input diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/in0_label b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/in0_label similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/in0_label rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/in0_label diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/name b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/name similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/name rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/name diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/autosuspend_delay_ms b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/autosuspend_delay_ms similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/autosuspend_delay_ms rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/autosuspend_delay_ms diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/control b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/control similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/control rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/control diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_active_time b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_active_time similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_active_time rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_active_time diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_status b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_status similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_status rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_status diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_suspended_time b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_suspended_time rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power/runtime_suspended_time diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_average b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_average similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_average rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_average diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_default b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_default similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_default rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_default diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_max b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_max similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_max rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_max diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_min b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_min similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_min rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_cap_min diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_label b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_label similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_label rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/power1_label diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1 b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1 similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1 rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1 diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_enable b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_enable similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_enable rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_enable diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_max b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_max similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_max rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_max diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_min b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_min similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_min rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/pwm1_min diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_crit b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_crit similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_crit rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_crit diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_crit_hyst b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_crit_hyst rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_crit_hyst diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_emergency b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_emergency similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_emergency rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_emergency diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_input b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_input similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_input rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_input diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_label b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_label similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_label rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp1_label diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_crit b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_crit similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_crit rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_crit diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_crit_hyst b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_crit_hyst rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_crit_hyst diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_emergency b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_emergency similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_emergency rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_emergency diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_input b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_input similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_input rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_input diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_label b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_label similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_label rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp2_label diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_crit b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_crit similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_crit rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_crit diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_crit_hyst b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_crit_hyst rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_crit_hyst diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_emergency b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_emergency similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_emergency rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_emergency diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_input b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_input similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_input rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_input diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_label b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_label similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_label rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/temp3_label diff --git a/tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/uevent b/tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/uevent similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/hwmon/hwmon5/uevent rename to tests/snapshots/amd/rx6900xt/card0/device/hwmon/hwmon5/uevent diff --git a/tests/data/amd/rx6900xt/card0/device/irq b/tests/snapshots/amd/rx6900xt/card0/device/irq similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/irq rename to tests/snapshots/amd/rx6900xt/card0/device/irq diff --git a/tests/data/amd/rx6900xt/card0/device/link/clkpm b/tests/snapshots/amd/rx6900xt/card0/device/link/clkpm similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/link/clkpm rename to tests/snapshots/amd/rx6900xt/card0/device/link/clkpm diff --git a/tests/data/amd/rx6900xt/card0/device/link/l0s_aspm b/tests/snapshots/amd/rx6900xt/card0/device/link/l0s_aspm similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/link/l0s_aspm rename to tests/snapshots/amd/rx6900xt/card0/device/link/l0s_aspm diff --git a/tests/data/amd/rx6900xt/card0/device/link/l1_aspm b/tests/snapshots/amd/rx6900xt/card0/device/link/l1_aspm similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/link/l1_aspm rename to tests/snapshots/amd/rx6900xt/card0/device/link/l1_aspm diff --git a/tests/data/amd/rx6900xt/card0/device/local_cpulist b/tests/snapshots/amd/rx6900xt/card0/device/local_cpulist similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/local_cpulist rename to tests/snapshots/amd/rx6900xt/card0/device/local_cpulist diff --git a/tests/data/amd/rx6900xt/card0/device/local_cpus b/tests/snapshots/amd/rx6900xt/card0/device/local_cpus similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/local_cpus rename to tests/snapshots/amd/rx6900xt/card0/device/local_cpus diff --git a/tests/data/amd/rx6900xt/card0/device/max_link_speed b/tests/snapshots/amd/rx6900xt/card0/device/max_link_speed similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/max_link_speed rename to tests/snapshots/amd/rx6900xt/card0/device/max_link_speed diff --git a/tests/data/amd/rx6900xt/card0/device/max_link_width b/tests/snapshots/amd/rx6900xt/card0/device/max_link_width similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/max_link_width rename to tests/snapshots/amd/rx6900xt/card0/device/max_link_width diff --git a/tests/data/amd/rx6900xt/card0/device/mem_busy_percent b/tests/snapshots/amd/rx6900xt/card0/device/mem_busy_percent similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_busy_percent rename to tests/snapshots/amd/rx6900xt/card0/device/mem_busy_percent diff --git a/tests/data/amd/rx6900xt/card0/device/mem_info_gtt_total b/tests/snapshots/amd/rx6900xt/card0/device/mem_info_gtt_total similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_info_gtt_total rename to tests/snapshots/amd/rx6900xt/card0/device/mem_info_gtt_total diff --git a/tests/data/amd/rx6900xt/card0/device/mem_info_gtt_used b/tests/snapshots/amd/rx6900xt/card0/device/mem_info_gtt_used similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_info_gtt_used rename to tests/snapshots/amd/rx6900xt/card0/device/mem_info_gtt_used diff --git a/tests/data/amd/rx6900xt/card0/device/mem_info_preempt_used b/tests/snapshots/amd/rx6900xt/card0/device/mem_info_preempt_used similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_info_preempt_used rename to tests/snapshots/amd/rx6900xt/card0/device/mem_info_preempt_used diff --git a/tests/data/amd/rx6900xt/card0/device/mem_info_vis_vram_total b/tests/snapshots/amd/rx6900xt/card0/device/mem_info_vis_vram_total similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_info_vis_vram_total rename to tests/snapshots/amd/rx6900xt/card0/device/mem_info_vis_vram_total diff --git a/tests/data/amd/rx6900xt/card0/device/mem_info_vis_vram_used b/tests/snapshots/amd/rx6900xt/card0/device/mem_info_vis_vram_used similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_info_vis_vram_used rename to tests/snapshots/amd/rx6900xt/card0/device/mem_info_vis_vram_used diff --git a/tests/data/amd/rx6900xt/card0/device/mem_info_vram_total b/tests/snapshots/amd/rx6900xt/card0/device/mem_info_vram_total similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_info_vram_total rename to tests/snapshots/amd/rx6900xt/card0/device/mem_info_vram_total diff --git a/tests/data/amd/rx6900xt/card0/device/mem_info_vram_used b/tests/snapshots/amd/rx6900xt/card0/device/mem_info_vram_used similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_info_vram_used rename to tests/snapshots/amd/rx6900xt/card0/device/mem_info_vram_used diff --git a/tests/data/amd/rx6900xt/card0/device/mem_info_vram_vendor b/tests/snapshots/amd/rx6900xt/card0/device/mem_info_vram_vendor similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/mem_info_vram_vendor rename to tests/snapshots/amd/rx6900xt/card0/device/mem_info_vram_vendor diff --git a/tests/data/amd/rx6900xt/card0/device/modalias b/tests/snapshots/amd/rx6900xt/card0/device/modalias similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/modalias rename to tests/snapshots/amd/rx6900xt/card0/device/modalias diff --git a/tests/data/amd/rx6900xt/card0/device/msi_bus b/tests/snapshots/amd/rx6900xt/card0/device/msi_bus similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/msi_bus rename to tests/snapshots/amd/rx6900xt/card0/device/msi_bus diff --git a/tests/data/amd/rx6900xt/card0/device/msi_irqs/157 b/tests/snapshots/amd/rx6900xt/card0/device/msi_irqs/157 similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/msi_irqs/157 rename to tests/snapshots/amd/rx6900xt/card0/device/msi_irqs/157 diff --git a/tests/data/amd/rx6900xt/card0/device/numa_node b/tests/snapshots/amd/rx6900xt/card0/device/numa_node similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/numa_node rename to tests/snapshots/amd/rx6900xt/card0/device/numa_node diff --git a/tests/data/amd/rx6900xt/card0/device/pcie_bw b/tests/snapshots/amd/rx6900xt/card0/device/pcie_bw similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pcie_bw rename to tests/snapshots/amd/rx6900xt/card0/device/pcie_bw diff --git a/tests/data/amd/rx6900xt/card0/device/pcie_replay_count b/tests/snapshots/amd/rx6900xt/card0/device/pcie_replay_count similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pcie_replay_count rename to tests/snapshots/amd/rx6900xt/card0/device/pcie_replay_count diff --git a/tests/data/amd/rx6900xt/card0/device/power/autosuspend_delay_ms b/tests/snapshots/amd/rx6900xt/card0/device/power/autosuspend_delay_ms similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/autosuspend_delay_ms rename to tests/snapshots/amd/rx6900xt/card0/device/power/autosuspend_delay_ms diff --git a/tests/data/amd/rx6900xt/card0/device/power/control b/tests/snapshots/amd/rx6900xt/card0/device/power/control similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/control rename to tests/snapshots/amd/rx6900xt/card0/device/power/control diff --git a/tests/data/amd/rx6900xt/card0/device/power/runtime_active_time b/tests/snapshots/amd/rx6900xt/card0/device/power/runtime_active_time similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/runtime_active_time rename to tests/snapshots/amd/rx6900xt/card0/device/power/runtime_active_time diff --git a/tests/data/amd/rx6900xt/card0/device/power/runtime_status b/tests/snapshots/amd/rx6900xt/card0/device/power/runtime_status similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/runtime_status rename to tests/snapshots/amd/rx6900xt/card0/device/power/runtime_status diff --git a/tests/data/amd/rx6900xt/card0/device/power/runtime_suspended_time b/tests/snapshots/amd/rx6900xt/card0/device/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/runtime_suspended_time rename to tests/snapshots/amd/rx6900xt/card0/device/power/runtime_suspended_time diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup_abort_count b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_abort_count similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup_abort_count rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_abort_count diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup_active b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_active similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup_active rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_active diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup_active_count b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_active_count similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup_active_count rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_active_count diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup_count b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_count similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup_count rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_count diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup_expire_count b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_expire_count similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup_expire_count rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_expire_count diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup_last_time_ms b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_last_time_ms similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup_last_time_ms rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_last_time_ms diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup_max_time_ms b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_max_time_ms similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup_max_time_ms rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_max_time_ms diff --git a/tests/data/amd/rx6900xt/card0/device/power/wakeup_total_time_ms b/tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_total_time_ms similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power/wakeup_total_time_ms rename to tests/snapshots/amd/rx6900xt/card0/device/power/wakeup_total_time_ms diff --git a/tests/data/amd/rx6900xt/card0/device/power_dpm_force_performance_level b/tests/snapshots/amd/rx6900xt/card0/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power_dpm_force_performance_level rename to tests/snapshots/amd/rx6900xt/card0/device/power_dpm_force_performance_level diff --git a/tests/data/amd/rx6900xt/card0/device/power_dpm_state b/tests/snapshots/amd/rx6900xt/card0/device/power_dpm_state similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power_dpm_state rename to tests/snapshots/amd/rx6900xt/card0/device/power_dpm_state diff --git a/tests/data/amd/rx6900xt/card0/device/power_state b/tests/snapshots/amd/rx6900xt/card0/device/power_state similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/power_state rename to tests/snapshots/amd/rx6900xt/card0/device/power_state diff --git a/tests/data/amd/rx6900xt/card0/device/pp_cur_state b/tests/snapshots/amd/rx6900xt/card0/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_cur_state rename to tests/snapshots/amd/rx6900xt/card0/device/pp_cur_state diff --git a/tests/data/amd/rx6900xt/card0/device/pp_dpm_dcefclk b/tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_dcefclk similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_dpm_dcefclk rename to tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_dcefclk diff --git a/tests/data/amd/rx6900xt/card0/device/pp_dpm_dclk b/tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_dclk similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_dpm_dclk rename to tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_dclk diff --git a/tests/data/amd/rx6900xt/card0/device/pp_dpm_fclk b/tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_fclk similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_dpm_fclk rename to tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_fclk diff --git a/tests/data/amd/rx6900xt/card0/device/pp_dpm_mclk b/tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_dpm_mclk rename to tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_mclk diff --git a/tests/data/amd/rx6900xt/card0/device/pp_dpm_pcie b/tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_dpm_pcie rename to tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_pcie diff --git a/tests/data/amd/rx6900xt/card0/device/pp_dpm_sclk b/tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_dpm_sclk rename to tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_sclk diff --git a/tests/data/amd/rx6900xt/card0/device/pp_dpm_socclk b/tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_dpm_socclk rename to tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_socclk diff --git a/tests/data/amd/rx6900xt/card0/device/pp_dpm_vclk b/tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_vclk similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_dpm_vclk rename to tests/snapshots/amd/rx6900xt/card0/device/pp_dpm_vclk diff --git a/tests/data/amd/rx6900xt/card0/device/pp_features b/tests/snapshots/amd/rx6900xt/card0/device/pp_features similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_features rename to tests/snapshots/amd/rx6900xt/card0/device/pp_features diff --git a/tests/data/amd/rx6900xt/card0/device/pp_force_state b/tests/snapshots/amd/rx6900xt/card0/device/pp_force_state similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_force_state rename to tests/snapshots/amd/rx6900xt/card0/device/pp_force_state diff --git a/tests/data/amd/rx6900xt/card0/device/pp_mclk_od b/tests/snapshots/amd/rx6900xt/card0/device/pp_mclk_od similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_mclk_od rename to tests/snapshots/amd/rx6900xt/card0/device/pp_mclk_od diff --git a/tests/data/amd/rx6900xt/card0/device/pp_num_states b/tests/snapshots/amd/rx6900xt/card0/device/pp_num_states similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_num_states rename to tests/snapshots/amd/rx6900xt/card0/device/pp_num_states diff --git a/tests/data/amd/rx6900xt/card0/device/pp_od_clk_voltage b/tests/snapshots/amd/rx6900xt/card0/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx6900xt/card0/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx6900xt/card0/device/pp_power_profile_mode b/tests/snapshots/amd/rx6900xt/card0/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_power_profile_mode rename to tests/snapshots/amd/rx6900xt/card0/device/pp_power_profile_mode diff --git a/tests/data/amd/rx6900xt/card0/device/pp_sclk_od b/tests/snapshots/amd/rx6900xt/card0/device/pp_sclk_od similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_sclk_od rename to tests/snapshots/amd/rx6900xt/card0/device/pp_sclk_od diff --git a/tests/data/amd/rx6900xt/card0/device/pp_table b/tests/snapshots/amd/rx6900xt/card0/device/pp_table similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/pp_table rename to tests/snapshots/amd/rx6900xt/card0/device/pp_table diff --git a/tests/data/amd/rx6900xt/card0/device/product_name b/tests/snapshots/amd/rx6900xt/card0/device/product_name similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/product_name rename to tests/snapshots/amd/rx6900xt/card0/device/product_name diff --git a/tests/data/amd/rx6900xt/card0/device/product_number b/tests/snapshots/amd/rx6900xt/card0/device/product_number similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/product_number rename to tests/snapshots/amd/rx6900xt/card0/device/product_number diff --git a/tests/data/amd/rx6900xt/card0/device/reset_method b/tests/snapshots/amd/rx6900xt/card0/device/reset_method similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/reset_method rename to tests/snapshots/amd/rx6900xt/card0/device/reset_method diff --git a/tests/data/amd/rx6900xt/card0/device/resource b/tests/snapshots/amd/rx6900xt/card0/device/resource similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/resource rename to tests/snapshots/amd/rx6900xt/card0/device/resource diff --git a/tests/data/amd/rx6900xt/card0/device/resource0_resize b/tests/snapshots/amd/rx6900xt/card0/device/resource0_resize similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/resource0_resize rename to tests/snapshots/amd/rx6900xt/card0/device/resource0_resize diff --git a/tests/data/amd/rx6900xt/card0/device/resource2_resize b/tests/snapshots/amd/rx6900xt/card0/device/resource2_resize similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/resource2_resize rename to tests/snapshots/amd/rx6900xt/card0/device/resource2_resize diff --git a/tests/data/amd/rx6900xt/card0/device/revision b/tests/snapshots/amd/rx6900xt/card0/device/revision similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/revision rename to tests/snapshots/amd/rx6900xt/card0/device/revision diff --git a/tests/data/amd/rx6900xt/card0/device/subsystem_device b/tests/snapshots/amd/rx6900xt/card0/device/subsystem_device similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/subsystem_device rename to tests/snapshots/amd/rx6900xt/card0/device/subsystem_device diff --git a/tests/data/amd/rx6900xt/card0/device/subsystem_vendor b/tests/snapshots/amd/rx6900xt/card0/device/subsystem_vendor similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/subsystem_vendor rename to tests/snapshots/amd/rx6900xt/card0/device/subsystem_vendor diff --git a/tests/data/amd/rx6900xt/card0/device/thermal_throttling_logging b/tests/snapshots/amd/rx6900xt/card0/device/thermal_throttling_logging similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/thermal_throttling_logging rename to tests/snapshots/amd/rx6900xt/card0/device/thermal_throttling_logging diff --git a/tests/data/amd/rx6900xt/card0/device/uevent b/tests/snapshots/amd/rx6900xt/card0/device/uevent similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/uevent rename to tests/snapshots/amd/rx6900xt/card0/device/uevent diff --git a/tests/data/amd/rx6900xt/card0/device/unique_id b/tests/snapshots/amd/rx6900xt/card0/device/unique_id similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/unique_id rename to tests/snapshots/amd/rx6900xt/card0/device/unique_id diff --git a/tests/data/amd/rx6900xt/card0/device/usbc_pd_fw b/tests/snapshots/amd/rx6900xt/card0/device/usbc_pd_fw similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/usbc_pd_fw rename to tests/snapshots/amd/rx6900xt/card0/device/usbc_pd_fw diff --git a/tests/data/amd/rx6900xt/card0/device/vbios_version b/tests/snapshots/amd/rx6900xt/card0/device/vbios_version similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/vbios_version rename to tests/snapshots/amd/rx6900xt/card0/device/vbios_version diff --git a/tests/data/amd/rx6900xt/card0/device/vendor b/tests/snapshots/amd/rx6900xt/card0/device/vendor similarity index 100% rename from tests/data/amd/rx6900xt/card0/device/vendor rename to tests/snapshots/amd/rx6900xt/card0/device/vendor diff --git a/tests/data/amd/rx6900xt/config.yaml b/tests/snapshots/amd/rx6900xt/config.yaml similarity index 100% rename from tests/data/amd/rx6900xt/config.yaml rename to tests/snapshots/amd/rx6900xt/config.yaml diff --git a/tests/data/amd/rx7600s/card1/dev b/tests/snapshots/amd/rx7600s/card1/dev similarity index 100% rename from tests/data/amd/rx7600s/card1/dev rename to tests/snapshots/amd/rx7600s/card1/dev diff --git a/tests/data/amd/rx7600s/card1/device/current_link_speed b/tests/snapshots/amd/rx7600s/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/rx7600s/card1/device/current_link_speed rename to tests/snapshots/amd/rx7600s/card1/device/current_link_speed diff --git a/tests/data/amd/rx7600s/card1/device/current_link_width b/tests/snapshots/amd/rx7600s/card1/device/current_link_width similarity index 100% rename from tests/data/amd/rx7600s/card1/device/current_link_width rename to tests/snapshots/amd/rx7600s/card1/device/current_link_width diff --git a/tests/data/amd/rx7600s/card1/device/gpu_busy_percent b/tests/snapshots/amd/rx7600s/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx7600s/card1/device/gpu_busy_percent rename to tests/snapshots/amd/rx7600s/card1/device/gpu_busy_percent diff --git a/tests/data/amd/rx7600s/card1/device/gpu_metrics b/tests/snapshots/amd/rx7600s/card1/device/gpu_metrics similarity index 100% rename from tests/data/amd/rx7600s/card1/device/gpu_metrics rename to tests/snapshots/amd/rx7600s/card1/device/gpu_metrics diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_enable b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_enable similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_enable rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_enable diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_input b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_input similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_input rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_input diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_max b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_max similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_max rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_max diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_min b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_min similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_min rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_min diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_target b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_target similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_target rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/fan1_target diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/freq1_input b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/freq1_input similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/freq1_input rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/freq1_input diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/freq1_label b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/freq1_label similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/freq1_label rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/freq1_label diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/freq2_input b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/freq2_input similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/freq2_input rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/freq2_input diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/freq2_label b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/freq2_label similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/freq2_label rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/freq2_label diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/in0_input b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/in0_input similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/in0_input rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/in0_input diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/in0_label b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/in0_label similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/in0_label rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/in0_label diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/name b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/name similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/name rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/name diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power/control b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power/control similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power/control rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power/control diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_active_time b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_active_time similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_active_time rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_active_time diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_status b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_status similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_status rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_status diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_suspended_time b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_suspended_time rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power/runtime_suspended_time diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_average b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_average similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_average rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_average diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_default b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_default similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_default rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_default diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_max b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_max similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_max rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_max diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_min b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_min similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_min rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_cap_min diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_label b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_label similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/power1_label rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/power1_label diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1 b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1 similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1 rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1 diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_enable b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_enable similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_enable rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_enable diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_max b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_max similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_max rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_max diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_min b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_min similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_min rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/pwm1_min diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_crit b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_crit similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_crit rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_crit diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_crit_hyst b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_crit_hyst rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_crit_hyst diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_emergency b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_emergency similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_emergency rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_emergency diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_input b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_input similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_input rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_input diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_label b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_label similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_label rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp1_label diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_crit b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_crit similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_crit rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_crit diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_crit_hyst b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_crit_hyst rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_crit_hyst diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_emergency b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_emergency similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_emergency rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_emergency diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_input b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_input similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_input rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_input diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_label b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_label similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_label rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp2_label diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_crit b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_crit similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_crit rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_crit diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_crit_hyst b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_crit_hyst rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_crit_hyst diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_emergency b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_emergency similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_emergency rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_emergency diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_input b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_input similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_input rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_input diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_label b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_label similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_label rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/temp3_label diff --git a/tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/uevent b/tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/uevent similarity index 100% rename from tests/data/amd/rx7600s/card1/device/hwmon/hwmon5/uevent rename to tests/snapshots/amd/rx7600s/card1/device/hwmon/hwmon5/uevent diff --git a/tests/data/amd/rx7600s/card1/device/mem_info_vram_vendor b/tests/snapshots/amd/rx7600s/card1/device/mem_info_vram_vendor similarity index 100% rename from tests/data/amd/rx7600s/card1/device/mem_info_vram_vendor rename to tests/snapshots/amd/rx7600s/card1/device/mem_info_vram_vendor diff --git a/tests/data/amd/rx7600s/card1/device/power_dpm_force_performance_level b/tests/snapshots/amd/rx7600s/card1/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/rx7600s/card1/device/power_dpm_force_performance_level rename to tests/snapshots/amd/rx7600s/card1/device/power_dpm_force_performance_level diff --git a/tests/data/amd/rx7600s/card1/device/pp_cur_state b/tests/snapshots/amd/rx7600s/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_cur_state rename to tests/snapshots/amd/rx7600s/card1/device/pp_cur_state diff --git a/tests/data/amd/rx7600s/card1/device/pp_dpm_mclk b/tests/snapshots/amd/rx7600s/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/rx7600s/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/rx7600s/card1/device/pp_dpm_pcie b/tests/snapshots/amd/rx7600s/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/rx7600s/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/rx7600s/card1/device/pp_dpm_sclk b/tests/snapshots/amd/rx7600s/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/rx7600s/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/rx7600s/card1/device/pp_dpm_socclk b/tests/snapshots/amd/rx7600s/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/rx7600s/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/rx7600s/card1/device/pp_features b/tests/snapshots/amd/rx7600s/card1/device/pp_features similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_features rename to tests/snapshots/amd/rx7600s/card1/device/pp_features diff --git a/tests/data/amd/rx7600s/card1/device/pp_force_state b/tests/snapshots/amd/rx7600s/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_force_state rename to tests/snapshots/amd/rx7600s/card1/device/pp_force_state diff --git a/tests/data/amd/rx7600s/card1/device/pp_num_states b/tests/snapshots/amd/rx7600s/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_num_states rename to tests/snapshots/amd/rx7600s/card1/device/pp_num_states diff --git a/tests/data/amd/rx7600s/card1/device/pp_power_profile_mode b/tests/snapshots/amd/rx7600s/card1/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_power_profile_mode rename to tests/snapshots/amd/rx7600s/card1/device/pp_power_profile_mode diff --git a/tests/data/amd/rx7600s/card1/device/pp_table b/tests/snapshots/amd/rx7600s/card1/device/pp_table similarity index 100% rename from tests/data/amd/rx7600s/card1/device/pp_table rename to tests/snapshots/amd/rx7600s/card1/device/pp_table diff --git a/tests/data/amd/rx7600s/card1/device/uevent b/tests/snapshots/amd/rx7600s/card1/device/uevent similarity index 100% rename from tests/data/amd/rx7600s/card1/device/uevent rename to tests/snapshots/amd/rx7600s/card1/device/uevent diff --git a/tests/data/amd/rx7600s/card1/device/vbios_version b/tests/snapshots/amd/rx7600s/card1/device/vbios_version similarity index 100% rename from tests/data/amd/rx7600s/card1/device/vbios_version rename to tests/snapshots/amd/rx7600s/card1/device/vbios_version diff --git a/tests/data/amd/rx7600s/card1/device/vendor b/tests/snapshots/amd/rx7600s/card1/device/vendor similarity index 100% rename from tests/data/amd/rx7600s/card1/device/vendor rename to tests/snapshots/amd/rx7600s/card1/device/vendor diff --git a/tests/data/amd/rx7600s/card1/uevent b/tests/snapshots/amd/rx7600s/card1/uevent similarity index 100% rename from tests/data/amd/rx7600s/card1/uevent rename to tests/snapshots/amd/rx7600s/card1/uevent diff --git a/tests/data/amd/rx7700s/card1/device/current_link_speed b/tests/snapshots/amd/rx7700s/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/rx7700s/card1/device/current_link_speed rename to tests/snapshots/amd/rx7700s/card1/device/current_link_speed diff --git a/tests/data/amd/rx7700s/card1/device/current_link_width b/tests/snapshots/amd/rx7700s/card1/device/current_link_width similarity index 100% rename from tests/data/amd/rx7700s/card1/device/current_link_width rename to tests/snapshots/amd/rx7700s/card1/device/current_link_width diff --git a/tests/data/amd/rx7700s/card1/device/gpu_busy_percent b/tests/snapshots/amd/rx7700s/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx7700s/card1/device/gpu_busy_percent rename to tests/snapshots/amd/rx7700s/card1/device/gpu_busy_percent diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_enable b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_enable similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_enable rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_enable diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_input b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_input similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_input rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_input diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_max b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_max similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_max rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_max diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_min b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_min similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_min rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_min diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_target b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_target similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_target rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/fan1_target diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/freq1_input b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/freq1_input similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/freq1_input rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/freq1_input diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/freq1_label b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/freq1_label similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/freq1_label rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/freq1_label diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/freq2_input b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/freq2_input similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/freq2_input rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/freq2_input diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/freq2_label b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/freq2_label similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/freq2_label rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/freq2_label diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/in0_input b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/in0_input similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/in0_input rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/in0_input diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/in0_label b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/in0_label similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/in0_label rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/in0_label diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/name b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/name similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/name rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/name diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_average b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_average similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_average rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_average diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_default b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_default similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_default rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_default diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_max b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_max similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_max rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_max diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_min b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_min similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_min rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_cap_min diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_label b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_label similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/power1_label rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/power1_label diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1 b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1 similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1 rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1 diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_enable b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_enable similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_enable rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_enable diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_max b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_max similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_max rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_max diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_min b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_min similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_min rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/pwm1_min diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_crit b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_crit similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_crit rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_crit diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_crit_hyst b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_crit_hyst rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_crit_hyst diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_emergency b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_emergency similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_emergency rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_emergency diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_input b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_input similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_input rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_input diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_label b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_label similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_label rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp1_label diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_crit b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_crit similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_crit rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_crit diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_crit_hyst b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_crit_hyst rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_crit_hyst diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_emergency b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_emergency similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_emergency rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_emergency diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_input b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_input similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_input rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_input diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_label b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_label similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_label rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp2_label diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_crit b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_crit similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_crit rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_crit diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_crit_hyst b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_crit_hyst rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_crit_hyst diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_emergency b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_emergency similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_emergency rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_emergency diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_input b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_input similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_input rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_input diff --git a/tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_label b/tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_label similarity index 100% rename from tests/data/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_label rename to tests/snapshots/amd/rx7700s/card1/device/hwmon/hwmon9/temp3_label diff --git a/tests/data/amd/rx7700s/card1/device/power_dpm_force_performance_level b/tests/snapshots/amd/rx7700s/card1/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/rx7700s/card1/device/power_dpm_force_performance_level rename to tests/snapshots/amd/rx7700s/card1/device/power_dpm_force_performance_level diff --git a/tests/data/amd/rx7700s/card1/device/pp_cur_state b/tests/snapshots/amd/rx7700s/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_cur_state rename to tests/snapshots/amd/rx7700s/card1/device/pp_cur_state diff --git a/tests/data/amd/rx7700s/card1/device/pp_dpm_mclk b/tests/snapshots/amd/rx7700s/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/rx7700s/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/rx7700s/card1/device/pp_dpm_pcie b/tests/snapshots/amd/rx7700s/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/rx7700s/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/rx7700s/card1/device/pp_dpm_sclk b/tests/snapshots/amd/rx7700s/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/rx7700s/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/rx7700s/card1/device/pp_dpm_socclk b/tests/snapshots/amd/rx7700s/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/rx7700s/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/rx7700s/card1/device/pp_features b/tests/snapshots/amd/rx7700s/card1/device/pp_features similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_features rename to tests/snapshots/amd/rx7700s/card1/device/pp_features diff --git a/tests/data/amd/rx7700s/card1/device/pp_force_state b/tests/snapshots/amd/rx7700s/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_force_state rename to tests/snapshots/amd/rx7700s/card1/device/pp_force_state diff --git a/tests/data/amd/rx7700s/card1/device/pp_num_states b/tests/snapshots/amd/rx7700s/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_num_states rename to tests/snapshots/amd/rx7700s/card1/device/pp_num_states diff --git a/tests/data/amd/rx7700s/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/rx7700s/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx7700s/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx7700s/card1/device/pp_power_profile_mode b/tests/snapshots/amd/rx7700s/card1/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_power_profile_mode rename to tests/snapshots/amd/rx7700s/card1/device/pp_power_profile_mode diff --git a/tests/data/amd/rx7700s/card1/device/pp_table b/tests/snapshots/amd/rx7700s/card1/device/pp_table similarity index 100% rename from tests/data/amd/rx7700s/card1/device/pp_table rename to tests/snapshots/amd/rx7700s/card1/device/pp_table diff --git a/tests/data/amd/rx7700s/card1/device/uevent b/tests/snapshots/amd/rx7700s/card1/device/uevent similarity index 100% rename from tests/data/amd/rx7700s/card1/device/uevent rename to tests/snapshots/amd/rx7700s/card1/device/uevent diff --git a/tests/data/amd/rx7700s/card1/device/vbios_version b/tests/snapshots/amd/rx7700s/card1/device/vbios_version similarity index 100% rename from tests/data/amd/rx7700s/card1/device/vbios_version rename to tests/snapshots/amd/rx7700s/card1/device/vbios_version diff --git a/tests/data/amd/rx7700s/card1/device/vendor b/tests/snapshots/amd/rx7700s/card1/device/vendor similarity index 100% rename from tests/data/amd/rx7700s/card1/device/vendor rename to tests/snapshots/amd/rx7700s/card1/device/vendor diff --git a/tests/data/amd/rx7800xt/card1/dev b/tests/snapshots/amd/rx7800xt/card1/dev similarity index 100% rename from tests/data/amd/rx7800xt/card1/dev rename to tests/snapshots/amd/rx7800xt/card1/dev diff --git a/tests/data/amd/rx7800xt/card1/device/current_link_speed b/tests/snapshots/amd/rx7800xt/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/current_link_speed rename to tests/snapshots/amd/rx7800xt/card1/device/current_link_speed diff --git a/tests/data/amd/rx7800xt/card1/device/current_link_width b/tests/snapshots/amd/rx7800xt/card1/device/current_link_width similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/current_link_width rename to tests/snapshots/amd/rx7800xt/card1/device/current_link_width diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_busy_percent b/tests/snapshots/amd/rx7800xt/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_busy_percent rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_busy_percent diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_metrics b/tests/snapshots/amd/rx7800xt/card1/device/gpu_metrics similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_metrics rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_metrics diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold b/tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold b/tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_curve b/tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_curve similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_curve rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_curve diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm b/tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_target_temperature b/tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_target_temperature similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_target_temperature rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_target_temperature diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable b/tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable diff --git a/tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_stop_temperature b/tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_stop_temperature similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_stop_temperature rename to tests/snapshots/amd/rx7800xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_stop_temperature diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_enable b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_enable similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_enable rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_enable diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_input b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_input similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_input rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_input diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_max b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_max similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_max rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_max diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_min b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_min similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_min rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_min diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_target b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_target similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_target rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/fan1_target diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/freq1_input b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/freq1_input similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/freq1_input rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/freq1_input diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/freq1_label b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/freq1_label similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/freq1_label rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/freq1_label diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/freq2_input b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/freq2_input similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/freq2_input rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/freq2_input diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/freq2_label b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/freq2_label similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/freq2_label rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/freq2_label diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/in0_input b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/in0_input similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/in0_input rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/in0_input diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/in0_label b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/in0_label similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/in0_label rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/in0_label diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/name b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/name similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/name rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/name diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power/control b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power/control similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power/control rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power/control diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_active_time b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_active_time similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_active_time rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_active_time diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_status b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_status similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_status rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_status diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_suspended_time b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_suspended_time rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power/runtime_suspended_time diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_average b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_average similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_average rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_average diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_default b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_default similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_default rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_default diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_max b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_max similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_max rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_max diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_min b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_min similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_min rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_cap_min diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_label b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_label similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_label rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/power1_label diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1 b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1 similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1 rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1 diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_enable b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_enable similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_enable rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_enable diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_max b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_max similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_max rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_max diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_min b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_min similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_min rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/pwm1_min diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_crit b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_crit similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_crit rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_crit diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_crit_hyst b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_crit_hyst rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_crit_hyst diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_emergency b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_emergency similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_emergency rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_emergency diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_input b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_input similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_input rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_input diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_label b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_label similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_label rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp1_label diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_crit b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_crit similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_crit rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_crit diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_crit_hyst b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_crit_hyst rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_crit_hyst diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_emergency b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_emergency similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_emergency rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_emergency diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_input b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_input similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_input rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_input diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_label b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_label similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_label rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp2_label diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_crit b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_crit similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_crit rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_crit diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_crit_hyst b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_crit_hyst rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_crit_hyst diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_emergency b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_emergency similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_emergency rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_emergency diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_input b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_input similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_input rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_input diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_label b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_label similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_label rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/temp3_label diff --git a/tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/uevent b/tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/uevent similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/hwmon/hwmon4/uevent rename to tests/snapshots/amd/rx7800xt/card1/device/hwmon/hwmon4/uevent diff --git a/tests/data/amd/rx7800xt/card1/device/mem_info_vram_vendor b/tests/snapshots/amd/rx7800xt/card1/device/mem_info_vram_vendor similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/mem_info_vram_vendor rename to tests/snapshots/amd/rx7800xt/card1/device/mem_info_vram_vendor diff --git a/tests/data/amd/rx7800xt/card1/device/power_dpm_force_performance_level b/tests/snapshots/amd/rx7800xt/card1/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/power_dpm_force_performance_level rename to tests/snapshots/amd/rx7800xt/card1/device/power_dpm_force_performance_level diff --git a/tests/data/amd/rx7800xt/card1/device/pp_cur_state b/tests/snapshots/amd/rx7800xt/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_cur_state rename to tests/snapshots/amd/rx7800xt/card1/device/pp_cur_state diff --git a/tests/data/amd/rx7800xt/card1/device/pp_dpm_mclk b/tests/snapshots/amd/rx7800xt/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/rx7800xt/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/rx7800xt/card1/device/pp_dpm_pcie b/tests/snapshots/amd/rx7800xt/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/rx7800xt/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/rx7800xt/card1/device/pp_dpm_sclk b/tests/snapshots/amd/rx7800xt/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/rx7800xt/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/rx7800xt/card1/device/pp_dpm_socclk b/tests/snapshots/amd/rx7800xt/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/rx7800xt/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/rx7800xt/card1/device/pp_features b/tests/snapshots/amd/rx7800xt/card1/device/pp_features similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_features rename to tests/snapshots/amd/rx7800xt/card1/device/pp_features diff --git a/tests/data/amd/rx7800xt/card1/device/pp_force_state b/tests/snapshots/amd/rx7800xt/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_force_state rename to tests/snapshots/amd/rx7800xt/card1/device/pp_force_state diff --git a/tests/data/amd/rx7800xt/card1/device/pp_num_states b/tests/snapshots/amd/rx7800xt/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_num_states rename to tests/snapshots/amd/rx7800xt/card1/device/pp_num_states diff --git a/tests/data/amd/rx7800xt/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/rx7800xt/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx7800xt/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx7800xt/card1/device/pp_power_profile_mode b/tests/snapshots/amd/rx7800xt/card1/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_power_profile_mode rename to tests/snapshots/amd/rx7800xt/card1/device/pp_power_profile_mode diff --git a/tests/data/amd/rx7800xt/card1/device/pp_table b/tests/snapshots/amd/rx7800xt/card1/device/pp_table similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/pp_table rename to tests/snapshots/amd/rx7800xt/card1/device/pp_table diff --git a/tests/data/amd/rx7800xt/card1/device/uevent b/tests/snapshots/amd/rx7800xt/card1/device/uevent similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/uevent rename to tests/snapshots/amd/rx7800xt/card1/device/uevent diff --git a/tests/data/amd/rx7800xt/card1/device/vbios_version b/tests/snapshots/amd/rx7800xt/card1/device/vbios_version similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/vbios_version rename to tests/snapshots/amd/rx7800xt/card1/device/vbios_version diff --git a/tests/data/amd/rx7800xt/card1/device/vendor b/tests/snapshots/amd/rx7800xt/card1/device/vendor similarity index 100% rename from tests/data/amd/rx7800xt/card1/device/vendor rename to tests/snapshots/amd/rx7800xt/card1/device/vendor diff --git a/tests/data/amd/rx7800xt/card1/uevent b/tests/snapshots/amd/rx7800xt/card1/uevent similarity index 100% rename from tests/data/amd/rx7800xt/card1/uevent rename to tests/snapshots/amd/rx7800xt/card1/uevent diff --git a/tests/data/amd/rx7800xt/config-low.yaml b/tests/snapshots/amd/rx7800xt/config-low.yaml similarity index 100% rename from tests/data/amd/rx7800xt/config-low.yaml rename to tests/snapshots/amd/rx7800xt/config-low.yaml diff --git a/tests/data/amd/rx7800xt/config.yaml b/tests/snapshots/amd/rx7800xt/config.yaml similarity index 100% rename from tests/data/amd/rx7800xt/config.yaml rename to tests/snapshots/amd/rx7800xt/config.yaml diff --git a/tests/data/amd/rx7900xtx/card0/device/current_link_speed b/tests/snapshots/amd/rx7900xtx/card0/device/current_link_speed similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/current_link_speed rename to tests/snapshots/amd/rx7900xtx/card0/device/current_link_speed diff --git a/tests/data/amd/rx7900xtx/card0/device/current_link_width b/tests/snapshots/amd/rx7900xtx/card0/device/current_link_width similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/current_link_width rename to tests/snapshots/amd/rx7900xtx/card0/device/current_link_width diff --git a/tests/data/amd/rx7900xtx/card0/device/gpu_busy_percent b/tests/snapshots/amd/rx7900xtx/card0/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/gpu_busy_percent rename to tests/snapshots/amd/rx7900xtx/card0/device/gpu_busy_percent diff --git a/tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold b/tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold rename to tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold diff --git a/tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold b/tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold rename to tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold diff --git a/tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_curve b/tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_curve similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_curve rename to tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_curve diff --git a/tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_minimum_pwm b/tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_minimum_pwm similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_minimum_pwm rename to tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_minimum_pwm diff --git a/tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_target_temperature b/tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_target_temperature similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_target_temperature rename to tests/snapshots/amd/rx7900xtx/card0/device/gpu_od/fan_ctrl/fan_target_temperature diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_enable b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_enable similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_enable rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_enable diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_input b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_input similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_input rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_input diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_max b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_max similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_max rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_max diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_min b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_min similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_min rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_min diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_target b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_target similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_target rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/fan1_target diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq1_input b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq1_input similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq1_input rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq1_input diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq1_label b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq1_label similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq1_label rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq1_label diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq2_input b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq2_input similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq2_input rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq2_input diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq2_label b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq2_label similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq2_label rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/freq2_label diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/in0_input b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/in0_input similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/in0_input rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/in0_input diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/in0_label b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/in0_label similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/in0_label rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/in0_label diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/name b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/name similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/name rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/name diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_average b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_average similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_average rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_average diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_default b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_default similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_default rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_default diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_max b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_max similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_max rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_max diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_min b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_min similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_min rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_cap_min diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_label b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_label similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_label rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/power1_label diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1 b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1 similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1 rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1 diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_enable b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_enable similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_enable rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_enable diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_max b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_max similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_max rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_max diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_min b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_min similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_min rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/pwm1_min diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_crit b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_crit similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_crit rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_crit diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_crit_hyst b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_crit_hyst rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_crit_hyst diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_emergency b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_emergency similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_emergency rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_emergency diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_input b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_input similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_input rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_input diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_label b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_label similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_label rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp1_label diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_crit b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_crit similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_crit rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_crit diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_crit_hyst b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_crit_hyst rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_crit_hyst diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_emergency b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_emergency similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_emergency rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_emergency diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_input b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_input similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_input rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_input diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_label b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_label similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_label rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp2_label diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_crit b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_crit similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_crit rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_crit diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_crit_hyst b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_crit_hyst rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_crit_hyst diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_emergency b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_emergency similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_emergency rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_emergency diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_input b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_input similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_input rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_input diff --git a/tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_label b/tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_label similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_label rename to tests/snapshots/amd/rx7900xtx/card0/device/hwmon/hwmon8/temp3_label diff --git a/tests/data/amd/rx7900xtx/card0/device/power_dpm_force_performance_level b/tests/snapshots/amd/rx7900xtx/card0/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/power_dpm_force_performance_level rename to tests/snapshots/amd/rx7900xtx/card0/device/power_dpm_force_performance_level diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_cur_state b/tests/snapshots/amd/rx7900xtx/card0/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_cur_state rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_cur_state diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_dpm_mclk b/tests/snapshots/amd/rx7900xtx/card0/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_dpm_mclk rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_dpm_mclk diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_dpm_pcie b/tests/snapshots/amd/rx7900xtx/card0/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_dpm_pcie rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_dpm_pcie diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_dpm_sclk b/tests/snapshots/amd/rx7900xtx/card0/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_dpm_sclk rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_dpm_sclk diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_dpm_socclk b/tests/snapshots/amd/rx7900xtx/card0/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_dpm_socclk rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_dpm_socclk diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_features b/tests/snapshots/amd/rx7900xtx/card0/device/pp_features similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_features rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_features diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_force_state b/tests/snapshots/amd/rx7900xtx/card0/device/pp_force_state similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_force_state rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_force_state diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_num_states b/tests/snapshots/amd/rx7900xtx/card0/device/pp_num_states similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_num_states rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_num_states diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_od_clk_voltage b/tests/snapshots/amd/rx7900xtx/card0/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_power_profile_mode b/tests/snapshots/amd/rx7900xtx/card0/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_power_profile_mode rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_power_profile_mode diff --git a/tests/data/amd/rx7900xtx/card0/device/pp_table b/tests/snapshots/amd/rx7900xtx/card0/device/pp_table similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/pp_table rename to tests/snapshots/amd/rx7900xtx/card0/device/pp_table diff --git a/tests/data/amd/rx7900xtx/card0/device/uevent b/tests/snapshots/amd/rx7900xtx/card0/device/uevent similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/uevent rename to tests/snapshots/amd/rx7900xtx/card0/device/uevent diff --git a/tests/data/amd/rx7900xtx/card0/device/vbios_version b/tests/snapshots/amd/rx7900xtx/card0/device/vbios_version similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/vbios_version rename to tests/snapshots/amd/rx7900xtx/card0/device/vbios_version diff --git a/tests/data/amd/rx7900xtx/card0/device/vendor b/tests/snapshots/amd/rx7900xtx/card0/device/vendor similarity index 100% rename from tests/data/amd/rx7900xtx/card0/device/vendor rename to tests/snapshots/amd/rx7900xtx/card0/device/vendor diff --git a/tests/data/amd/rx7900xtx/config.yaml b/tests/snapshots/amd/rx7900xtx/config.yaml similarity index 100% rename from tests/data/amd/rx7900xtx/config.yaml rename to tests/snapshots/amd/rx7900xtx/config.yaml diff --git a/tests/data/amd/rx9070/card1/dev b/tests/snapshots/amd/rx9070/card1/dev similarity index 100% rename from tests/data/amd/rx9070/card1/dev rename to tests/snapshots/amd/rx9070/card1/dev diff --git a/tests/data/amd/rx9070/card1/device/current_link_speed b/tests/snapshots/amd/rx9070/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/rx9070/card1/device/current_link_speed rename to tests/snapshots/amd/rx9070/card1/device/current_link_speed diff --git a/tests/data/amd/rx9070/card1/device/current_link_width b/tests/snapshots/amd/rx9070/card1/device/current_link_width similarity index 100% rename from tests/data/amd/rx9070/card1/device/current_link_width rename to tests/snapshots/amd/rx9070/card1/device/current_link_width diff --git a/tests/data/amd/rx9070/card1/device/gpu_busy_percent b/tests/snapshots/amd/rx9070/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx9070/card1/device/gpu_busy_percent rename to tests/snapshots/amd/rx9070/card1/device/gpu_busy_percent diff --git a/tests/data/amd/rx9070/card1/device/gpu_metrics b/tests/snapshots/amd/rx9070/card1/device/gpu_metrics similarity index 100% rename from tests/data/amd/rx9070/card1/device/gpu_metrics rename to tests/snapshots/amd/rx9070/card1/device/gpu_metrics diff --git a/tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold b/tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold similarity index 100% rename from tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold rename to tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold diff --git a/tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold b/tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold similarity index 100% rename from tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold rename to tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold diff --git a/tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_curve b/tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_curve similarity index 100% rename from tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_curve rename to tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_curve diff --git a/tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm b/tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm similarity index 100% rename from tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm rename to tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm diff --git a/tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_target_temperature b/tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_target_temperature similarity index 100% rename from tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_target_temperature rename to tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_target_temperature diff --git a/tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable b/tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable similarity index 100% rename from tests/data/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable rename to tests/snapshots/amd/rx9070/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/fan1_input b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/fan1_input similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/fan1_input rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/fan1_input diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/fan1_max b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/fan1_max similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/fan1_max rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/fan1_max diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/fan1_min b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/fan1_min similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/fan1_min rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/fan1_min diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/fan1_target b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/fan1_target similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/fan1_target rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/fan1_target diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/freq1_input b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/freq1_input similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/freq1_input rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/freq1_input diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/freq1_label b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/freq1_label similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/freq1_label rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/freq1_label diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/freq2_input b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/freq2_input similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/freq2_input rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/freq2_input diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/freq2_label b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/freq2_label similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/freq2_label rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/freq2_label diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/in0_input b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/in0_input similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/in0_input rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/in0_input diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/in0_label b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/in0_label similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/in0_label rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/in0_label diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/name b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/name similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/name rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/name diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power/control b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power/control similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power/control rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power/control diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_active_time b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_active_time similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_active_time rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_active_time diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_status b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_status similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_status rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_status diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_suspended_time b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_suspended_time rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power/runtime_suspended_time diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_average b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_average similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_average rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_average diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_default b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_default similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_default rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_default diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_max b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_max similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_max rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_max diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_min b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_min similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_min rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_cap_min diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_label b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_label similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/power1_label rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/power1_label diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/pwm1 b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/pwm1 similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/pwm1 rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/pwm1 diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/pwm1_max b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/pwm1_max similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/pwm1_max rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/pwm1_max diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/pwm1_min b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/pwm1_min similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/pwm1_min rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/pwm1_min diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_crit b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_crit similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_crit rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_crit diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_crit_hyst b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_crit_hyst rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_crit_hyst diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_emergency b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_emergency similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_emergency rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_emergency diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_input b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_input similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_input rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_input diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_label b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_label similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp1_label rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp1_label diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_crit b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_crit similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_crit rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_crit diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_crit_hyst b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_crit_hyst rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_crit_hyst diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_emergency b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_emergency similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_emergency rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_emergency diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_input b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_input similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_input rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_input diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_label b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_label similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp2_label rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp2_label diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_crit b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_crit similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_crit rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_crit diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_crit_hyst b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_crit_hyst rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_crit_hyst diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_emergency b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_emergency similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_emergency rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_emergency diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_input b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_input similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_input rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_input diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_label b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_label similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/temp3_label rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/temp3_label diff --git a/tests/data/amd/rx9070/card1/device/hwmon/hwmon2/uevent b/tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/uevent similarity index 100% rename from tests/data/amd/rx9070/card1/device/hwmon/hwmon2/uevent rename to tests/snapshots/amd/rx9070/card1/device/hwmon/hwmon2/uevent diff --git a/tests/data/amd/rx9070/card1/device/mem_info_vram_vendor b/tests/snapshots/amd/rx9070/card1/device/mem_info_vram_vendor similarity index 100% rename from tests/data/amd/rx9070/card1/device/mem_info_vram_vendor rename to tests/snapshots/amd/rx9070/card1/device/mem_info_vram_vendor diff --git a/tests/data/amd/rx9070/card1/device/power_dpm_force_performance_level b/tests/snapshots/amd/rx9070/card1/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/rx9070/card1/device/power_dpm_force_performance_level rename to tests/snapshots/amd/rx9070/card1/device/power_dpm_force_performance_level diff --git a/tests/data/amd/rx9070/card1/device/pp_cur_state b/tests/snapshots/amd/rx9070/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_cur_state rename to tests/snapshots/amd/rx9070/card1/device/pp_cur_state diff --git a/tests/data/amd/rx9070/card1/device/pp_dpm_mclk b/tests/snapshots/amd/rx9070/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/rx9070/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/rx9070/card1/device/pp_dpm_pcie b/tests/snapshots/amd/rx9070/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/rx9070/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/rx9070/card1/device/pp_dpm_sclk b/tests/snapshots/amd/rx9070/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/rx9070/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/rx9070/card1/device/pp_dpm_socclk b/tests/snapshots/amd/rx9070/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/rx9070/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/rx9070/card1/device/pp_features b/tests/snapshots/amd/rx9070/card1/device/pp_features similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_features rename to tests/snapshots/amd/rx9070/card1/device/pp_features diff --git a/tests/data/amd/rx9070/card1/device/pp_force_state b/tests/snapshots/amd/rx9070/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_force_state rename to tests/snapshots/amd/rx9070/card1/device/pp_force_state diff --git a/tests/data/amd/rx9070/card1/device/pp_num_states b/tests/snapshots/amd/rx9070/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_num_states rename to tests/snapshots/amd/rx9070/card1/device/pp_num_states diff --git a/tests/data/amd/rx9070/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/rx9070/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx9070/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx9070/card1/device/pp_power_profile_mode b/tests/snapshots/amd/rx9070/card1/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_power_profile_mode rename to tests/snapshots/amd/rx9070/card1/device/pp_power_profile_mode diff --git a/tests/data/amd/rx9070/card1/device/pp_table b/tests/snapshots/amd/rx9070/card1/device/pp_table similarity index 100% rename from tests/data/amd/rx9070/card1/device/pp_table rename to tests/snapshots/amd/rx9070/card1/device/pp_table diff --git a/tests/data/amd/rx9070/card1/device/uevent b/tests/snapshots/amd/rx9070/card1/device/uevent similarity index 100% rename from tests/data/amd/rx9070/card1/device/uevent rename to tests/snapshots/amd/rx9070/card1/device/uevent diff --git a/tests/data/amd/rx9070/card1/device/vbios_version b/tests/snapshots/amd/rx9070/card1/device/vbios_version similarity index 100% rename from tests/data/amd/rx9070/card1/device/vbios_version rename to tests/snapshots/amd/rx9070/card1/device/vbios_version diff --git a/tests/data/amd/rx9070/card1/device/vendor b/tests/snapshots/amd/rx9070/card1/device/vendor similarity index 100% rename from tests/data/amd/rx9070/card1/device/vendor rename to tests/snapshots/amd/rx9070/card1/device/vendor diff --git a/tests/data/amd/rx9070/card1/uevent b/tests/snapshots/amd/rx9070/card1/uevent similarity index 100% rename from tests/data/amd/rx9070/card1/uevent rename to tests/snapshots/amd/rx9070/card1/uevent diff --git a/tests/data/amd/rx9070/config.yaml b/tests/snapshots/amd/rx9070/config.yaml similarity index 100% rename from tests/data/amd/rx9070/config.yaml rename to tests/snapshots/amd/rx9070/config.yaml diff --git a/tests/data/amd/rx9070xt/card1/dev b/tests/snapshots/amd/rx9070xt/card1/dev similarity index 100% rename from tests/data/amd/rx9070xt/card1/dev rename to tests/snapshots/amd/rx9070xt/card1/dev diff --git a/tests/data/amd/rx9070xt/card1/device/current_link_speed b/tests/snapshots/amd/rx9070xt/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/current_link_speed rename to tests/snapshots/amd/rx9070xt/card1/device/current_link_speed diff --git a/tests/data/amd/rx9070xt/card1/device/current_link_width b/tests/snapshots/amd/rx9070xt/card1/device/current_link_width similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/current_link_width rename to tests/snapshots/amd/rx9070xt/card1/device/current_link_width diff --git a/tests/data/amd/rx9070xt/card1/device/gpu_busy_percent b/tests/snapshots/amd/rx9070xt/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/gpu_busy_percent rename to tests/snapshots/amd/rx9070xt/card1/device/gpu_busy_percent diff --git a/tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold b/tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold rename to tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/acoustic_limit_rpm_threshold diff --git a/tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold b/tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold rename to tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/acoustic_target_rpm_threshold diff --git a/tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_curve b/tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_curve similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_curve rename to tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_curve diff --git a/tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm b/tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm rename to tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_minimum_pwm diff --git a/tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_target_temperature b/tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_target_temperature similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_target_temperature rename to tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_target_temperature diff --git a/tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable b/tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable rename to tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_enable diff --git a/tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_stop_temperature b/tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_stop_temperature similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_stop_temperature rename to tests/snapshots/amd/rx9070xt/card1/device/gpu_od/fan_ctrl/fan_zero_rpm_stop_temperature diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_input b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_input similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_input rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_input diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_max b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_max similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_max rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_max diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_min b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_min similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_min rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_min diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_target b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_target similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_target rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/fan1_target diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/freq1_input b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/freq1_input similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/freq1_input rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/freq1_input diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/freq1_label b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/freq1_label similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/freq1_label rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/freq1_label diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/freq2_input b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/freq2_input similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/freq2_input rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/freq2_input diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/freq2_label b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/freq2_label similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/freq2_label rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/freq2_label diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/in0_input b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/in0_input similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/in0_input rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/in0_input diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/in0_label b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/in0_label similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/in0_label rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/in0_label diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/name b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/name similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/name rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/name diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power/control b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power/control similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power/control rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power/control diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_active_time b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_active_time similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_active_time rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_active_time diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_status b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_status similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_status rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_status diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_suspended_time b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_suspended_time rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power/runtime_suspended_time diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_average b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_average similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_average rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_average diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_default b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_default similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_default rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_default diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_max b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_max similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_max rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_max diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_min b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_min similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_min rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_cap_min diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_label b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_label similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_label rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/power1_label diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1 b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1 similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1 rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1 diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1_max b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1_max similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1_max rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1_max diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1_min b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1_min similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1_min rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/pwm1_min diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_crit b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_crit similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_crit rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_crit diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_crit_hyst b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_crit_hyst similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_crit_hyst rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_crit_hyst diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_emergency b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_emergency similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_emergency rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_emergency diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_input b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_input similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_input rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_input diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_label b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_label similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_label rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp1_label diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_crit b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_crit similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_crit rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_crit diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_crit_hyst b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_crit_hyst similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_crit_hyst rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_crit_hyst diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_emergency b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_emergency similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_emergency rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_emergency diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_input b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_input similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_input rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_input diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_label b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_label similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_label rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp2_label diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_crit b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_crit similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_crit rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_crit diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_crit_hyst b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_crit_hyst similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_crit_hyst rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_crit_hyst diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_emergency b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_emergency similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_emergency rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_emergency diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_input b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_input similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_input rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_input diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_label b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_label similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_label rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/temp3_label diff --git a/tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/uevent b/tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/uevent similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/hwmon/hwmon5/uevent rename to tests/snapshots/amd/rx9070xt/card1/device/hwmon/hwmon5/uevent diff --git a/tests/data/amd/rx9070xt/card1/device/power_dpm_force_performance_level b/tests/snapshots/amd/rx9070xt/card1/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/power_dpm_force_performance_level rename to tests/snapshots/amd/rx9070xt/card1/device/power_dpm_force_performance_level diff --git a/tests/data/amd/rx9070xt/card1/device/pp_cur_state b/tests/snapshots/amd/rx9070xt/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_cur_state rename to tests/snapshots/amd/rx9070xt/card1/device/pp_cur_state diff --git a/tests/data/amd/rx9070xt/card1/device/pp_dpm_mclk b/tests/snapshots/amd/rx9070xt/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/rx9070xt/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/rx9070xt/card1/device/pp_dpm_pcie b/tests/snapshots/amd/rx9070xt/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/rx9070xt/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/rx9070xt/card1/device/pp_dpm_sclk b/tests/snapshots/amd/rx9070xt/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/rx9070xt/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/rx9070xt/card1/device/pp_dpm_socclk b/tests/snapshots/amd/rx9070xt/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/rx9070xt/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/rx9070xt/card1/device/pp_features b/tests/snapshots/amd/rx9070xt/card1/device/pp_features similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_features rename to tests/snapshots/amd/rx9070xt/card1/device/pp_features diff --git a/tests/data/amd/rx9070xt/card1/device/pp_force_state b/tests/snapshots/amd/rx9070xt/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_force_state rename to tests/snapshots/amd/rx9070xt/card1/device/pp_force_state diff --git a/tests/data/amd/rx9070xt/card1/device/pp_num_states b/tests/snapshots/amd/rx9070xt/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_num_states rename to tests/snapshots/amd/rx9070xt/card1/device/pp_num_states diff --git a/tests/data/amd/rx9070xt/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/rx9070xt/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/rx9070xt/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/rx9070xt/card1/device/pp_power_profile_mode b/tests/snapshots/amd/rx9070xt/card1/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_power_profile_mode rename to tests/snapshots/amd/rx9070xt/card1/device/pp_power_profile_mode diff --git a/tests/data/amd/rx9070xt/card1/device/pp_table b/tests/snapshots/amd/rx9070xt/card1/device/pp_table similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/pp_table rename to tests/snapshots/amd/rx9070xt/card1/device/pp_table diff --git a/tests/data/amd/rx9070xt/card1/device/uevent b/tests/snapshots/amd/rx9070xt/card1/device/uevent similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/uevent rename to tests/snapshots/amd/rx9070xt/card1/device/uevent diff --git a/tests/data/amd/rx9070xt/card1/device/vbios_version b/tests/snapshots/amd/rx9070xt/card1/device/vbios_version similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/vbios_version rename to tests/snapshots/amd/rx9070xt/card1/device/vbios_version diff --git a/tests/data/amd/rx9070xt/card1/device/vendor b/tests/snapshots/amd/rx9070xt/card1/device/vendor similarity index 100% rename from tests/data/amd/rx9070xt/card1/device/vendor rename to tests/snapshots/amd/rx9070xt/card1/device/vendor diff --git a/tests/data/amd/rx9070xt/card1/uevent b/tests/snapshots/amd/rx9070xt/card1/uevent similarity index 100% rename from tests/data/amd/rx9070xt/card1/uevent rename to tests/snapshots/amd/rx9070xt/card1/uevent diff --git a/tests/data/amd/rx9070xt/config.yaml b/tests/snapshots/amd/rx9070xt/config.yaml similarity index 100% rename from tests/data/amd/rx9070xt/config.yaml rename to tests/snapshots/amd/rx9070xt/config.yaml diff --git a/tests/data/amd/strixpoint/card1/dev b/tests/snapshots/amd/strixpoint/card1/dev similarity index 100% rename from tests/data/amd/strixpoint/card1/dev rename to tests/snapshots/amd/strixpoint/card1/dev diff --git a/tests/data/amd/strixpoint/card1/device/ari_enabled b/tests/snapshots/amd/strixpoint/card1/device/ari_enabled similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ari_enabled rename to tests/snapshots/amd/strixpoint/card1/device/ari_enabled diff --git a/tests/data/amd/strixpoint/card1/device/broken_parity_status b/tests/snapshots/amd/strixpoint/card1/device/broken_parity_status similarity index 100% rename from tests/data/amd/strixpoint/card1/device/broken_parity_status rename to tests/snapshots/amd/strixpoint/card1/device/broken_parity_status diff --git a/tests/data/amd/strixpoint/card1/device/class b/tests/snapshots/amd/strixpoint/card1/device/class similarity index 100% rename from tests/data/amd/strixpoint/card1/device/class rename to tests/snapshots/amd/strixpoint/card1/device/class diff --git a/tests/data/amd/strixpoint/card1/device/compute_reset_mask b/tests/snapshots/amd/strixpoint/card1/device/compute_reset_mask similarity index 100% rename from tests/data/amd/strixpoint/card1/device/compute_reset_mask rename to tests/snapshots/amd/strixpoint/card1/device/compute_reset_mask diff --git a/tests/data/amd/strixpoint/card1/device/config b/tests/snapshots/amd/strixpoint/card1/device/config similarity index 100% rename from tests/data/amd/strixpoint/card1/device/config rename to tests/snapshots/amd/strixpoint/card1/device/config diff --git a/tests/data/amd/strixpoint/card1/device/consistent_dma_mask_bits b/tests/snapshots/amd/strixpoint/card1/device/consistent_dma_mask_bits similarity index 100% rename from tests/data/amd/strixpoint/card1/device/consistent_dma_mask_bits rename to tests/snapshots/amd/strixpoint/card1/device/consistent_dma_mask_bits diff --git a/tests/data/amd/strixpoint/card1/device/current_link_speed b/tests/snapshots/amd/strixpoint/card1/device/current_link_speed similarity index 100% rename from tests/data/amd/strixpoint/card1/device/current_link_speed rename to tests/snapshots/amd/strixpoint/card1/device/current_link_speed diff --git a/tests/data/amd/strixpoint/card1/device/current_link_width b/tests/snapshots/amd/strixpoint/card1/device/current_link_width similarity index 100% rename from tests/data/amd/strixpoint/card1/device/current_link_width rename to tests/snapshots/amd/strixpoint/card1/device/current_link_width diff --git a/tests/data/amd/strixpoint/card1/device/d3cold_allowed b/tests/snapshots/amd/strixpoint/card1/device/d3cold_allowed similarity index 100% rename from tests/data/amd/strixpoint/card1/device/d3cold_allowed rename to tests/snapshots/amd/strixpoint/card1/device/d3cold_allowed diff --git a/tests/data/amd/strixpoint/card1/device/device b/tests/snapshots/amd/strixpoint/card1/device/device similarity index 100% rename from tests/data/amd/strixpoint/card1/device/device rename to tests/snapshots/amd/strixpoint/card1/device/device diff --git a/tests/data/amd/strixpoint/card1/device/dma_mask_bits b/tests/snapshots/amd/strixpoint/card1/device/dma_mask_bits similarity index 100% rename from tests/data/amd/strixpoint/card1/device/dma_mask_bits rename to tests/snapshots/amd/strixpoint/card1/device/dma_mask_bits diff --git a/tests/data/amd/strixpoint/card1/device/driver_override b/tests/snapshots/amd/strixpoint/card1/device/driver_override similarity index 100% rename from tests/data/amd/strixpoint/card1/device/driver_override rename to tests/snapshots/amd/strixpoint/card1/device/driver_override diff --git a/tests/data/amd/strixpoint/card1/device/enable b/tests/snapshots/amd/strixpoint/card1/device/enable similarity index 100% rename from tests/data/amd/strixpoint/card1/device/enable rename to tests/snapshots/amd/strixpoint/card1/device/enable diff --git a/tests/data/amd/strixpoint/card1/device/enforce_isolation b/tests/snapshots/amd/strixpoint/card1/device/enforce_isolation similarity index 100% rename from tests/data/amd/strixpoint/card1/device/enforce_isolation rename to tests/snapshots/amd/strixpoint/card1/device/enforce_isolation diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/asd_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/asd_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/asd_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/asd_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/dmcub_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/dmcub_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/dmcub_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/dmcub_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/imu_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/imu_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/imu_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/imu_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/me_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/me_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/me_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/me_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/mec_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/mec_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/mec_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/mec_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/mes_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/mes_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/mes_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/mes_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/mes_kiq_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/mes_kiq_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/mes_kiq_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/mes_kiq_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/pfp_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/pfp_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/pfp_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/pfp_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/rlc_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/rlc_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/rlc_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/rlc_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/sdma_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/sdma_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/sdma_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/sdma_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/smc_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/smc_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/smc_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/smc_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/fw_version/vcn_fw_version b/tests/snapshots/amd/strixpoint/card1/device/fw_version/vcn_fw_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/fw_version/vcn_fw_version rename to tests/snapshots/amd/strixpoint/card1/device/fw_version/vcn_fw_version diff --git a/tests/data/amd/strixpoint/card1/device/gfx_reset_mask b/tests/snapshots/amd/strixpoint/card1/device/gfx_reset_mask similarity index 100% rename from tests/data/amd/strixpoint/card1/device/gfx_reset_mask rename to tests/snapshots/amd/strixpoint/card1/device/gfx_reset_mask diff --git a/tests/data/amd/strixpoint/card1/device/gpu_busy_percent b/tests/snapshots/amd/strixpoint/card1/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/strixpoint/card1/device/gpu_busy_percent rename to tests/snapshots/amd/strixpoint/card1/device/gpu_busy_percent diff --git a/tests/data/amd/strixpoint/card1/device/gpu_metrics b/tests/snapshots/amd/strixpoint/card1/device/gpu_metrics similarity index 100% rename from tests/data/amd/strixpoint/card1/device/gpu_metrics rename to tests/snapshots/amd/strixpoint/card1/device/gpu_metrics diff --git a/tests/data/amd/strixpoint/card1/device/hdcp_srm b/tests/snapshots/amd/strixpoint/card1/device/hdcp_srm similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hdcp_srm rename to tests/snapshots/amd/strixpoint/card1/device/hdcp_srm diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/freq1_input b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/freq1_input similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/freq1_input rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/freq1_input diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/freq1_label b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/freq1_label similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/freq1_label rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/freq1_label diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/in0_input b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/in0_input similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/in0_input rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/in0_input diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/in0_label b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/in0_label similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/in0_label rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/in0_label diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/in1_input b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/in1_input similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/in1_input rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/in1_input diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/in1_label b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/in1_label similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/in1_label rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/in1_label diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/name b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/name similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/name rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/name diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power/control b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power/control similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power/control rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power/control diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_active_time b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_active_time similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_active_time rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_active_time diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_status b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_status similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_status rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_status diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_suspended_time b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_suspended_time rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power/runtime_suspended_time diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power1_average b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power1_average similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power1_average rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power1_average diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power1_input b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power1_input similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power1_input rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power1_input diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power1_label b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power1_label similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/power1_label rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/power1_label diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/temp1_input b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/temp1_input similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/temp1_input rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/temp1_input diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/temp1_label b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/temp1_label similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/temp1_label rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/temp1_label diff --git a/tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/uevent b/tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/uevent similarity index 100% rename from tests/data/amd/strixpoint/card1/device/hwmon/hwmon6/uevent rename to tests/snapshots/amd/strixpoint/card1/device/hwmon/hwmon6/uevent diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/1/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/108/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/11/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/12/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/14/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/150/1/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/2/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/21/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/255/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/271/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/273/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/282/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/286/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/293/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/3/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/34/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/35/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/4/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/40/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/41/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/42/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/44/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/1/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/45/2/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/46/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/48/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/5/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/1/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/2/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/3/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/4/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/5/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/6/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/7/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/6/8/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/70/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/base_addr b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/base_addr similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/base_addr rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/base_addr diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/harvest b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/harvest similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/harvest rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/harvest diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/hw_id b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/hw_id similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/hw_id rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/hw_id diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/major b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/major similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/major rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/major diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/minor b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/minor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/minor rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/minor diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/num_base_addresses b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/num_base_addresses similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/num_base_addresses rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/num_base_addresses diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/num_instance b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/num_instance similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/num_instance rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/num_instance diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/revision b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/revision rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/91/0/revision diff --git a/tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/num_ips b/tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/num_ips similarity index 100% rename from tests/data/amd/strixpoint/card1/device/ip_discovery/die/0/num_ips rename to tests/snapshots/amd/strixpoint/card1/device/ip_discovery/die/0/num_ips diff --git a/tests/data/amd/strixpoint/card1/device/irq b/tests/snapshots/amd/strixpoint/card1/device/irq similarity index 100% rename from tests/data/amd/strixpoint/card1/device/irq rename to tests/snapshots/amd/strixpoint/card1/device/irq diff --git a/tests/data/amd/strixpoint/card1/device/jpeg_reset_mask b/tests/snapshots/amd/strixpoint/card1/device/jpeg_reset_mask similarity index 100% rename from tests/data/amd/strixpoint/card1/device/jpeg_reset_mask rename to tests/snapshots/amd/strixpoint/card1/device/jpeg_reset_mask diff --git a/tests/data/amd/strixpoint/card1/device/link/l0s_aspm b/tests/snapshots/amd/strixpoint/card1/device/link/l0s_aspm similarity index 100% rename from tests/data/amd/strixpoint/card1/device/link/l0s_aspm rename to tests/snapshots/amd/strixpoint/card1/device/link/l0s_aspm diff --git a/tests/data/amd/strixpoint/card1/device/link/l1_aspm b/tests/snapshots/amd/strixpoint/card1/device/link/l1_aspm similarity index 100% rename from tests/data/amd/strixpoint/card1/device/link/l1_aspm rename to tests/snapshots/amd/strixpoint/card1/device/link/l1_aspm diff --git a/tests/data/amd/strixpoint/card1/device/local_cpulist b/tests/snapshots/amd/strixpoint/card1/device/local_cpulist similarity index 100% rename from tests/data/amd/strixpoint/card1/device/local_cpulist rename to tests/snapshots/amd/strixpoint/card1/device/local_cpulist diff --git a/tests/data/amd/strixpoint/card1/device/local_cpus b/tests/snapshots/amd/strixpoint/card1/device/local_cpus similarity index 100% rename from tests/data/amd/strixpoint/card1/device/local_cpus rename to tests/snapshots/amd/strixpoint/card1/device/local_cpus diff --git a/tests/data/amd/strixpoint/card1/device/max_link_speed b/tests/snapshots/amd/strixpoint/card1/device/max_link_speed similarity index 100% rename from tests/data/amd/strixpoint/card1/device/max_link_speed rename to tests/snapshots/amd/strixpoint/card1/device/max_link_speed diff --git a/tests/data/amd/strixpoint/card1/device/max_link_width b/tests/snapshots/amd/strixpoint/card1/device/max_link_width similarity index 100% rename from tests/data/amd/strixpoint/card1/device/max_link_width rename to tests/snapshots/amd/strixpoint/card1/device/max_link_width diff --git a/tests/data/amd/strixpoint/card1/device/mem_info_gtt_total b/tests/snapshots/amd/strixpoint/card1/device/mem_info_gtt_total similarity index 100% rename from tests/data/amd/strixpoint/card1/device/mem_info_gtt_total rename to tests/snapshots/amd/strixpoint/card1/device/mem_info_gtt_total diff --git a/tests/data/amd/strixpoint/card1/device/mem_info_gtt_used b/tests/snapshots/amd/strixpoint/card1/device/mem_info_gtt_used similarity index 100% rename from tests/data/amd/strixpoint/card1/device/mem_info_gtt_used rename to tests/snapshots/amd/strixpoint/card1/device/mem_info_gtt_used diff --git a/tests/data/amd/strixpoint/card1/device/mem_info_preempt_used b/tests/snapshots/amd/strixpoint/card1/device/mem_info_preempt_used similarity index 100% rename from tests/data/amd/strixpoint/card1/device/mem_info_preempt_used rename to tests/snapshots/amd/strixpoint/card1/device/mem_info_preempt_used diff --git a/tests/data/amd/strixpoint/card1/device/mem_info_vis_vram_total b/tests/snapshots/amd/strixpoint/card1/device/mem_info_vis_vram_total similarity index 100% rename from tests/data/amd/strixpoint/card1/device/mem_info_vis_vram_total rename to tests/snapshots/amd/strixpoint/card1/device/mem_info_vis_vram_total diff --git a/tests/data/amd/strixpoint/card1/device/mem_info_vis_vram_used b/tests/snapshots/amd/strixpoint/card1/device/mem_info_vis_vram_used similarity index 100% rename from tests/data/amd/strixpoint/card1/device/mem_info_vis_vram_used rename to tests/snapshots/amd/strixpoint/card1/device/mem_info_vis_vram_used diff --git a/tests/data/amd/strixpoint/card1/device/mem_info_vram_total b/tests/snapshots/amd/strixpoint/card1/device/mem_info_vram_total similarity index 100% rename from tests/data/amd/strixpoint/card1/device/mem_info_vram_total rename to tests/snapshots/amd/strixpoint/card1/device/mem_info_vram_total diff --git a/tests/data/amd/strixpoint/card1/device/mem_info_vram_used b/tests/snapshots/amd/strixpoint/card1/device/mem_info_vram_used similarity index 100% rename from tests/data/amd/strixpoint/card1/device/mem_info_vram_used rename to tests/snapshots/amd/strixpoint/card1/device/mem_info_vram_used diff --git a/tests/data/amd/strixpoint/card1/device/modalias b/tests/snapshots/amd/strixpoint/card1/device/modalias similarity index 100% rename from tests/data/amd/strixpoint/card1/device/modalias rename to tests/snapshots/amd/strixpoint/card1/device/modalias diff --git a/tests/data/amd/strixpoint/card1/device/msi_bus b/tests/snapshots/amd/strixpoint/card1/device/msi_bus similarity index 100% rename from tests/data/amd/strixpoint/card1/device/msi_bus rename to tests/snapshots/amd/strixpoint/card1/device/msi_bus diff --git a/tests/data/amd/strixpoint/card1/device/numa_node b/tests/snapshots/amd/strixpoint/card1/device/numa_node similarity index 100% rename from tests/data/amd/strixpoint/card1/device/numa_node rename to tests/snapshots/amd/strixpoint/card1/device/numa_node diff --git a/tests/data/amd/strixpoint/card1/device/power/control b/tests/snapshots/amd/strixpoint/card1/device/power/control similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/control rename to tests/snapshots/amd/strixpoint/card1/device/power/control diff --git a/tests/data/amd/strixpoint/card1/device/power/runtime_active_time b/tests/snapshots/amd/strixpoint/card1/device/power/runtime_active_time similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/runtime_active_time rename to tests/snapshots/amd/strixpoint/card1/device/power/runtime_active_time diff --git a/tests/data/amd/strixpoint/card1/device/power/runtime_status b/tests/snapshots/amd/strixpoint/card1/device/power/runtime_status similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/runtime_status rename to tests/snapshots/amd/strixpoint/card1/device/power/runtime_status diff --git a/tests/data/amd/strixpoint/card1/device/power/runtime_suspended_time b/tests/snapshots/amd/strixpoint/card1/device/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/runtime_suspended_time rename to tests/snapshots/amd/strixpoint/card1/device/power/runtime_suspended_time diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup_abort_count b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup_abort_count similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup_abort_count rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup_abort_count diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup_active b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup_active similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup_active rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup_active diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup_active_count b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup_active_count similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup_active_count rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup_active_count diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup_count b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup_count similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup_count rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup_count diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup_expire_count b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup_expire_count similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup_expire_count rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup_expire_count diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup_last_time_ms b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup_last_time_ms similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup_last_time_ms rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup_last_time_ms diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup_max_time_ms b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup_max_time_ms similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup_max_time_ms rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup_max_time_ms diff --git a/tests/data/amd/strixpoint/card1/device/power/wakeup_total_time_ms b/tests/snapshots/amd/strixpoint/card1/device/power/wakeup_total_time_ms similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power/wakeup_total_time_ms rename to tests/snapshots/amd/strixpoint/card1/device/power/wakeup_total_time_ms diff --git a/tests/data/amd/strixpoint/card1/device/power_dpm_force_performance_level b/tests/snapshots/amd/strixpoint/card1/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power_dpm_force_performance_level rename to tests/snapshots/amd/strixpoint/card1/device/power_dpm_force_performance_level diff --git a/tests/data/amd/strixpoint/card1/device/power_dpm_state b/tests/snapshots/amd/strixpoint/card1/device/power_dpm_state similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power_dpm_state rename to tests/snapshots/amd/strixpoint/card1/device/power_dpm_state diff --git a/tests/data/amd/strixpoint/card1/device/power_state b/tests/snapshots/amd/strixpoint/card1/device/power_state similarity index 100% rename from tests/data/amd/strixpoint/card1/device/power_state rename to tests/snapshots/amd/strixpoint/card1/device/power_state diff --git a/tests/data/amd/strixpoint/card1/device/pp_cur_state b/tests/snapshots/amd/strixpoint/card1/device/pp_cur_state similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_cur_state rename to tests/snapshots/amd/strixpoint/card1/device/pp_cur_state diff --git a/tests/data/amd/strixpoint/card1/device/pp_dpm_dcefclk b/tests/snapshots/amd/strixpoint/card1/device/pp_dpm_dcefclk similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_dpm_dcefclk rename to tests/snapshots/amd/strixpoint/card1/device/pp_dpm_dcefclk diff --git a/tests/data/amd/strixpoint/card1/device/pp_dpm_dclk b/tests/snapshots/amd/strixpoint/card1/device/pp_dpm_dclk similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_dpm_dclk rename to tests/snapshots/amd/strixpoint/card1/device/pp_dpm_dclk diff --git a/tests/data/amd/strixpoint/card1/device/pp_dpm_fclk b/tests/snapshots/amd/strixpoint/card1/device/pp_dpm_fclk similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_dpm_fclk rename to tests/snapshots/amd/strixpoint/card1/device/pp_dpm_fclk diff --git a/tests/data/amd/strixpoint/card1/device/pp_dpm_mclk b/tests/snapshots/amd/strixpoint/card1/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_dpm_mclk rename to tests/snapshots/amd/strixpoint/card1/device/pp_dpm_mclk diff --git a/tests/data/amd/strixpoint/card1/device/pp_dpm_pcie b/tests/snapshots/amd/strixpoint/card1/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_dpm_pcie rename to tests/snapshots/amd/strixpoint/card1/device/pp_dpm_pcie diff --git a/tests/data/amd/strixpoint/card1/device/pp_dpm_sclk b/tests/snapshots/amd/strixpoint/card1/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_dpm_sclk rename to tests/snapshots/amd/strixpoint/card1/device/pp_dpm_sclk diff --git a/tests/data/amd/strixpoint/card1/device/pp_dpm_socclk b/tests/snapshots/amd/strixpoint/card1/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_dpm_socclk rename to tests/snapshots/amd/strixpoint/card1/device/pp_dpm_socclk diff --git a/tests/data/amd/strixpoint/card1/device/pp_dpm_vclk b/tests/snapshots/amd/strixpoint/card1/device/pp_dpm_vclk similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_dpm_vclk rename to tests/snapshots/amd/strixpoint/card1/device/pp_dpm_vclk diff --git a/tests/data/amd/strixpoint/card1/device/pp_force_state b/tests/snapshots/amd/strixpoint/card1/device/pp_force_state similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_force_state rename to tests/snapshots/amd/strixpoint/card1/device/pp_force_state diff --git a/tests/data/amd/strixpoint/card1/device/pp_num_states b/tests/snapshots/amd/strixpoint/card1/device/pp_num_states similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_num_states rename to tests/snapshots/amd/strixpoint/card1/device/pp_num_states diff --git a/tests/data/amd/strixpoint/card1/device/pp_od_clk_voltage b/tests/snapshots/amd/strixpoint/card1/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/strixpoint/card1/device/pp_od_clk_voltage rename to tests/snapshots/amd/strixpoint/card1/device/pp_od_clk_voltage diff --git a/tests/data/amd/strixpoint/card1/device/revision b/tests/snapshots/amd/strixpoint/card1/device/revision similarity index 100% rename from tests/data/amd/strixpoint/card1/device/revision rename to tests/snapshots/amd/strixpoint/card1/device/revision diff --git a/tests/data/amd/strixpoint/card1/device/sdma_reset_mask b/tests/snapshots/amd/strixpoint/card1/device/sdma_reset_mask similarity index 100% rename from tests/data/amd/strixpoint/card1/device/sdma_reset_mask rename to tests/snapshots/amd/strixpoint/card1/device/sdma_reset_mask diff --git a/tests/data/amd/strixpoint/card1/device/subsystem_device b/tests/snapshots/amd/strixpoint/card1/device/subsystem_device similarity index 100% rename from tests/data/amd/strixpoint/card1/device/subsystem_device rename to tests/snapshots/amd/strixpoint/card1/device/subsystem_device diff --git a/tests/data/amd/strixpoint/card1/device/subsystem_vendor b/tests/snapshots/amd/strixpoint/card1/device/subsystem_vendor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/subsystem_vendor rename to tests/snapshots/amd/strixpoint/card1/device/subsystem_vendor diff --git a/tests/data/amd/strixpoint/card1/device/thermal_throttling_logging b/tests/snapshots/amd/strixpoint/card1/device/thermal_throttling_logging similarity index 100% rename from tests/data/amd/strixpoint/card1/device/thermal_throttling_logging rename to tests/snapshots/amd/strixpoint/card1/device/thermal_throttling_logging diff --git a/tests/data/amd/strixpoint/card1/device/uevent b/tests/snapshots/amd/strixpoint/card1/device/uevent similarity index 100% rename from tests/data/amd/strixpoint/card1/device/uevent rename to tests/snapshots/amd/strixpoint/card1/device/uevent diff --git a/tests/data/amd/strixpoint/card1/device/vbios_version b/tests/snapshots/amd/strixpoint/card1/device/vbios_version similarity index 100% rename from tests/data/amd/strixpoint/card1/device/vbios_version rename to tests/snapshots/amd/strixpoint/card1/device/vbios_version diff --git a/tests/data/amd/strixpoint/card1/device/vcn_busy_percent b/tests/snapshots/amd/strixpoint/card1/device/vcn_busy_percent similarity index 100% rename from tests/data/amd/strixpoint/card1/device/vcn_busy_percent rename to tests/snapshots/amd/strixpoint/card1/device/vcn_busy_percent diff --git a/tests/data/amd/strixpoint/card1/device/vcn_reset_mask b/tests/snapshots/amd/strixpoint/card1/device/vcn_reset_mask similarity index 100% rename from tests/data/amd/strixpoint/card1/device/vcn_reset_mask rename to tests/snapshots/amd/strixpoint/card1/device/vcn_reset_mask diff --git a/tests/data/amd/strixpoint/card1/device/vendor b/tests/snapshots/amd/strixpoint/card1/device/vendor similarity index 100% rename from tests/data/amd/strixpoint/card1/device/vendor rename to tests/snapshots/amd/strixpoint/card1/device/vendor diff --git a/tests/data/amd/strixpoint/card1/device/vpe_reset_mask b/tests/snapshots/amd/strixpoint/card1/device/vpe_reset_mask similarity index 100% rename from tests/data/amd/strixpoint/card1/device/vpe_reset_mask rename to tests/snapshots/amd/strixpoint/card1/device/vpe_reset_mask diff --git a/tests/data/amd/strixpoint/card1/uevent b/tests/snapshots/amd/strixpoint/card1/uevent similarity index 100% rename from tests/data/amd/strixpoint/card1/uevent rename to tests/snapshots/amd/strixpoint/card1/uevent diff --git a/tests/data/amd/strixpoint/clinfo.json b/tests/snapshots/amd/strixpoint/clinfo.json similarity index 100% rename from tests/data/amd/strixpoint/clinfo.json rename to tests/snapshots/amd/strixpoint/clinfo.json diff --git a/tests/data/amd/strixpoint/kfd/dev b/tests/snapshots/amd/strixpoint/kfd/dev similarity index 100% rename from tests/data/amd/strixpoint/kfd/dev rename to tests/snapshots/amd/strixpoint/kfd/dev diff --git a/tests/data/amd/strixpoint/kfd/power/control b/tests/snapshots/amd/strixpoint/kfd/power/control similarity index 100% rename from tests/data/amd/strixpoint/kfd/power/control rename to tests/snapshots/amd/strixpoint/kfd/power/control diff --git a/tests/data/amd/strixpoint/kfd/power/runtime_active_time b/tests/snapshots/amd/strixpoint/kfd/power/runtime_active_time similarity index 100% rename from tests/data/amd/strixpoint/kfd/power/runtime_active_time rename to tests/snapshots/amd/strixpoint/kfd/power/runtime_active_time diff --git a/tests/data/amd/strixpoint/kfd/power/runtime_status b/tests/snapshots/amd/strixpoint/kfd/power/runtime_status similarity index 100% rename from tests/data/amd/strixpoint/kfd/power/runtime_status rename to tests/snapshots/amd/strixpoint/kfd/power/runtime_status diff --git a/tests/data/amd/strixpoint/kfd/power/runtime_suspended_time b/tests/snapshots/amd/strixpoint/kfd/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/strixpoint/kfd/power/runtime_suspended_time rename to tests/snapshots/amd/strixpoint/kfd/power/runtime_suspended_time diff --git a/tests/data/amd/strixpoint/kfd/topology/generation_id b/tests/snapshots/amd/strixpoint/kfd/topology/generation_id similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/generation_id rename to tests/snapshots/amd/strixpoint/kfd/topology/generation_id diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/0/gpu_id b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/gpu_id similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/0/gpu_id rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/gpu_id diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/0/io_links/0/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/io_links/0/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/0/io_links/0/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/io_links/0/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/0/mem_banks/0/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/mem_banks/0/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/0/mem_banks/0/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/mem_banks/0/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/0/name b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/name similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/0/name rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/name diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/0/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/0/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/0/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/0/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/0/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/0/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/0/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/1/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/1/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/1/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/1/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/10/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/10/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/10/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/10/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/11/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/11/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/11/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/11/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/12/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/12/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/12/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/12/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/13/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/13/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/13/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/13/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/14/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/14/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/14/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/14/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/15/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/15/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/15/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/15/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/16/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/16/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/16/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/16/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/17/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/17/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/17/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/17/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/18/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/18/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/18/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/18/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/19/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/19/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/19/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/19/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/2/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/2/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/2/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/2/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/20/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/20/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/20/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/20/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/21/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/21/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/21/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/21/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/22/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/22/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/22/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/22/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/23/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/23/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/23/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/23/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/24/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/24/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/24/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/24/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/25/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/25/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/25/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/25/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/26/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/26/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/26/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/26/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/3/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/3/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/3/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/3/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/4/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/4/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/4/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/4/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/5/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/5/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/5/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/5/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/6/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/6/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/6/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/6/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/7/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/7/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/7/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/7/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/8/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/8/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/8/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/8/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/9/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/9/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/caches/9/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/caches/9/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/gpu_id b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/gpu_id similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/gpu_id rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/gpu_id diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/io_links/0/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/io_links/0/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/io_links/0/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/io_links/0/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/mem_banks/0/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/mem_banks/0/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/mem_banks/0/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/mem_banks/0/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/name b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/name similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/name rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/name diff --git a/tests/data/amd/strixpoint/kfd/topology/nodes/1/properties b/tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/nodes/1/properties rename to tests/snapshots/amd/strixpoint/kfd/topology/nodes/1/properties diff --git a/tests/data/amd/strixpoint/kfd/topology/system_properties b/tests/snapshots/amd/strixpoint/kfd/topology/system_properties similarity index 100% rename from tests/data/amd/strixpoint/kfd/topology/system_properties rename to tests/snapshots/amd/strixpoint/kfd/topology/system_properties diff --git a/tests/data/amd/strixpoint/kfd/uevent b/tests/snapshots/amd/strixpoint/kfd/uevent similarity index 100% rename from tests/data/amd/strixpoint/kfd/uevent rename to tests/snapshots/amd/strixpoint/kfd/uevent diff --git a/tests/data/amd/vangogh/card0/device/current_link_speed b/tests/snapshots/amd/vangogh/card0/device/current_link_speed similarity index 100% rename from tests/data/amd/vangogh/card0/device/current_link_speed rename to tests/snapshots/amd/vangogh/card0/device/current_link_speed diff --git a/tests/data/amd/vangogh/card0/device/current_link_width b/tests/snapshots/amd/vangogh/card0/device/current_link_width similarity index 100% rename from tests/data/amd/vangogh/card0/device/current_link_width rename to tests/snapshots/amd/vangogh/card0/device/current_link_width diff --git a/tests/data/amd/vangogh/card0/device/gpu_busy_percent b/tests/snapshots/amd/vangogh/card0/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/vangogh/card0/device/gpu_busy_percent rename to tests/snapshots/amd/vangogh/card0/device/gpu_busy_percent diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/freq1_input b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/freq1_input similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/freq1_input rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/freq1_input diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/freq1_label b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/freq1_label similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/freq1_label rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/freq1_label diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/in0_input b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/in0_input similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/in0_input rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/in0_input diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/in0_label b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/in0_label similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/in0_label rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/in0_label diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/in1_input b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/in1_input similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/in1_input rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/in1_input diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/in1_label b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/in1_label similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/in1_label rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/in1_label diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/name b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/name similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/name rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/name diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_average b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_average similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_average rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_average diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_default b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_default similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_default rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_default diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_max b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_max similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_max rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_max diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_min b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_min similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_min rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_cap_min diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_input b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_input similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_input rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_input diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_label b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_label similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power1_label rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power1_label diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_average b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_average similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_average rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_average diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_default b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_default similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_default rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_default diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_max b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_max similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_max rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_max diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_min b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_min similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_min rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_cap_min diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_label b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_label similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/power2_label rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/power2_label diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/temp1_input b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/temp1_input similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/temp1_input rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/temp1_input diff --git a/tests/data/amd/vangogh/card0/device/hwmon/hwmon4/temp1_label b/tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/temp1_label similarity index 100% rename from tests/data/amd/vangogh/card0/device/hwmon/hwmon4/temp1_label rename to tests/snapshots/amd/vangogh/card0/device/hwmon/hwmon4/temp1_label diff --git a/tests/data/amd/vangogh/card0/device/pp_cur_state b/tests/snapshots/amd/vangogh/card0/device/pp_cur_state similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_cur_state rename to tests/snapshots/amd/vangogh/card0/device/pp_cur_state diff --git a/tests/data/amd/vangogh/card0/device/pp_dpm_mclk b/tests/snapshots/amd/vangogh/card0/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_dpm_mclk rename to tests/snapshots/amd/vangogh/card0/device/pp_dpm_mclk diff --git a/tests/data/amd/vangogh/card0/device/pp_dpm_pcie b/tests/snapshots/amd/vangogh/card0/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_dpm_pcie rename to tests/snapshots/amd/vangogh/card0/device/pp_dpm_pcie diff --git a/tests/data/amd/vangogh/card0/device/pp_dpm_sclk b/tests/snapshots/amd/vangogh/card0/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_dpm_sclk rename to tests/snapshots/amd/vangogh/card0/device/pp_dpm_sclk diff --git a/tests/data/amd/vangogh/card0/device/pp_dpm_socclk b/tests/snapshots/amd/vangogh/card0/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_dpm_socclk rename to tests/snapshots/amd/vangogh/card0/device/pp_dpm_socclk diff --git a/tests/data/amd/vangogh/card0/device/pp_force_state b/tests/snapshots/amd/vangogh/card0/device/pp_force_state similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_force_state rename to tests/snapshots/amd/vangogh/card0/device/pp_force_state diff --git a/tests/data/amd/vangogh/card0/device/pp_num_states b/tests/snapshots/amd/vangogh/card0/device/pp_num_states similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_num_states rename to tests/snapshots/amd/vangogh/card0/device/pp_num_states diff --git a/tests/data/amd/vangogh/card0/device/pp_od_clk_voltage b/tests/snapshots/amd/vangogh/card0/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_od_clk_voltage rename to tests/snapshots/amd/vangogh/card0/device/pp_od_clk_voltage diff --git a/tests/data/amd/vangogh/card0/device/pp_power_profile_mode b/tests/snapshots/amd/vangogh/card0/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/vangogh/card0/device/pp_power_profile_mode rename to tests/snapshots/amd/vangogh/card0/device/pp_power_profile_mode diff --git a/tests/data/amd/vangogh/card0/device/uevent b/tests/snapshots/amd/vangogh/card0/device/uevent similarity index 100% rename from tests/data/amd/vangogh/card0/device/uevent rename to tests/snapshots/amd/vangogh/card0/device/uevent diff --git a/tests/data/amd/vangogh/card0/device/vbios_version b/tests/snapshots/amd/vangogh/card0/device/vbios_version similarity index 100% rename from tests/data/amd/vangogh/card0/device/vbios_version rename to tests/snapshots/amd/vangogh/card0/device/vbios_version diff --git a/tests/data/amd/vangogh/card0/device/vendor b/tests/snapshots/amd/vangogh/card0/device/vendor similarity index 100% rename from tests/data/amd/vangogh/card0/device/vendor rename to tests/snapshots/amd/vangogh/card0/device/vendor diff --git a/tests/data/amd/vangogh/kfd/dev b/tests/snapshots/amd/vangogh/kfd/dev similarity index 100% rename from tests/data/amd/vangogh/kfd/dev rename to tests/snapshots/amd/vangogh/kfd/dev diff --git a/tests/data/amd/vangogh/kfd/power/control b/tests/snapshots/amd/vangogh/kfd/power/control similarity index 100% rename from tests/data/amd/vangogh/kfd/power/control rename to tests/snapshots/amd/vangogh/kfd/power/control diff --git a/tests/data/amd/vangogh/kfd/power/runtime_active_time b/tests/snapshots/amd/vangogh/kfd/power/runtime_active_time similarity index 100% rename from tests/data/amd/vangogh/kfd/power/runtime_active_time rename to tests/snapshots/amd/vangogh/kfd/power/runtime_active_time diff --git a/tests/data/amd/vangogh/kfd/power/runtime_status b/tests/snapshots/amd/vangogh/kfd/power/runtime_status similarity index 100% rename from tests/data/amd/vangogh/kfd/power/runtime_status rename to tests/snapshots/amd/vangogh/kfd/power/runtime_status diff --git a/tests/data/amd/vangogh/kfd/power/runtime_suspended_time b/tests/snapshots/amd/vangogh/kfd/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/vangogh/kfd/power/runtime_suspended_time rename to tests/snapshots/amd/vangogh/kfd/power/runtime_suspended_time diff --git a/tests/data/amd/vangogh/kfd/topology/generation_id b/tests/snapshots/amd/vangogh/kfd/topology/generation_id similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/generation_id rename to tests/snapshots/amd/vangogh/kfd/topology/generation_id diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/0/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/0/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/0/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/0/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/1/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/1/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/1/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/1/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/10/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/10/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/10/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/10/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/11/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/11/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/11/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/11/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/12/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/12/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/12/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/12/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/13/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/13/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/13/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/13/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/14/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/14/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/14/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/14/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/15/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/15/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/15/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/15/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/16/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/16/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/16/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/16/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/17/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/17/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/17/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/17/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/2/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/2/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/2/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/2/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/3/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/3/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/3/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/3/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/4/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/4/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/4/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/4/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/5/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/5/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/5/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/5/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/6/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/6/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/6/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/6/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/7/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/7/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/7/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/7/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/8/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/8/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/8/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/8/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/caches/9/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/9/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/caches/9/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/caches/9/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/gpu_id b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/gpu_id similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/gpu_id rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/gpu_id diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/io_links/0/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/io_links/0/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/io_links/0/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/io_links/0/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/mem_banks/0/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/mem_banks/0/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/mem_banks/0/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/mem_banks/0/properties diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/name b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/name similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/name rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/name diff --git a/tests/data/amd/vangogh/kfd/topology/nodes/1/properties b/tests/snapshots/amd/vangogh/kfd/topology/nodes/1/properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/nodes/1/properties rename to tests/snapshots/amd/vangogh/kfd/topology/nodes/1/properties diff --git a/tests/data/amd/vangogh/kfd/topology/system_properties b/tests/snapshots/amd/vangogh/kfd/topology/system_properties similarity index 100% rename from tests/data/amd/vangogh/kfd/topology/system_properties rename to tests/snapshots/amd/vangogh/kfd/topology/system_properties diff --git a/tests/data/amd/vangogh/kfd/uevent b/tests/snapshots/amd/vangogh/kfd/uevent similarity index 100% rename from tests/data/amd/vangogh/kfd/uevent rename to tests/snapshots/amd/vangogh/kfd/uevent diff --git a/tests/data/amd/vega56/card0/device/aer_dev_correctable b/tests/snapshots/amd/vega56/card0/device/aer_dev_correctable similarity index 100% rename from tests/data/amd/vega56/card0/device/aer_dev_correctable rename to tests/snapshots/amd/vega56/card0/device/aer_dev_correctable diff --git a/tests/data/amd/vega56/card0/device/aer_dev_fatal b/tests/snapshots/amd/vega56/card0/device/aer_dev_fatal similarity index 100% rename from tests/data/amd/vega56/card0/device/aer_dev_fatal rename to tests/snapshots/amd/vega56/card0/device/aer_dev_fatal diff --git a/tests/data/amd/vega56/card0/device/aer_dev_nonfatal b/tests/snapshots/amd/vega56/card0/device/aer_dev_nonfatal similarity index 100% rename from tests/data/amd/vega56/card0/device/aer_dev_nonfatal rename to tests/snapshots/amd/vega56/card0/device/aer_dev_nonfatal diff --git a/tests/data/amd/vega56/card0/device/ari_enabled b/tests/snapshots/amd/vega56/card0/device/ari_enabled similarity index 100% rename from tests/data/amd/vega56/card0/device/ari_enabled rename to tests/snapshots/amd/vega56/card0/device/ari_enabled diff --git a/tests/data/amd/vega56/card0/device/boot_vga b/tests/snapshots/amd/vega56/card0/device/boot_vga similarity index 100% rename from tests/data/amd/vega56/card0/device/boot_vga rename to tests/snapshots/amd/vega56/card0/device/boot_vga diff --git a/tests/data/amd/vega56/card0/device/broken_parity_status b/tests/snapshots/amd/vega56/card0/device/broken_parity_status similarity index 100% rename from tests/data/amd/vega56/card0/device/broken_parity_status rename to tests/snapshots/amd/vega56/card0/device/broken_parity_status diff --git a/tests/data/amd/vega56/card0/device/class b/tests/snapshots/amd/vega56/card0/device/class similarity index 100% rename from tests/data/amd/vega56/card0/device/class rename to tests/snapshots/amd/vega56/card0/device/class diff --git a/tests/data/amd/vega56/card0/device/consistent_dma_mask_bits b/tests/snapshots/amd/vega56/card0/device/consistent_dma_mask_bits similarity index 100% rename from tests/data/amd/vega56/card0/device/consistent_dma_mask_bits rename to tests/snapshots/amd/vega56/card0/device/consistent_dma_mask_bits diff --git a/tests/data/amd/vega56/card0/device/current_link_speed b/tests/snapshots/amd/vega56/card0/device/current_link_speed similarity index 100% rename from tests/data/amd/vega56/card0/device/current_link_speed rename to tests/snapshots/amd/vega56/card0/device/current_link_speed diff --git a/tests/data/amd/vega56/card0/device/current_link_width b/tests/snapshots/amd/vega56/card0/device/current_link_width similarity index 100% rename from tests/data/amd/vega56/card0/device/current_link_width rename to tests/snapshots/amd/vega56/card0/device/current_link_width diff --git a/tests/data/amd/vega56/card0/device/d3cold_allowed b/tests/snapshots/amd/vega56/card0/device/d3cold_allowed similarity index 100% rename from tests/data/amd/vega56/card0/device/d3cold_allowed rename to tests/snapshots/amd/vega56/card0/device/d3cold_allowed diff --git a/tests/data/amd/vega56/card0/device/device b/tests/snapshots/amd/vega56/card0/device/device similarity index 100% rename from tests/data/amd/vega56/card0/device/device rename to tests/snapshots/amd/vega56/card0/device/device diff --git a/tests/data/amd/vega56/card0/device/dma_mask_bits b/tests/snapshots/amd/vega56/card0/device/dma_mask_bits similarity index 100% rename from tests/data/amd/vega56/card0/device/dma_mask_bits rename to tests/snapshots/amd/vega56/card0/device/dma_mask_bits diff --git a/tests/data/amd/vega56/card0/device/driver_override b/tests/snapshots/amd/vega56/card0/device/driver_override similarity index 100% rename from tests/data/amd/vega56/card0/device/driver_override rename to tests/snapshots/amd/vega56/card0/device/driver_override diff --git a/tests/data/amd/vega56/card0/device/enable b/tests/snapshots/amd/vega56/card0/device/enable similarity index 100% rename from tests/data/amd/vega56/card0/device/enable rename to tests/snapshots/amd/vega56/card0/device/enable diff --git a/tests/data/amd/vega56/card0/device/gpu_busy_percent b/tests/snapshots/amd/vega56/card0/device/gpu_busy_percent similarity index 100% rename from tests/data/amd/vega56/card0/device/gpu_busy_percent rename to tests/snapshots/amd/vega56/card0/device/gpu_busy_percent diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_enable b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_enable similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_enable rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_enable diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_input b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_input similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_input rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_input diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_max b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_max similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_max rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_max diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_min b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_min similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_min rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_min diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_target b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_target similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/fan1_target rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/fan1_target diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/freq1_input b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/freq1_input similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/freq1_input rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/freq1_input diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/freq1_label b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/freq1_label similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/freq1_label rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/freq1_label diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/freq2_input b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/freq2_input similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/freq2_input rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/freq2_input diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/freq2_label b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/freq2_label similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/freq2_label rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/freq2_label diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/in0_input b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/in0_input similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/in0_input rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/in0_input diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/in0_label b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/in0_label similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/in0_label rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/in0_label diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/name b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/name similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/name rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/name diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_average b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_average similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_average rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_average diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_cap b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_cap similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_cap rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_cap diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_default b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_default similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_default rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_default diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_max b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_max similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_max rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_max diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_min b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_min similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_min rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_cap_min diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_label b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_label similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/power1_label rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/power1_label diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/pwm1 b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/pwm1 similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/pwm1 rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/pwm1 diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/pwm1_enable b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/pwm1_enable similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/pwm1_enable rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/pwm1_enable diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/pwm1_max b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/pwm1_max similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/pwm1_max rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/pwm1_max diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/pwm1_min b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/pwm1_min similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/pwm1_min rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/pwm1_min diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_crit b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_crit similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_crit rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_crit diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_crit_hyst b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_crit_hyst similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_crit_hyst rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_crit_hyst diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_emergency b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_emergency similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_emergency rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_emergency diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_input b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_input similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_input rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_input diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_label b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_label similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp1_label rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp1_label diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_crit b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_crit similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_crit rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_crit diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_crit_hyst b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_crit_hyst similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_crit_hyst rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_crit_hyst diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_emergency b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_emergency similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_emergency rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_emergency diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_input b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_input similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_input rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_input diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_label b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_label similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp2_label rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp2_label diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_crit b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_crit similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_crit rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_crit diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_crit_hyst b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_crit_hyst similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_crit_hyst rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_crit_hyst diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_emergency b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_emergency similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_emergency rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_emergency diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_input b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_input similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_input rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_input diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_label b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_label similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/temp3_label rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/temp3_label diff --git a/tests/data/amd/vega56/card0/device/hwmon/hwmon4/uevent b/tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/uevent similarity index 100% rename from tests/data/amd/vega56/card0/device/hwmon/hwmon4/uevent rename to tests/snapshots/amd/vega56/card0/device/hwmon/hwmon4/uevent diff --git a/tests/data/amd/vega56/card0/device/irq b/tests/snapshots/amd/vega56/card0/device/irq similarity index 100% rename from tests/data/amd/vega56/card0/device/irq rename to tests/snapshots/amd/vega56/card0/device/irq diff --git a/tests/data/amd/vega56/card0/device/link/l0s_aspm b/tests/snapshots/amd/vega56/card0/device/link/l0s_aspm similarity index 100% rename from tests/data/amd/vega56/card0/device/link/l0s_aspm rename to tests/snapshots/amd/vega56/card0/device/link/l0s_aspm diff --git a/tests/data/amd/vega56/card0/device/link/l1_aspm b/tests/snapshots/amd/vega56/card0/device/link/l1_aspm similarity index 100% rename from tests/data/amd/vega56/card0/device/link/l1_aspm rename to tests/snapshots/amd/vega56/card0/device/link/l1_aspm diff --git a/tests/data/amd/vega56/card0/device/local_cpulist b/tests/snapshots/amd/vega56/card0/device/local_cpulist similarity index 100% rename from tests/data/amd/vega56/card0/device/local_cpulist rename to tests/snapshots/amd/vega56/card0/device/local_cpulist diff --git a/tests/data/amd/vega56/card0/device/local_cpus b/tests/snapshots/amd/vega56/card0/device/local_cpus similarity index 100% rename from tests/data/amd/vega56/card0/device/local_cpus rename to tests/snapshots/amd/vega56/card0/device/local_cpus diff --git a/tests/data/amd/vega56/card0/device/max_link_speed b/tests/snapshots/amd/vega56/card0/device/max_link_speed similarity index 100% rename from tests/data/amd/vega56/card0/device/max_link_speed rename to tests/snapshots/amd/vega56/card0/device/max_link_speed diff --git a/tests/data/amd/vega56/card0/device/max_link_width b/tests/snapshots/amd/vega56/card0/device/max_link_width similarity index 100% rename from tests/data/amd/vega56/card0/device/max_link_width rename to tests/snapshots/amd/vega56/card0/device/max_link_width diff --git a/tests/data/amd/vega56/card0/device/mem_info_gtt_total b/tests/snapshots/amd/vega56/card0/device/mem_info_gtt_total similarity index 100% rename from tests/data/amd/vega56/card0/device/mem_info_gtt_total rename to tests/snapshots/amd/vega56/card0/device/mem_info_gtt_total diff --git a/tests/data/amd/vega56/card0/device/mem_info_gtt_used b/tests/snapshots/amd/vega56/card0/device/mem_info_gtt_used similarity index 100% rename from tests/data/amd/vega56/card0/device/mem_info_gtt_used rename to tests/snapshots/amd/vega56/card0/device/mem_info_gtt_used diff --git a/tests/data/amd/vega56/card0/device/mem_info_preempt_used b/tests/snapshots/amd/vega56/card0/device/mem_info_preempt_used similarity index 100% rename from tests/data/amd/vega56/card0/device/mem_info_preempt_used rename to tests/snapshots/amd/vega56/card0/device/mem_info_preempt_used diff --git a/tests/data/amd/vega56/card0/device/mem_info_vis_vram_total b/tests/snapshots/amd/vega56/card0/device/mem_info_vis_vram_total similarity index 100% rename from tests/data/amd/vega56/card0/device/mem_info_vis_vram_total rename to tests/snapshots/amd/vega56/card0/device/mem_info_vis_vram_total diff --git a/tests/data/amd/vega56/card0/device/mem_info_vis_vram_used b/tests/snapshots/amd/vega56/card0/device/mem_info_vis_vram_used similarity index 100% rename from tests/data/amd/vega56/card0/device/mem_info_vis_vram_used rename to tests/snapshots/amd/vega56/card0/device/mem_info_vis_vram_used diff --git a/tests/data/amd/vega56/card0/device/mem_info_vram_total b/tests/snapshots/amd/vega56/card0/device/mem_info_vram_total similarity index 100% rename from tests/data/amd/vega56/card0/device/mem_info_vram_total rename to tests/snapshots/amd/vega56/card0/device/mem_info_vram_total diff --git a/tests/data/amd/vega56/card0/device/mem_info_vram_used b/tests/snapshots/amd/vega56/card0/device/mem_info_vram_used similarity index 100% rename from tests/data/amd/vega56/card0/device/mem_info_vram_used rename to tests/snapshots/amd/vega56/card0/device/mem_info_vram_used diff --git a/tests/data/amd/vega56/card0/device/mem_info_vram_vendor b/tests/snapshots/amd/vega56/card0/device/mem_info_vram_vendor similarity index 100% rename from tests/data/amd/vega56/card0/device/mem_info_vram_vendor rename to tests/snapshots/amd/vega56/card0/device/mem_info_vram_vendor diff --git a/tests/data/amd/vega56/card0/device/modalias b/tests/snapshots/amd/vega56/card0/device/modalias similarity index 100% rename from tests/data/amd/vega56/card0/device/modalias rename to tests/snapshots/amd/vega56/card0/device/modalias diff --git a/tests/data/amd/vega56/card0/device/msi_bus b/tests/snapshots/amd/vega56/card0/device/msi_bus similarity index 100% rename from tests/data/amd/vega56/card0/device/msi_bus rename to tests/snapshots/amd/vega56/card0/device/msi_bus diff --git a/tests/data/amd/vega56/card0/device/numa_node b/tests/snapshots/amd/vega56/card0/device/numa_node similarity index 100% rename from tests/data/amd/vega56/card0/device/numa_node rename to tests/snapshots/amd/vega56/card0/device/numa_node diff --git a/tests/data/amd/vega56/card0/device/pcie_bw b/tests/snapshots/amd/vega56/card0/device/pcie_bw similarity index 100% rename from tests/data/amd/vega56/card0/device/pcie_bw rename to tests/snapshots/amd/vega56/card0/device/pcie_bw diff --git a/tests/data/amd/vega56/card0/device/pcie_replay_count b/tests/snapshots/amd/vega56/card0/device/pcie_replay_count similarity index 100% rename from tests/data/amd/vega56/card0/device/pcie_replay_count rename to tests/snapshots/amd/vega56/card0/device/pcie_replay_count diff --git a/tests/data/amd/vega56/card0/device/power/autosuspend_delay_ms b/tests/snapshots/amd/vega56/card0/device/power/autosuspend_delay_ms similarity index 100% rename from tests/data/amd/vega56/card0/device/power/autosuspend_delay_ms rename to tests/snapshots/amd/vega56/card0/device/power/autosuspend_delay_ms diff --git a/tests/data/amd/vega56/card0/device/power/control b/tests/snapshots/amd/vega56/card0/device/power/control similarity index 100% rename from tests/data/amd/vega56/card0/device/power/control rename to tests/snapshots/amd/vega56/card0/device/power/control diff --git a/tests/data/amd/vega56/card0/device/power/runtime_active_time b/tests/snapshots/amd/vega56/card0/device/power/runtime_active_time similarity index 100% rename from tests/data/amd/vega56/card0/device/power/runtime_active_time rename to tests/snapshots/amd/vega56/card0/device/power/runtime_active_time diff --git a/tests/data/amd/vega56/card0/device/power/runtime_status b/tests/snapshots/amd/vega56/card0/device/power/runtime_status similarity index 100% rename from tests/data/amd/vega56/card0/device/power/runtime_status rename to tests/snapshots/amd/vega56/card0/device/power/runtime_status diff --git a/tests/data/amd/vega56/card0/device/power/runtime_suspended_time b/tests/snapshots/amd/vega56/card0/device/power/runtime_suspended_time similarity index 100% rename from tests/data/amd/vega56/card0/device/power/runtime_suspended_time rename to tests/snapshots/amd/vega56/card0/device/power/runtime_suspended_time diff --git a/tests/data/amd/vega56/card0/device/power/wakeup b/tests/snapshots/amd/vega56/card0/device/power/wakeup similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup rename to tests/snapshots/amd/vega56/card0/device/power/wakeup diff --git a/tests/data/amd/vega56/card0/device/power/wakeup_abort_count b/tests/snapshots/amd/vega56/card0/device/power/wakeup_abort_count similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup_abort_count rename to tests/snapshots/amd/vega56/card0/device/power/wakeup_abort_count diff --git a/tests/data/amd/vega56/card0/device/power/wakeup_active b/tests/snapshots/amd/vega56/card0/device/power/wakeup_active similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup_active rename to tests/snapshots/amd/vega56/card0/device/power/wakeup_active diff --git a/tests/data/amd/vega56/card0/device/power/wakeup_active_count b/tests/snapshots/amd/vega56/card0/device/power/wakeup_active_count similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup_active_count rename to tests/snapshots/amd/vega56/card0/device/power/wakeup_active_count diff --git a/tests/data/amd/vega56/card0/device/power/wakeup_count b/tests/snapshots/amd/vega56/card0/device/power/wakeup_count similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup_count rename to tests/snapshots/amd/vega56/card0/device/power/wakeup_count diff --git a/tests/data/amd/vega56/card0/device/power/wakeup_expire_count b/tests/snapshots/amd/vega56/card0/device/power/wakeup_expire_count similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup_expire_count rename to tests/snapshots/amd/vega56/card0/device/power/wakeup_expire_count diff --git a/tests/data/amd/vega56/card0/device/power/wakeup_last_time_ms b/tests/snapshots/amd/vega56/card0/device/power/wakeup_last_time_ms similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup_last_time_ms rename to tests/snapshots/amd/vega56/card0/device/power/wakeup_last_time_ms diff --git a/tests/data/amd/vega56/card0/device/power/wakeup_max_time_ms b/tests/snapshots/amd/vega56/card0/device/power/wakeup_max_time_ms similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup_max_time_ms rename to tests/snapshots/amd/vega56/card0/device/power/wakeup_max_time_ms diff --git a/tests/data/amd/vega56/card0/device/power/wakeup_total_time_ms b/tests/snapshots/amd/vega56/card0/device/power/wakeup_total_time_ms similarity index 100% rename from tests/data/amd/vega56/card0/device/power/wakeup_total_time_ms rename to tests/snapshots/amd/vega56/card0/device/power/wakeup_total_time_ms diff --git a/tests/data/amd/vega56/card0/device/power_dpm_force_performance_level b/tests/snapshots/amd/vega56/card0/device/power_dpm_force_performance_level similarity index 100% rename from tests/data/amd/vega56/card0/device/power_dpm_force_performance_level rename to tests/snapshots/amd/vega56/card0/device/power_dpm_force_performance_level diff --git a/tests/data/amd/vega56/card0/device/power_dpm_state b/tests/snapshots/amd/vega56/card0/device/power_dpm_state similarity index 100% rename from tests/data/amd/vega56/card0/device/power_dpm_state rename to tests/snapshots/amd/vega56/card0/device/power_dpm_state diff --git a/tests/data/amd/vega56/card0/device/power_state b/tests/snapshots/amd/vega56/card0/device/power_state similarity index 100% rename from tests/data/amd/vega56/card0/device/power_state rename to tests/snapshots/amd/vega56/card0/device/power_state diff --git a/tests/data/amd/vega56/card0/device/pp_cur_state b/tests/snapshots/amd/vega56/card0/device/pp_cur_state similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_cur_state rename to tests/snapshots/amd/vega56/card0/device/pp_cur_state diff --git a/tests/data/amd/vega56/card0/device/pp_dpm_dcefclk b/tests/snapshots/amd/vega56/card0/device/pp_dpm_dcefclk similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_dpm_dcefclk rename to tests/snapshots/amd/vega56/card0/device/pp_dpm_dcefclk diff --git a/tests/data/amd/vega56/card0/device/pp_dpm_mclk b/tests/snapshots/amd/vega56/card0/device/pp_dpm_mclk similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_dpm_mclk rename to tests/snapshots/amd/vega56/card0/device/pp_dpm_mclk diff --git a/tests/data/amd/vega56/card0/device/pp_dpm_pcie b/tests/snapshots/amd/vega56/card0/device/pp_dpm_pcie similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_dpm_pcie rename to tests/snapshots/amd/vega56/card0/device/pp_dpm_pcie diff --git a/tests/data/amd/vega56/card0/device/pp_dpm_sclk b/tests/snapshots/amd/vega56/card0/device/pp_dpm_sclk similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_dpm_sclk rename to tests/snapshots/amd/vega56/card0/device/pp_dpm_sclk diff --git a/tests/data/amd/vega56/card0/device/pp_dpm_socclk b/tests/snapshots/amd/vega56/card0/device/pp_dpm_socclk similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_dpm_socclk rename to tests/snapshots/amd/vega56/card0/device/pp_dpm_socclk diff --git a/tests/data/amd/vega56/card0/device/pp_features b/tests/snapshots/amd/vega56/card0/device/pp_features similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_features rename to tests/snapshots/amd/vega56/card0/device/pp_features diff --git a/tests/data/amd/vega56/card0/device/pp_force_state b/tests/snapshots/amd/vega56/card0/device/pp_force_state similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_force_state rename to tests/snapshots/amd/vega56/card0/device/pp_force_state diff --git a/tests/data/amd/vega56/card0/device/pp_mclk_od b/tests/snapshots/amd/vega56/card0/device/pp_mclk_od similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_mclk_od rename to tests/snapshots/amd/vega56/card0/device/pp_mclk_od diff --git a/tests/data/amd/vega56/card0/device/pp_num_states b/tests/snapshots/amd/vega56/card0/device/pp_num_states similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_num_states rename to tests/snapshots/amd/vega56/card0/device/pp_num_states diff --git a/tests/data/amd/vega56/card0/device/pp_od_clk_voltage b/tests/snapshots/amd/vega56/card0/device/pp_od_clk_voltage similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_od_clk_voltage rename to tests/snapshots/amd/vega56/card0/device/pp_od_clk_voltage diff --git a/tests/data/amd/vega56/card0/device/pp_power_profile_mode b/tests/snapshots/amd/vega56/card0/device/pp_power_profile_mode similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_power_profile_mode rename to tests/snapshots/amd/vega56/card0/device/pp_power_profile_mode diff --git a/tests/data/amd/vega56/card0/device/pp_sclk_od b/tests/snapshots/amd/vega56/card0/device/pp_sclk_od similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_sclk_od rename to tests/snapshots/amd/vega56/card0/device/pp_sclk_od diff --git a/tests/data/amd/vega56/card0/device/pp_table b/tests/snapshots/amd/vega56/card0/device/pp_table similarity index 100% rename from tests/data/amd/vega56/card0/device/pp_table rename to tests/snapshots/amd/vega56/card0/device/pp_table diff --git a/tests/data/amd/vega56/card0/device/product_name b/tests/snapshots/amd/vega56/card0/device/product_name similarity index 100% rename from tests/data/amd/vega56/card0/device/product_name rename to tests/snapshots/amd/vega56/card0/device/product_name diff --git a/tests/data/amd/vega56/card0/device/product_number b/tests/snapshots/amd/vega56/card0/device/product_number similarity index 100% rename from tests/data/amd/vega56/card0/device/product_number rename to tests/snapshots/amd/vega56/card0/device/product_number diff --git a/tests/data/amd/vega56/card0/device/reset_method b/tests/snapshots/amd/vega56/card0/device/reset_method similarity index 100% rename from tests/data/amd/vega56/card0/device/reset_method rename to tests/snapshots/amd/vega56/card0/device/reset_method diff --git a/tests/data/amd/vega56/card0/device/resource b/tests/snapshots/amd/vega56/card0/device/resource similarity index 100% rename from tests/data/amd/vega56/card0/device/resource rename to tests/snapshots/amd/vega56/card0/device/resource diff --git a/tests/data/amd/vega56/card0/device/resource0_resize b/tests/snapshots/amd/vega56/card0/device/resource0_resize similarity index 100% rename from tests/data/amd/vega56/card0/device/resource0_resize rename to tests/snapshots/amd/vega56/card0/device/resource0_resize diff --git a/tests/data/amd/vega56/card0/device/resource2_resize b/tests/snapshots/amd/vega56/card0/device/resource2_resize similarity index 100% rename from tests/data/amd/vega56/card0/device/resource2_resize rename to tests/snapshots/amd/vega56/card0/device/resource2_resize diff --git a/tests/data/amd/vega56/card0/device/revision b/tests/snapshots/amd/vega56/card0/device/revision similarity index 100% rename from tests/data/amd/vega56/card0/device/revision rename to tests/snapshots/amd/vega56/card0/device/revision diff --git a/tests/data/amd/vega56/card0/device/serial_number b/tests/snapshots/amd/vega56/card0/device/serial_number similarity index 100% rename from tests/data/amd/vega56/card0/device/serial_number rename to tests/snapshots/amd/vega56/card0/device/serial_number diff --git a/tests/data/amd/vega56/card0/device/subsystem_device b/tests/snapshots/amd/vega56/card0/device/subsystem_device similarity index 100% rename from tests/data/amd/vega56/card0/device/subsystem_device rename to tests/snapshots/amd/vega56/card0/device/subsystem_device diff --git a/tests/data/amd/vega56/card0/device/subsystem_vendor b/tests/snapshots/amd/vega56/card0/device/subsystem_vendor similarity index 100% rename from tests/data/amd/vega56/card0/device/subsystem_vendor rename to tests/snapshots/amd/vega56/card0/device/subsystem_vendor diff --git a/tests/data/amd/vega56/card0/device/thermal_throttling_logging b/tests/snapshots/amd/vega56/card0/device/thermal_throttling_logging similarity index 100% rename from tests/data/amd/vega56/card0/device/thermal_throttling_logging rename to tests/snapshots/amd/vega56/card0/device/thermal_throttling_logging diff --git a/tests/data/amd/vega56/card0/device/uevent b/tests/snapshots/amd/vega56/card0/device/uevent similarity index 100% rename from tests/data/amd/vega56/card0/device/uevent rename to tests/snapshots/amd/vega56/card0/device/uevent diff --git a/tests/data/amd/vega56/card0/device/vbios_version b/tests/snapshots/amd/vega56/card0/device/vbios_version similarity index 100% rename from tests/data/amd/vega56/card0/device/vbios_version rename to tests/snapshots/amd/vega56/card0/device/vbios_version diff --git a/tests/data/amd/vega56/card0/device/vendor b/tests/snapshots/amd/vega56/card0/device/vendor similarity index 100% rename from tests/data/amd/vega56/card0/device/vendor rename to tests/snapshots/amd/vega56/card0/device/vendor diff --git a/tests/data/amd/vega56/config.yaml b/tests/snapshots/amd/vega56/config.yaml similarity index 100% rename from tests/data/amd/vega56/config.yaml rename to tests/snapshots/amd/vega56/config.yaml diff --git a/tests/data/intel/a380-i915/card1/dev b/tests/snapshots/intel/a380-i915/card1/dev similarity index 100% rename from tests/data/intel/a380-i915/card1/dev rename to tests/snapshots/intel/a380-i915/card1/dev diff --git a/tests/data/intel/a380-i915/card1/device/current_link_speed b/tests/snapshots/intel/a380-i915/card1/device/current_link_speed similarity index 100% rename from tests/data/intel/a380-i915/card1/device/current_link_speed rename to tests/snapshots/intel/a380-i915/card1/device/current_link_speed diff --git a/tests/data/intel/a380-i915/card1/device/current_link_width b/tests/snapshots/intel/a380-i915/card1/device/current_link_width similarity index 100% rename from tests/data/intel/a380-i915/card1/device/current_link_width rename to tests/snapshots/intel/a380-i915/card1/device/current_link_width diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/energy1_input b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/energy1_input similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/energy1_input rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/energy1_input diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/fan1_input b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/fan1_input similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/fan1_input rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/fan1_input diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/in0_input b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/in0_input similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/in0_input rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/in0_input diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/name b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/name similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/name rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/name diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power/control b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power/control similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power/control rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power/control diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_active_time b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_active_time similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_active_time rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_active_time diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_status b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_status similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_status rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_status diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_suspended_time b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_suspended_time rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power/runtime_suspended_time diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power1_max b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power1_max similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power1_max rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power1_max diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power1_max_interval b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power1_max_interval similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power1_max_interval rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power1_max_interval diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power1_rated_max b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power1_rated_max similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/power1_rated_max rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/power1_rated_max diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/temp1_input b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/temp1_input similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/temp1_input rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/temp1_input diff --git a/tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/uevent b/tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/uevent similarity index 100% rename from tests/data/intel/a380-i915/card1/device/hwmon/hwmon1/uevent rename to tests/snapshots/intel/a380-i915/card1/device/hwmon/hwmon1/uevent diff --git a/tests/data/intel/a380-i915/card1/device/uevent b/tests/snapshots/intel/a380-i915/card1/device/uevent similarity index 100% rename from tests/data/intel/a380-i915/card1/device/uevent rename to tests/snapshots/intel/a380-i915/card1/device/uevent diff --git a/tests/data/intel/a380-i915/card1/device/vendor b/tests/snapshots/intel/a380-i915/card1/device/vendor similarity index 100% rename from tests/data/intel/a380-i915/card1/device/vendor rename to tests/snapshots/intel/a380-i915/card1/device/vendor diff --git a/tests/data/intel/a380-i915/card1/error b/tests/snapshots/intel/a380-i915/card1/error similarity index 100% rename from tests/data/intel/a380-i915/card1/error rename to tests/snapshots/intel/a380-i915/card1/error diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/.defaults/rps_down_threshold_pct b/tests/snapshots/intel/a380-i915/card1/gt/gt0/.defaults/rps_down_threshold_pct similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/.defaults/rps_down_threshold_pct rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/.defaults/rps_down_threshold_pct diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/.defaults/rps_max_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/.defaults/rps_max_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/.defaults/rps_max_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/.defaults/rps_max_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/.defaults/rps_min_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/.defaults/rps_min_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/.defaults/rps_min_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/.defaults/rps_min_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/.defaults/rps_up_threshold_pct b/tests/snapshots/intel/a380-i915/card1/gt/gt0/.defaults/rps_up_threshold_pct similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/.defaults/rps_up_threshold_pct rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/.defaults/rps_up_threshold_pct diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/id b/tests/snapshots/intel/a380-i915/card1/gt/gt0/id similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/id rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/id diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/media_RP0_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/media_RP0_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/media_RP0_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/media_RP0_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/media_RPn_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/media_RPn_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/media_RPn_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/media_RPn_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/media_freq_factor b/tests/snapshots/intel/a380-i915/card1/gt/gt0/media_freq_factor similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/media_freq_factor rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/media_freq_factor diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/media_freq_factor.scale b/tests/snapshots/intel/a380-i915/card1/gt/gt0/media_freq_factor.scale similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/media_freq_factor.scale rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/media_freq_factor.scale diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/punit_req_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/punit_req_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/punit_req_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/punit_req_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rc6_enable b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rc6_enable similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rc6_enable rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rc6_enable diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rc6_residency_ms b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rc6_residency_ms similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rc6_residency_ms rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rc6_residency_ms diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rps_RP0_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_RP0_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rps_RP0_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_RP0_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rps_RP1_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_RP1_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rps_RP1_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_RP1_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rps_RPn_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_RPn_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rps_RPn_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_RPn_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rps_act_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_act_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rps_act_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_act_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rps_boost_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_boost_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rps_boost_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_boost_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rps_cur_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_cur_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rps_cur_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_cur_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rps_max_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_max_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rps_max_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_max_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/rps_min_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_min_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/rps_min_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/rps_min_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/slpc_ignore_eff_freq b/tests/snapshots/intel/a380-i915/card1/gt/gt0/slpc_ignore_eff_freq similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/slpc_ignore_eff_freq rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/slpc_ignore_eff_freq diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_pl1 b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_pl1 similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_pl1 rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_pl1 diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_pl2 b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_pl2 similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_pl2 rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_pl2 diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_pl4 b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_pl4 similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_pl4 rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_pl4 diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_prochot b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_prochot similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_prochot rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_prochot diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_ratl b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_ratl similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_ratl rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_ratl diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_status b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_status similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_status rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_status diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_thermal b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_thermal similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_thermal rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_thermal diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_vr_tdc b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_vr_tdc similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_vr_tdc rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_vr_tdc diff --git a/tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_vr_thermalert b/tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_vr_thermalert similarity index 100% rename from tests/data/intel/a380-i915/card1/gt/gt0/throttle_reason_vr_thermalert rename to tests/snapshots/intel/a380-i915/card1/gt/gt0/throttle_reason_vr_thermalert diff --git a/tests/data/intel/a380-i915/card1/gt_RP0_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt_RP0_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt_RP0_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt_RP0_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt_RP1_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt_RP1_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt_RP1_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt_RP1_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt_RPn_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt_RPn_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt_RPn_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt_RPn_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt_act_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt_act_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt_act_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt_act_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt_boost_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt_boost_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt_boost_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt_boost_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt_cur_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt_cur_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt_cur_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt_cur_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt_max_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt_max_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt_max_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt_max_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/gt_min_freq_mhz b/tests/snapshots/intel/a380-i915/card1/gt_min_freq_mhz similarity index 100% rename from tests/data/intel/a380-i915/card1/gt_min_freq_mhz rename to tests/snapshots/intel/a380-i915/card1/gt_min_freq_mhz diff --git a/tests/data/intel/a380-i915/card1/uevent b/tests/snapshots/intel/a380-i915/card1/uevent similarity index 100% rename from tests/data/intel/a380-i915/card1/uevent rename to tests/snapshots/intel/a380-i915/card1/uevent diff --git a/tests/data/intel/a380-i915/clinfo.json b/tests/snapshots/intel/a380-i915/clinfo.json similarity index 100% rename from tests/data/intel/a380-i915/clinfo.json rename to tests/snapshots/intel/a380-i915/clinfo.json diff --git a/tests/data/intel/a380-i915/config.yaml b/tests/snapshots/intel/a380-i915/config.yaml similarity index 100% rename from tests/data/intel/a380-i915/config.yaml rename to tests/snapshots/intel/a380-i915/config.yaml diff --git a/tests/data/intel/a380-xe/card0/dev b/tests/snapshots/intel/a380-xe/card0/dev similarity index 100% rename from tests/data/intel/a380-xe/card0/dev rename to tests/snapshots/intel/a380-xe/card0/dev diff --git a/tests/data/intel/a380-xe/card0/device/current_link_speed b/tests/snapshots/intel/a380-xe/card0/device/current_link_speed similarity index 100% rename from tests/data/intel/a380-xe/card0/device/current_link_speed rename to tests/snapshots/intel/a380-xe/card0/device/current_link_speed diff --git a/tests/data/intel/a380-xe/card0/device/current_link_width b/tests/snapshots/intel/a380-xe/card0/device/current_link_width similarity index 100% rename from tests/data/intel/a380-xe/card0/device/current_link_width rename to tests/snapshots/intel/a380-xe/card0/device/current_link_width diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/energy2_input b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/energy2_input similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/energy2_input rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/energy2_input diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/energy2_label b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/energy2_label similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/energy2_label rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/energy2_label diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/in1_input b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/in1_input similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/in1_input rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/in1_input diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/in1_label b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/in1_label similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/in1_label rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/in1_label diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/name b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/name similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/name rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/name diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power/control b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power/control similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power/control rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power/control diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_active_time b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_active_time similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_active_time rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_active_time diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_status b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_status similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_status rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_status diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_suspended_time b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_suspended_time rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power/runtime_suspended_time diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power1_label b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power1_label similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power1_label rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power1_label diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power2_label b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power2_label similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power2_label rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power2_label diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power2_max b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power2_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power2_max rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power2_max diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power2_max_interval b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power2_max_interval similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power2_max_interval rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power2_max_interval diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power2_rated_max b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power2_rated_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/power2_rated_max rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/power2_rated_max diff --git a/tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/uevent b/tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/uevent similarity index 100% rename from tests/data/intel/a380-xe/card0/device/hwmon/hwmon1/uevent rename to tests/snapshots/intel/a380-xe/card0/device/hwmon/hwmon1/uevent diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/bcs/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/ccs/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/rcs/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vcs/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/job_timeout_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/preempt_timeout_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_max b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_max similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_max rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_max diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_min b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_min similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_min rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_min diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_us b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_us similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_us rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/engines/vecs/timeslice_duration_us diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/act_freq b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/act_freq similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/act_freq rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/act_freq diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/cur_freq b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/cur_freq similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/cur_freq rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/cur_freq diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/max_freq b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/max_freq similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/max_freq rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/max_freq diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/min_freq b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/min_freq similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/min_freq rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/min_freq diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/rp0_freq b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/rp0_freq similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/rp0_freq rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/rp0_freq diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/rpe_freq b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/rpe_freq similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/rpe_freq rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/rpe_freq diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/rpn_freq b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/rpn_freq similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/rpn_freq rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/rpn_freq diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl1 b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl1 similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl1 rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl1 diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl2 b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl2 similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl2 rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl2 diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl4 b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl4 similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl4 rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_pl4 diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_prochot b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_prochot similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_prochot rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_prochot diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_ratl b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_ratl similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_ratl rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_ratl diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_thermal b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_thermal similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_thermal rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_thermal diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_vr_tdc b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_vr_tdc similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_vr_tdc rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_vr_tdc diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_vr_thermalert b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_vr_thermalert similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_vr_thermalert rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/reason_vr_thermalert diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/status b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/status similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/status rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/freq0/throttle/status diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/gtidle/idle_residency_ms b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/gtidle/idle_residency_ms similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/gtidle/idle_residency_ms rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/gtidle/idle_residency_ms diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/gtidle/idle_status b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/gtidle/idle_status similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/gtidle/idle_status rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/gtidle/idle_status diff --git a/tests/data/intel/a380-xe/card0/device/tile0/gt0/gtidle/name b/tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/gtidle/name similarity index 100% rename from tests/data/intel/a380-xe/card0/device/tile0/gt0/gtidle/name rename to tests/snapshots/intel/a380-xe/card0/device/tile0/gt0/gtidle/name diff --git a/tests/data/intel/a380-xe/card0/device/uevent b/tests/snapshots/intel/a380-xe/card0/device/uevent similarity index 100% rename from tests/data/intel/a380-xe/card0/device/uevent rename to tests/snapshots/intel/a380-xe/card0/device/uevent diff --git a/tests/data/intel/a380-xe/card0/device/vendor b/tests/snapshots/intel/a380-xe/card0/device/vendor similarity index 100% rename from tests/data/intel/a380-xe/card0/device/vendor rename to tests/snapshots/intel/a380-xe/card0/device/vendor diff --git a/tests/data/intel/a380-xe/card0/uevent b/tests/snapshots/intel/a380-xe/card0/uevent similarity index 100% rename from tests/data/intel/a380-xe/card0/uevent rename to tests/snapshots/intel/a380-xe/card0/uevent diff --git a/tests/data/intel/b580-6.16/card1/dev b/tests/snapshots/intel/b580-6.16/card1/dev similarity index 100% rename from tests/data/intel/b580-6.16/card1/dev rename to tests/snapshots/intel/b580-6.16/card1/dev diff --git a/tests/data/intel/b580-6.16/card1/device/ari_enabled b/tests/snapshots/intel/b580-6.16/card1/device/ari_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/ari_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/ari_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/auto_link_downgrade_capable b/tests/snapshots/intel/b580-6.16/card1/device/auto_link_downgrade_capable similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/auto_link_downgrade_capable rename to tests/snapshots/intel/b580-6.16/card1/device/auto_link_downgrade_capable diff --git a/tests/data/intel/b580-6.16/card1/device/auto_link_downgrade_status b/tests/snapshots/intel/b580-6.16/card1/device/auto_link_downgrade_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/auto_link_downgrade_status rename to tests/snapshots/intel/b580-6.16/card1/device/auto_link_downgrade_status diff --git a/tests/data/intel/b580-6.16/card1/device/boot_vga b/tests/snapshots/intel/b580-6.16/card1/device/boot_vga similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/boot_vga rename to tests/snapshots/intel/b580-6.16/card1/device/boot_vga diff --git a/tests/data/intel/b580-6.16/card1/device/broken_parity_status b/tests/snapshots/intel/b580-6.16/card1/device/broken_parity_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/broken_parity_status rename to tests/snapshots/intel/b580-6.16/card1/device/broken_parity_status diff --git a/tests/data/intel/b580-6.16/card1/device/class b/tests/snapshots/intel/b580-6.16/card1/device/class similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/class rename to tests/snapshots/intel/b580-6.16/card1/device/class diff --git a/tests/data/intel/b580-6.16/card1/device/config b/tests/snapshots/intel/b580-6.16/card1/device/config similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/config rename to tests/snapshots/intel/b580-6.16/card1/device/config diff --git a/tests/data/intel/b580-6.16/card1/device/consistent_dma_mask_bits b/tests/snapshots/intel/b580-6.16/card1/device/consistent_dma_mask_bits similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/consistent_dma_mask_bits rename to tests/snapshots/intel/b580-6.16/card1/device/consistent_dma_mask_bits diff --git a/tests/data/intel/b580-6.16/card1/device/current_link_speed b/tests/snapshots/intel/b580-6.16/card1/device/current_link_speed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/current_link_speed rename to tests/snapshots/intel/b580-6.16/card1/device/current_link_speed diff --git a/tests/data/intel/b580-6.16/card1/device/current_link_width b/tests/snapshots/intel/b580-6.16/card1/device/current_link_width similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/current_link_width rename to tests/snapshots/intel/b580-6.16/card1/device/current_link_width diff --git a/tests/data/intel/b580-6.16/card1/device/d3cold_allowed b/tests/snapshots/intel/b580-6.16/card1/device/d3cold_allowed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/d3cold_allowed rename to tests/snapshots/intel/b580-6.16/card1/device/d3cold_allowed diff --git a/tests/data/intel/b580-6.16/card1/device/device b/tests/snapshots/intel/b580-6.16/card1/device/device similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/device rename to tests/snapshots/intel/b580-6.16/card1/device/device diff --git a/tests/data/intel/b580-6.16/card1/device/dma_mask_bits b/tests/snapshots/intel/b580-6.16/card1/device/dma_mask_bits similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/dma_mask_bits rename to tests/snapshots/intel/b580-6.16/card1/device/dma_mask_bits diff --git a/tests/data/intel/b580-6.16/card1/device/driver_override b/tests/snapshots/intel/b580-6.16/card1/device/driver_override similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/driver_override rename to tests/snapshots/intel/b580-6.16/card1/device/driver_override diff --git a/tests/data/intel/b580-6.16/card1/device/enable b/tests/snapshots/intel/b580-6.16/card1/device/enable similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/enable rename to tests/snapshots/intel/b580-6.16/card1/device/enable diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/energy1_input b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/energy1_input similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/energy1_input rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/energy1_input diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/energy1_label b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/energy1_label similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/energy1_label rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/energy1_label diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/energy2_input b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/energy2_input similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/energy2_input rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/energy2_input diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/energy2_label b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/energy2_label similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/energy2_label rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/energy2_label diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/fan1_input b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/fan1_input similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/fan1_input rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/fan1_input diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/fan2_input b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/fan2_input similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/fan2_input rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/fan2_input diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/fan3_input b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/fan3_input similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/fan3_input rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/fan3_input diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/name b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/name rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/name diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/async b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/control b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power1_crit b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power1_crit similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power1_crit rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power1_crit diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power1_label b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power1_label similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/power1_label rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/power1_label diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/temp2_input b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/temp2_input similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/temp2_input rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/temp2_input diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/temp2_label b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/temp2_label similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/temp2_label rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/temp2_label diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/temp3_input b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/temp3_input similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/temp3_input rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/temp3_input diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/temp3_label b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/temp3_label similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/temp3_label rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/temp3_label diff --git a/tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/uevent b/tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/hwmon/hwmon4/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/hwmon/hwmon4/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/async b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/control b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/uevent b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.crashlog.1/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/guid b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/guid similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/guid rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/guid diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/offset b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/offset similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/offset rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/offset diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/async b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/control b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/size b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/size similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/size rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/size diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/telem b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/telem similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/telem rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/telem diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/uevent b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/guid b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/guid similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/guid rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/guid diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/offset b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/offset similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/offset rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/offset diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/async b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/control b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/size b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/size similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/size rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/size diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/telem b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/telem similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/telem rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/telem diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/uevent b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/async b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/control b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/uevent b/tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/intel_vsec.telemetry.0/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/irq b/tests/snapshots/intel/b580-6.16/card1/device/irq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/irq rename to tests/snapshots/intel/b580-6.16/card1/device/irq diff --git a/tests/data/intel/b580-6.16/card1/device/link/l1_aspm b/tests/snapshots/intel/b580-6.16/card1/device/link/l1_aspm similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/link/l1_aspm rename to tests/snapshots/intel/b580-6.16/card1/device/link/l1_aspm diff --git a/tests/data/intel/b580-6.16/card1/device/local_cpulist b/tests/snapshots/intel/b580-6.16/card1/device/local_cpulist similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/local_cpulist rename to tests/snapshots/intel/b580-6.16/card1/device/local_cpulist diff --git a/tests/data/intel/b580-6.16/card1/device/local_cpus b/tests/snapshots/intel/b580-6.16/card1/device/local_cpus similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/local_cpus rename to tests/snapshots/intel/b580-6.16/card1/device/local_cpus diff --git a/tests/data/intel/b580-6.16/card1/device/max_link_speed b/tests/snapshots/intel/b580-6.16/card1/device/max_link_speed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/max_link_speed rename to tests/snapshots/intel/b580-6.16/card1/device/max_link_speed diff --git a/tests/data/intel/b580-6.16/card1/device/max_link_width b/tests/snapshots/intel/b580-6.16/card1/device/max_link_width similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/max_link_width rename to tests/snapshots/intel/b580-6.16/card1/device/max_link_width diff --git a/tests/data/intel/b580-6.16/card1/device/modalias b/tests/snapshots/intel/b580-6.16/card1/device/modalias similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/modalias rename to tests/snapshots/intel/b580-6.16/card1/device/modalias diff --git a/tests/data/intel/b580-6.16/card1/device/msi_bus b/tests/snapshots/intel/b580-6.16/card1/device/msi_bus similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/msi_bus rename to tests/snapshots/intel/b580-6.16/card1/device/msi_bus diff --git a/tests/data/intel/b580-6.16/card1/device/numa_node b/tests/snapshots/intel/b580-6.16/card1/device/numa_node similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/numa_node rename to tests/snapshots/intel/b580-6.16/card1/device/numa_node diff --git a/tests/data/intel/b580-6.16/card1/device/power/async b/tests/snapshots/intel/b580-6.16/card1/device/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/power/control b/tests/snapshots/intel/b580-6.16/card1/device/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup_abort_count b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_abort_count similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup_abort_count rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_abort_count diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup_active b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_active similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup_active rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_active diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup_active_count b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_active_count similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup_active_count rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_active_count diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup_count b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_count similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup_count rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_count diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup_expire_count b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_expire_count similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup_expire_count rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_expire_count diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup_last_time_ms b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_last_time_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup_last_time_ms rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_last_time_ms diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup_max_time_ms b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_max_time_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup_max_time_ms rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_max_time_ms diff --git a/tests/data/intel/b580-6.16/card1/device/power/wakeup_total_time_ms b/tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_total_time_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power/wakeup_total_time_ms rename to tests/snapshots/intel/b580-6.16/card1/device/power/wakeup_total_time_ms diff --git a/tests/data/intel/b580-6.16/card1/device/power_state b/tests/snapshots/intel/b580-6.16/card1/device/power_state similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/power_state rename to tests/snapshots/intel/b580-6.16/card1/device/power_state diff --git a/tests/data/intel/b580-6.16/card1/device/revision b/tests/snapshots/intel/b580-6.16/card1/device/revision similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/revision rename to tests/snapshots/intel/b580-6.16/card1/device/revision diff --git a/tests/data/intel/b580-6.16/card1/device/subsystem_device b/tests/snapshots/intel/b580-6.16/card1/device/subsystem_device similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/subsystem_device rename to tests/snapshots/intel/b580-6.16/card1/device/subsystem_device diff --git a/tests/data/intel/b580-6.16/card1/device/subsystem_vendor b/tests/snapshots/intel/b580-6.16/card1/device/subsystem_vendor similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/subsystem_vendor rename to tests/snapshots/intel/b580-6.16/card1/device/subsystem_vendor diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/ccs_mode b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/ccs_mode similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/ccs_mode rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/ccs_mode diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/bcs/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/ccs/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/engines/rcs/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/act_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/act_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/act_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/act_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/cur_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/cur_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/cur_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/cur_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/max_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/max_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/max_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/max_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/min_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/min_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/min_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/min_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/rp0_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/rp0_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/rp0_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/rp0_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpa_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpa_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpa_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpa_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpe_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpe_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpe_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpe_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpn_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpn_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpn_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/rpn_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl1 b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl1 similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl1 rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl1 diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl2 b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl2 similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl2 rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl2 diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl4 b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl4 similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl4 rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_pl4 diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_prochot b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_prochot similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_prochot rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_prochot diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_ratl b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_ratl similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_ratl rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_ratl diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_thermal b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_thermal similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_thermal rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_thermal diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_vr_tdc b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_vr_tdc similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_vr_tdc rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_vr_tdc diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_vr_thermalert b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_vr_thermalert similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_vr_thermalert rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/reason_vr_thermalert diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/status b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/status rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/freq0/throttle/status diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/gtidle/idle_residency_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/gtidle/idle_residency_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/gtidle/idle_residency_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/gtidle/idle_residency_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/gtidle/idle_status b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/gtidle/idle_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/gtidle/idle_status rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/gtidle/idle_status diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/gtidle/name b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/gtidle/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/gtidle/name rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/gtidle/name diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt0/num_cslices b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/num_cslices similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt0/num_cslices rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt0/num_cslices diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vcs/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/job_timeout_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/preempt_timeout_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_max b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_max rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_max diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_min b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_min rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_min diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_us b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_us rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/engines/vecs/timeslice_duration_us diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/act_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/act_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/act_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/act_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/cur_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/cur_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/cur_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/cur_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/max_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/max_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/max_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/max_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/min_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/min_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/min_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/min_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/rp0_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/rp0_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/rp0_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/rp0_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpa_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpa_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpa_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpa_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpe_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpe_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpe_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpe_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpn_freq b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpn_freq similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpn_freq rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/rpn_freq diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl1 b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl1 similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl1 rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl1 diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl2 b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl2 similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl2 rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl2 diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl4 b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl4 similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl4 rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_pl4 diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_prochot b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_prochot similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_prochot rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_prochot diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_ratl b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_ratl similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_ratl rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_ratl diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_thermal b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_thermal similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_thermal rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_thermal diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_vr_tdc b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_vr_tdc similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_vr_tdc rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_vr_tdc diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_vr_thermalert b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_vr_thermalert similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_vr_thermalert rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/reason_vr_thermalert diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/status b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/status rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/freq0/throttle/status diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/gtidle/idle_residency_ms b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/gtidle/idle_residency_ms similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/gtidle/idle_residency_ms rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/gtidle/idle_residency_ms diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/gtidle/idle_status b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/gtidle/idle_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/gtidle/idle_status rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/gtidle/idle_status diff --git a/tests/data/intel/b580-6.16/card1/device/tile0/gt1/gtidle/name b/tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/gtidle/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/tile0/gt1/gtidle/name rename to tests/snapshots/intel/b580-6.16/card1/device/tile0/gt1/gtidle/name diff --git a/tests/data/intel/b580-6.16/card1/device/uevent b/tests/snapshots/intel/b580-6.16/card1/device/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/vendor b/tests/snapshots/intel/b580-6.16/card1/device/vendor similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/vendor rename to tests/snapshots/intel/b580-6.16/card1/device/vendor diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/dev b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/dev similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/dev rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/dev diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/dev_state b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/dev_state similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/dev_state rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/dev_state diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/fw_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/fw_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/fw_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/fw_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/fw_ver b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/fw_ver similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/fw_ver rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/fw_ver diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/hbm_ver b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/hbm_ver similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/hbm_ver rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/hbm_ver diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/hbm_ver_drv b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/hbm_ver_drv similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/hbm_ver_drv rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/hbm_ver_drv diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/kind b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/kind similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/kind rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/kind diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/async b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/control b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/tx_queue_limit b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/tx_queue_limit similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/tx_queue_limit rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/tx_queue_limit diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/uevent b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/mei/mei0/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/async b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/control b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/uevent b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/fixed b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/fixed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/fixed rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/fixed diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/max_conn b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/max_conn similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/max_conn rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/max_conn diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/max_len b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/max_len similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/max_len rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/max_len diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/modalias b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/modalias similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/modalias rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/modalias diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/name b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/name rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/name diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/async b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/control b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/uevent b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/uuid b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/uuid similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/uuid rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/uuid diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/version b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/version similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/version rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/version diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/vtag b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/vtag similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/vtag rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-0f73db04-97ab-4125-b893-e904ad0d5464/vtag diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/fixed b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/fixed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/fixed rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/fixed diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_conn b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_conn similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_conn rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_conn diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_len b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_len similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_len rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_len diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/modalias b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/modalias similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/modalias rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/modalias diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/name b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/name rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/name diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/async b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/control b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uevent b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uuid b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uuid similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uuid rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uuid diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/version b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/version similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/version rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/version diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/vtag b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/vtag similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/vtag rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-46e0c1fb-a546-414f-9170-b7f46d57b4ad/vtag diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/fixed b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/fixed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/fixed rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/fixed diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_conn b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_conn similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_conn rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_conn diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_len b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_len similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_len rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_len diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/modalias b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/modalias similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/modalias rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/modalias diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/name b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/name rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/name diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/async b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/control b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/uevent b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/uuid b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/uuid similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/uuid rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/uuid diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/version b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/version similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/version rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/version diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/vtag b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/vtag similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/vtag rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-87d90ca5-3495-4559-8105-3fbfa37b8b79/vtag diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/fixed b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/fixed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/fixed rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/fixed diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_conn b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_conn similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_conn rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_conn diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_len b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_len similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_len rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_len diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/modalias b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/modalias similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/modalias rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/modalias diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/name b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/name rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/name diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/async b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/control b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uevent b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uuid b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uuid similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uuid rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uuid diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/version b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/version similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/version rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/version diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/vtag b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/vtag similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/vtag rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/vtag diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/fixed b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/fixed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/fixed rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/fixed diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_conn b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_conn similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_conn rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_conn diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_len b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_len similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_len rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_len diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/modalias b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/modalias similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/modalias rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/modalias diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/name b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/name rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/name diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/async b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/control b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uevent b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uuid b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uuid similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uuid rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uuid diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/version b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/version similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/version rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/version diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/vtag b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/vtag similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/vtag rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-e2c2afa2-3817-4d19-9d95-06b16b588a5d/vtag diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/fixed b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/fixed similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/fixed rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/fixed diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_conn b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_conn similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_conn rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_conn diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_len b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_len similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_len rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_len diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/modalias b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/modalias similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/modalias rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/modalias diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/name b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/name similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/name rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/name diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/async b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/async similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/async rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/async diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/control b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/control similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/control rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/control diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_kids b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_kids rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_kids diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_enabled b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_enabled rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_enabled diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_status b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_status similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_status rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_status diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_suspended_time b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_suspended_time rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_suspended_time diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_usage b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_usage similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_usage rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_usage diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uevent b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uevent rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uevent diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uuid b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uuid similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uuid rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uuid diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/version b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/version similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/version rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/version diff --git a/tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/vtag b/tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/vtag similarity index 100% rename from tests/data/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/vtag rename to tests/snapshots/intel/b580-6.16/card1/device/xe.mei-gscfi.2816/xe.mei-gscfi.2816-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/vtag diff --git a/tests/data/intel/b580-6.16/card1/uevent b/tests/snapshots/intel/b580-6.16/card1/uevent similarity index 100% rename from tests/data/intel/b580-6.16/card1/uevent rename to tests/snapshots/intel/b580-6.16/card1/uevent diff --git a/tests/data/intel/b580-6.16/config.yaml b/tests/snapshots/intel/b580-6.16/config.yaml similarity index 100% rename from tests/data/intel/b580-6.16/config.yaml rename to tests/snapshots/intel/b580-6.16/config.yaml diff --git a/tests/data/intel/b580/card1/dev b/tests/snapshots/intel/b580/card1/dev similarity index 100% rename from tests/data/intel/b580/card1/dev rename to tests/snapshots/intel/b580/card1/dev diff --git a/tests/data/intel/b580/card1/device/ari_enabled b/tests/snapshots/intel/b580/card1/device/ari_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/ari_enabled rename to tests/snapshots/intel/b580/card1/device/ari_enabled diff --git a/tests/data/intel/b580/card1/device/auto_link_downgrade_capable b/tests/snapshots/intel/b580/card1/device/auto_link_downgrade_capable similarity index 100% rename from tests/data/intel/b580/card1/device/auto_link_downgrade_capable rename to tests/snapshots/intel/b580/card1/device/auto_link_downgrade_capable diff --git a/tests/data/intel/b580/card1/device/auto_link_downgrade_status b/tests/snapshots/intel/b580/card1/device/auto_link_downgrade_status similarity index 100% rename from tests/data/intel/b580/card1/device/auto_link_downgrade_status rename to tests/snapshots/intel/b580/card1/device/auto_link_downgrade_status diff --git a/tests/data/intel/b580/card1/device/boot_vga b/tests/snapshots/intel/b580/card1/device/boot_vga similarity index 100% rename from tests/data/intel/b580/card1/device/boot_vga rename to tests/snapshots/intel/b580/card1/device/boot_vga diff --git a/tests/data/intel/b580/card1/device/broken_parity_status b/tests/snapshots/intel/b580/card1/device/broken_parity_status similarity index 100% rename from tests/data/intel/b580/card1/device/broken_parity_status rename to tests/snapshots/intel/b580/card1/device/broken_parity_status diff --git a/tests/data/intel/b580/card1/device/class b/tests/snapshots/intel/b580/card1/device/class similarity index 100% rename from tests/data/intel/b580/card1/device/class rename to tests/snapshots/intel/b580/card1/device/class diff --git a/tests/data/intel/b580/card1/device/config b/tests/snapshots/intel/b580/card1/device/config similarity index 100% rename from tests/data/intel/b580/card1/device/config rename to tests/snapshots/intel/b580/card1/device/config diff --git a/tests/data/intel/b580/card1/device/consistent_dma_mask_bits b/tests/snapshots/intel/b580/card1/device/consistent_dma_mask_bits similarity index 100% rename from tests/data/intel/b580/card1/device/consistent_dma_mask_bits rename to tests/snapshots/intel/b580/card1/device/consistent_dma_mask_bits diff --git a/tests/data/intel/b580/card1/device/current_link_speed b/tests/snapshots/intel/b580/card1/device/current_link_speed similarity index 100% rename from tests/data/intel/b580/card1/device/current_link_speed rename to tests/snapshots/intel/b580/card1/device/current_link_speed diff --git a/tests/data/intel/b580/card1/device/current_link_width b/tests/snapshots/intel/b580/card1/device/current_link_width similarity index 100% rename from tests/data/intel/b580/card1/device/current_link_width rename to tests/snapshots/intel/b580/card1/device/current_link_width diff --git a/tests/data/intel/b580/card1/device/d3cold_allowed b/tests/snapshots/intel/b580/card1/device/d3cold_allowed similarity index 100% rename from tests/data/intel/b580/card1/device/d3cold_allowed rename to tests/snapshots/intel/b580/card1/device/d3cold_allowed diff --git a/tests/data/intel/b580/card1/device/device b/tests/snapshots/intel/b580/card1/device/device similarity index 100% rename from tests/data/intel/b580/card1/device/device rename to tests/snapshots/intel/b580/card1/device/device diff --git a/tests/data/intel/b580/card1/device/dma_mask_bits b/tests/snapshots/intel/b580/card1/device/dma_mask_bits similarity index 100% rename from tests/data/intel/b580/card1/device/dma_mask_bits rename to tests/snapshots/intel/b580/card1/device/dma_mask_bits diff --git a/tests/data/intel/b580/card1/device/driver_override b/tests/snapshots/intel/b580/card1/device/driver_override similarity index 100% rename from tests/data/intel/b580/card1/device/driver_override rename to tests/snapshots/intel/b580/card1/device/driver_override diff --git a/tests/data/intel/b580/card1/device/enable b/tests/snapshots/intel/b580/card1/device/enable similarity index 100% rename from tests/data/intel/b580/card1/device/enable rename to tests/snapshots/intel/b580/card1/device/enable diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/energy1_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/energy1_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/energy1_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/energy1_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/energy1_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/energy1_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/energy1_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/energy1_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/energy2_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/energy2_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/energy2_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/energy2_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/energy2_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/energy2_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/energy2_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/energy2_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/fan1_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/fan1_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/fan1_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/fan1_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/fan2_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/fan2_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/fan2_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/fan2_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/fan3_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/fan3_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/fan3_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/fan3_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/name b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/name similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/name rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/name diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power/async b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power/async rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/async diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power/control b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power/control rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/control diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_status b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power1_cap b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power1_cap similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power1_cap rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power1_cap diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power1_cap_interval b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power1_cap_interval similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power1_cap_interval rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power1_cap_interval diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power1_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power1_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power1_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power1_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/power1_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power1_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/power1_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/power1_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp10_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp10_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp10_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp10_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp10_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp10_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp10_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp10_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp10_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp10_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp10_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp10_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp10_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp10_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp10_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp10_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp11_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp11_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp11_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp11_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp11_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp11_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp11_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp11_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp11_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp11_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp11_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp11_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp11_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp11_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp11_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp11_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp12_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp12_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp12_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp12_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp12_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp12_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp12_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp12_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp12_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp12_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp12_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp12_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp12_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp12_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp12_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp12_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp13_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp13_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp13_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp13_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp13_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp13_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp13_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp13_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp13_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp13_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp13_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp13_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp13_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp13_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp13_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp13_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp14_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp14_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp14_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp14_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp14_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp14_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp14_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp14_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp14_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp14_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp14_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp14_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp14_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp14_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp14_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp14_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp15_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp15_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp15_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp15_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp15_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp15_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp15_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp15_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp15_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp15_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp15_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp15_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp15_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp15_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp15_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp15_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp16_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp16_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp16_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp16_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp16_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp16_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp16_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp16_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp16_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp16_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp16_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp16_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp16_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp16_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp16_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp16_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp17_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp17_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp17_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp17_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp17_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp17_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp17_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp17_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp17_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp17_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp17_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp17_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp17_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp17_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp17_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp17_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_max b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_max similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp2_max rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp2_max diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp3_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp3_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp3_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp3_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp3_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp3_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp3_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp3_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp3_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp3_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp3_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp3_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp3_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp3_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp3_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp3_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp4_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp4_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp4_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp4_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp4_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp4_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp4_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp4_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp4_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp4_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp4_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp4_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp4_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp4_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp4_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp4_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp5_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp5_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp5_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp5_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp5_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp5_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp5_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp5_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp5_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp5_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp5_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp5_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp5_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp5_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp5_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp5_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp6_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp6_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp6_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp6_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp6_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp6_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp6_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp6_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp6_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp6_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp6_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp6_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp6_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp6_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp6_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp6_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp7_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp7_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp7_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp7_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp7_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp7_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp7_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp7_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp7_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp7_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp7_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp7_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp7_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp7_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp7_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp7_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp8_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp8_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp8_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp8_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp8_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp8_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp8_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp8_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp8_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp8_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp8_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp8_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp8_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp8_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp8_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp8_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp9_crit b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp9_crit similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp9_crit rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp9_crit diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp9_emergency b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp9_emergency similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp9_emergency rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp9_emergency diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp9_input b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp9_input similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp9_input rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp9_input diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/temp9_label b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp9_label similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/temp9_label rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/temp9_label diff --git a/tests/data/intel/b580/card1/device/hwmon/hwmon4/uevent b/tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/hwmon/hwmon4/uevent rename to tests/snapshots/intel/b580/card1/device/hwmon/hwmon4/uevent diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/clear b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/clear similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/clear rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/clear diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/consumed b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/consumed similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/consumed rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/consumed diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/crashlog b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/crashlog similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/crashlog rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/crashlog diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/enable b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/enable similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/enable rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/enable diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/error b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/error similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/error rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/error diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/guid b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/guid similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/guid rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/guid diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/offset b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/offset similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/offset rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/offset diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/async b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/async rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/async diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/control b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/control rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/control diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_status b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/rearm b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/rearm similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/rearm rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/rearm diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/size b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/size similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/size rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/size diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/trigger b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/trigger similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/trigger rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/trigger diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/uevent b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/uevent rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog1/uevent diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/clear b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/clear similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/clear rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/clear diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/consumed b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/consumed similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/consumed rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/consumed diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/crashlog b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/crashlog similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/crashlog rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/crashlog diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/enable b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/enable similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/enable rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/enable diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/error b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/error similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/error rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/error diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/guid b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/guid similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/guid rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/guid diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/offset b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/offset similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/offset rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/offset diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/async b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/async rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/async diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/control b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/control rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/control diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_status b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/rearm b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/rearm similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/rearm rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/rearm diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/size b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/size similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/size rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/size diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/trigger b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/trigger similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/trigger rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/trigger diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/uevent b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/uevent rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/intel_pmt/crashlog2/uevent diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/async b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/async rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/async diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/control b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/control rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/control diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_status b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/uevent b/tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.crashlog.1/uevent rename to tests/snapshots/intel/b580/card1/device/intel_vsec.crashlog.1/uevent diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/guid b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/guid similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/guid rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/guid diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/offset b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/offset similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/offset rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/offset diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/async b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/async rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/async diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/control b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/control rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/control diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_status b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/size b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/size similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/size rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/size diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/telem b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/telem similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/telem rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/telem diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/uevent b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/uevent rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem1/uevent diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/guid b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/guid similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/guid rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/guid diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/offset b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/offset similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/offset rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/offset diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/async b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/async rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/async diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/control b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/control rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/control diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_status b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/size b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/size similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/size rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/size diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/telem b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/telem similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/telem rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/telem diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/uevent b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/uevent rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/intel_pmt/telem2/uevent diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/async b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/async rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/async diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/control b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/control rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/control diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_status b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/uevent b/tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/intel_vsec.telemetry.0/uevent rename to tests/snapshots/intel/b580/card1/device/intel_vsec.telemetry.0/uevent diff --git a/tests/data/intel/b580/card1/device/irq b/tests/snapshots/intel/b580/card1/device/irq similarity index 100% rename from tests/data/intel/b580/card1/device/irq rename to tests/snapshots/intel/b580/card1/device/irq diff --git a/tests/data/intel/b580/card1/device/lb_fan_control_version b/tests/snapshots/intel/b580/card1/device/lb_fan_control_version similarity index 100% rename from tests/data/intel/b580/card1/device/lb_fan_control_version rename to tests/snapshots/intel/b580/card1/device/lb_fan_control_version diff --git a/tests/data/intel/b580/card1/device/lb_voltage_regulator_version b/tests/snapshots/intel/b580/card1/device/lb_voltage_regulator_version similarity index 100% rename from tests/data/intel/b580/card1/device/lb_voltage_regulator_version rename to tests/snapshots/intel/b580/card1/device/lb_voltage_regulator_version diff --git a/tests/data/intel/b580/card1/device/link/l1_aspm b/tests/snapshots/intel/b580/card1/device/link/l1_aspm similarity index 100% rename from tests/data/intel/b580/card1/device/link/l1_aspm rename to tests/snapshots/intel/b580/card1/device/link/l1_aspm diff --git a/tests/data/intel/b580/card1/device/local_cpulist b/tests/snapshots/intel/b580/card1/device/local_cpulist similarity index 100% rename from tests/data/intel/b580/card1/device/local_cpulist rename to tests/snapshots/intel/b580/card1/device/local_cpulist diff --git a/tests/data/intel/b580/card1/device/local_cpus b/tests/snapshots/intel/b580/card1/device/local_cpus similarity index 100% rename from tests/data/intel/b580/card1/device/local_cpus rename to tests/snapshots/intel/b580/card1/device/local_cpus diff --git a/tests/data/intel/b580/card1/device/max_link_speed b/tests/snapshots/intel/b580/card1/device/max_link_speed similarity index 100% rename from tests/data/intel/b580/card1/device/max_link_speed rename to tests/snapshots/intel/b580/card1/device/max_link_speed diff --git a/tests/data/intel/b580/card1/device/max_link_width b/tests/snapshots/intel/b580/card1/device/max_link_width similarity index 100% rename from tests/data/intel/b580/card1/device/max_link_width rename to tests/snapshots/intel/b580/card1/device/max_link_width diff --git a/tests/data/intel/b580/card1/device/modalias b/tests/snapshots/intel/b580/card1/device/modalias similarity index 100% rename from tests/data/intel/b580/card1/device/modalias rename to tests/snapshots/intel/b580/card1/device/modalias diff --git a/tests/data/intel/b580/card1/device/msi_bus b/tests/snapshots/intel/b580/card1/device/msi_bus similarity index 100% rename from tests/data/intel/b580/card1/device/msi_bus rename to tests/snapshots/intel/b580/card1/device/msi_bus diff --git a/tests/data/intel/b580/card1/device/numa_node b/tests/snapshots/intel/b580/card1/device/numa_node similarity index 100% rename from tests/data/intel/b580/card1/device/numa_node rename to tests/snapshots/intel/b580/card1/device/numa_node diff --git a/tests/data/intel/b580/card1/device/power/async b/tests/snapshots/intel/b580/card1/device/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/power/async rename to tests/snapshots/intel/b580/card1/device/power/async diff --git a/tests/data/intel/b580/card1/device/power/control b/tests/snapshots/intel/b580/card1/device/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/power/control rename to tests/snapshots/intel/b580/card1/device/power/control diff --git a/tests/data/intel/b580/card1/device/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/power/runtime_status b/tests/snapshots/intel/b580/card1/device/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/power/wakeup b/tests/snapshots/intel/b580/card1/device/power/wakeup similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup rename to tests/snapshots/intel/b580/card1/device/power/wakeup diff --git a/tests/data/intel/b580/card1/device/power/wakeup_abort_count b/tests/snapshots/intel/b580/card1/device/power/wakeup_abort_count similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup_abort_count rename to tests/snapshots/intel/b580/card1/device/power/wakeup_abort_count diff --git a/tests/data/intel/b580/card1/device/power/wakeup_active b/tests/snapshots/intel/b580/card1/device/power/wakeup_active similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup_active rename to tests/snapshots/intel/b580/card1/device/power/wakeup_active diff --git a/tests/data/intel/b580/card1/device/power/wakeup_active_count b/tests/snapshots/intel/b580/card1/device/power/wakeup_active_count similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup_active_count rename to tests/snapshots/intel/b580/card1/device/power/wakeup_active_count diff --git a/tests/data/intel/b580/card1/device/power/wakeup_count b/tests/snapshots/intel/b580/card1/device/power/wakeup_count similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup_count rename to tests/snapshots/intel/b580/card1/device/power/wakeup_count diff --git a/tests/data/intel/b580/card1/device/power/wakeup_expire_count b/tests/snapshots/intel/b580/card1/device/power/wakeup_expire_count similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup_expire_count rename to tests/snapshots/intel/b580/card1/device/power/wakeup_expire_count diff --git a/tests/data/intel/b580/card1/device/power/wakeup_last_time_ms b/tests/snapshots/intel/b580/card1/device/power/wakeup_last_time_ms similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup_last_time_ms rename to tests/snapshots/intel/b580/card1/device/power/wakeup_last_time_ms diff --git a/tests/data/intel/b580/card1/device/power/wakeup_max_time_ms b/tests/snapshots/intel/b580/card1/device/power/wakeup_max_time_ms similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup_max_time_ms rename to tests/snapshots/intel/b580/card1/device/power/wakeup_max_time_ms diff --git a/tests/data/intel/b580/card1/device/power/wakeup_total_time_ms b/tests/snapshots/intel/b580/card1/device/power/wakeup_total_time_ms similarity index 100% rename from tests/data/intel/b580/card1/device/power/wakeup_total_time_ms rename to tests/snapshots/intel/b580/card1/device/power/wakeup_total_time_ms diff --git a/tests/data/intel/b580/card1/device/power_state b/tests/snapshots/intel/b580/card1/device/power_state similarity index 100% rename from tests/data/intel/b580/card1/device/power_state rename to tests/snapshots/intel/b580/card1/device/power_state diff --git a/tests/data/intel/b580/card1/device/revision b/tests/snapshots/intel/b580/card1/device/revision similarity index 100% rename from tests/data/intel/b580/card1/device/revision rename to tests/snapshots/intel/b580/card1/device/revision diff --git a/tests/data/intel/b580/card1/device/subsystem_device b/tests/snapshots/intel/b580/card1/device/subsystem_device similarity index 100% rename from tests/data/intel/b580/card1/device/subsystem_device rename to tests/snapshots/intel/b580/card1/device/subsystem_device diff --git a/tests/data/intel/b580/card1/device/subsystem_vendor b/tests/snapshots/intel/b580/card1/device/subsystem_vendor similarity index 100% rename from tests/data/intel/b580/card1/device/subsystem_vendor rename to tests/snapshots/intel/b580/card1/device/subsystem_vendor diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/ccs_mode b/tests/snapshots/intel/b580/card1/device/tile0/gt0/ccs_mode similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/ccs_mode rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/ccs_mode diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/bcs/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/ccs/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/engines/rcs/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/act_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/act_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/act_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/act_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/cur_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/cur_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/cur_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/cur_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/max_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/max_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/max_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/max_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/min_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/min_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/min_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/min_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/power_profile b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/power_profile similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/power_profile rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/power_profile diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/rp0_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/rp0_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/rp0_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/rp0_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/rpa_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/rpa_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/rpa_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/rpa_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/rpe_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/rpe_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/rpe_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/rpe_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/rpn_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/rpn_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/rpn_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/rpn_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl1 b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl1 similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl1 rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl1 diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl2 b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl2 similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl2 rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl2 diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl4 b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl4 similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl4 rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_pl4 diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_prochot b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_prochot similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_prochot rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_prochot diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_ratl b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_ratl similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_ratl rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_ratl diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_thermal b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_thermal similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_thermal rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_thermal diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_vr_tdc b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_vr_tdc similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_vr_tdc rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_vr_tdc diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_vr_thermalert b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_vr_thermalert similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_vr_thermalert rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reason_vr_thermalert diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reasons b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reasons similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/reasons rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/reasons diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/status b/tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/status similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/freq0/throttle/status rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/freq0/throttle/status diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/gtidle/idle_residency_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt0/gtidle/idle_residency_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/gtidle/idle_residency_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/gtidle/idle_residency_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/gtidle/idle_status b/tests/snapshots/intel/b580/card1/device/tile0/gt0/gtidle/idle_status similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/gtidle/idle_status rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/gtidle/idle_status diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/gtidle/name b/tests/snapshots/intel/b580/card1/device/tile0/gt0/gtidle/name similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/gtidle/name rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/gtidle/name diff --git a/tests/data/intel/b580/card1/device/tile0/gt0/num_cslices b/tests/snapshots/intel/b580/card1/device/tile0/gt0/num_cslices similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt0/num_cslices rename to tests/snapshots/intel/b580/card1/device/tile0/gt0/num_cslices diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vcs/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/job_timeout_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_us b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/preempt_timeout_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_max b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_max similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_max rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_max diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_min b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_min similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_min rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_min diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_us b/tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_us similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_us rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/engines/vecs/timeslice_duration_us diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/act_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/act_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/act_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/act_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/cur_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/cur_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/cur_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/cur_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/max_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/max_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/max_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/max_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/min_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/min_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/min_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/min_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/power_profile b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/power_profile similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/power_profile rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/power_profile diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/rp0_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/rp0_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/rp0_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/rp0_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/rpa_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/rpa_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/rpa_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/rpa_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/rpe_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/rpe_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/rpe_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/rpe_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/rpn_freq b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/rpn_freq similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/rpn_freq rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/rpn_freq diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl1 b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl1 similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl1 rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl1 diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl2 b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl2 similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl2 rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl2 diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl4 b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl4 similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl4 rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_pl4 diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_prochot b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_prochot similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_prochot rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_prochot diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_ratl b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_ratl similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_ratl rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_ratl diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_thermal b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_thermal similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_thermal rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_thermal diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_vr_tdc b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_vr_tdc similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_vr_tdc rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_vr_tdc diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_vr_thermalert b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_vr_thermalert similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_vr_thermalert rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reason_vr_thermalert diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reasons b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reasons similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/reasons rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/reasons diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/status b/tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/status similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/freq0/throttle/status rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/freq0/throttle/status diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/gtidle/idle_residency_ms b/tests/snapshots/intel/b580/card1/device/tile0/gt1/gtidle/idle_residency_ms similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/gtidle/idle_residency_ms rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/gtidle/idle_residency_ms diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/gtidle/idle_status b/tests/snapshots/intel/b580/card1/device/tile0/gt1/gtidle/idle_status similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/gtidle/idle_status rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/gtidle/idle_status diff --git a/tests/data/intel/b580/card1/device/tile0/gt1/gtidle/name b/tests/snapshots/intel/b580/card1/device/tile0/gt1/gtidle/name similarity index 100% rename from tests/data/intel/b580/card1/device/tile0/gt1/gtidle/name rename to tests/snapshots/intel/b580/card1/device/tile0/gt1/gtidle/name diff --git a/tests/data/intel/b580/card1/device/uevent b/tests/snapshots/intel/b580/card1/device/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/uevent rename to tests/snapshots/intel/b580/card1/device/uevent diff --git a/tests/data/intel/b580/card1/device/vendor b/tests/snapshots/intel/b580/card1/device/vendor similarity index 100% rename from tests/data/intel/b580/card1/device/vendor rename to tests/snapshots/intel/b580/card1/device/vendor diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/dev b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/dev rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/dev diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/dev_state b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/dev_state similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/dev_state rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/dev_state diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/fw_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/fw_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/fw_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/fw_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/fw_ver b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/fw_ver similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/fw_ver rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/fw_ver diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/hbm_ver b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/hbm_ver similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/hbm_ver rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/hbm_ver diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/hbm_ver_drv b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/hbm_ver_drv similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/hbm_ver_drv rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/hbm_ver_drv diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/kind b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/kind similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/kind rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/kind diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/async b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/async rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/async diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/control b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/control rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/control diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/tx_queue_limit b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/tx_queue_limit similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/tx_queue_limit rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/tx_queue_limit diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/uevent b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/uevent rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/mei/mei0/uevent diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/async b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/async rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/async diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/control b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/control rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/control diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/uevent b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/uevent rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/uevent diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/fixed b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/fixed similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/fixed rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/fixed diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/max_conn b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/max_conn similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/max_conn rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/max_conn diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/max_len b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/max_len similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/max_len rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/max_len diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/modalias b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/modalias similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/modalias rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/modalias diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/name b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/name rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/name diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/async b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/async rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/async diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/control b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/control rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/control diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/uevent b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/uevent rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/uevent diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/uuid b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/uuid similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/uuid rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/uuid diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/version b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/version similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/version rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/version diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/vtag b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/vtag similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/vtag rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-0f73db04-97ab-4125-b893-e904ad0d5464/vtag diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/fixed b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/fixed similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/fixed rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/fixed diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_conn b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_conn similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_conn rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_conn diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_len b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_len similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_len rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/max_len diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/modalias b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/modalias similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/modalias rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/modalias diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/name b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/name rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/name diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/async b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/async rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/async diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/control b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/control rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/control diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uevent b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uevent rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uevent diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uuid b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uuid similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uuid rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/uuid diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/version b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/version similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/version rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/version diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/vtag b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/vtag similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/vtag rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-46e0c1fb-a546-414f-9170-b7f46d57b4ad/vtag diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/fixed b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/fixed similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/fixed rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/fixed diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_conn b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_conn similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_conn rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_conn diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_len b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_len similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_len rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/max_len diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/modalias b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/modalias similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/modalias rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/modalias diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/name b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/name rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/name diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/async b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/async rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/async diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/control b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/control rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/control diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/uevent b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/uevent rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/uevent diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/uuid b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/uuid similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/uuid rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/uuid diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/version b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/version similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/version rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/version diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/vtag b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/vtag similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/vtag rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-87d90ca5-3495-4559-8105-3fbfa37b8b79/vtag diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/fixed b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/fixed similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/fixed rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/fixed diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_conn b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_conn similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_conn rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_conn diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_len b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_len similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_len rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/max_len diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/modalias b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/modalias similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/modalias rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/modalias diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/name b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/name rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/name diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/async b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/async rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/async diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/control b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/control rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/control diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uevent b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uevent rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uevent diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uuid b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uuid similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uuid rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/uuid diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/version b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/version similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/version rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/version diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/vtag b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/vtag similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/vtag rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-afd7c08e-ae0d-4dcf-9d88-b0e6941558d6/vtag diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/fixed b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/fixed similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/fixed rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/fixed diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_conn b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_conn similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_conn rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_conn diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_len b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_len similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_len rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/max_len diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/modalias b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/modalias similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/modalias rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/modalias diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/name b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/name rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/name diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/async b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/async rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/async diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/control b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/control rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/control diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uevent b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uevent rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uevent diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uuid b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uuid similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uuid rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/uuid diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/version b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/version similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/version rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/version diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/vtag b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/vtag similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/vtag rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-e2c2afa2-3817-4d19-9d95-06b16b588a5d/vtag diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/fixed b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/fixed similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/fixed rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/fixed diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_conn b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_conn similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_conn rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_conn diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_len b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_len similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_len rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/max_len diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/modalias b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/modalias similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/modalias rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/modalias diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/name b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/name rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/name diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/async b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/async rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/async diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/control b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/control rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/control diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uevent b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uevent rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uevent diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uuid b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uuid similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uuid rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/uuid diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/version b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/version similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/version rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/version diff --git a/tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/vtag b/tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/vtag similarity index 100% rename from tests/data/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/vtag rename to tests/snapshots/intel/b580/card1/device/xe.mei-gscfi.2304/xe.mei-gscfi.2304-fe2af7a6-ef22-4b45-872f-176b0bbc8b43/vtag diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bad_blocks b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bad_blocks similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bad_blocks rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bad_blocks diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bbt_blocks b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bbt_blocks similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bbt_blocks rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bbt_blocks diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bitflip_threshold b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bitflip_threshold similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bitflip_threshold rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/bitflip_threshold diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/corrected_bits b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/corrected_bits similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/corrected_bits rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/corrected_bits diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/dev b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/dev rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/dev diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_failures b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_failures similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_failures rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_failures diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_step_size b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_step_size similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_step_size rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_step_size diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_strength b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_strength similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_strength rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/ecc_strength diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/erasesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/erasesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/erasesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/erasesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/flags b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/flags similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/flags rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/flags diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/nvmem b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/nvmem similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/nvmem rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/nvmem diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/type b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/type similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/type rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/type diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/mtd0/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/name b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/name rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/name diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/numeraseregions b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/numeraseregions similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/numeraseregions rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/numeraseregions diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/offset b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/offset similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/offset rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/offset diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/oobavail b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/oobavail similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/oobavail rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/oobavail diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/oobsize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/oobsize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/oobsize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/oobsize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/size b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/size similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/size rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/size diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/subpagesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/subpagesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/subpagesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/subpagesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/type b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/type similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/type rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/type diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/writesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/writesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/writesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0/writesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/dev b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/dev rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/dev diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd0ro/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bad_blocks b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bad_blocks similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bad_blocks rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bad_blocks diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bbt_blocks b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bbt_blocks similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bbt_blocks rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bbt_blocks diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bitflip_threshold b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bitflip_threshold similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bitflip_threshold rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/bitflip_threshold diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/corrected_bits b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/corrected_bits similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/corrected_bits rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/corrected_bits diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/dev b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/dev rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/dev diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_failures b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_failures similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_failures rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_failures diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_step_size b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_step_size similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_step_size rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_step_size diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_strength b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_strength similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_strength rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/ecc_strength diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/erasesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/erasesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/erasesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/erasesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/flags b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/flags similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/flags rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/flags diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/nvmem b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/nvmem similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/nvmem rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/nvmem diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/type b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/type similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/type rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/type diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/mtd1/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/name b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/name rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/name diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/numeraseregions b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/numeraseregions similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/numeraseregions rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/numeraseregions diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/offset b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/offset similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/offset rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/offset diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/oobavail b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/oobavail similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/oobavail rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/oobavail diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/oobsize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/oobsize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/oobsize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/oobsize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/size b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/size similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/size rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/size diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/subpagesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/subpagesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/subpagesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/subpagesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/type b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/type similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/type rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/type diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/writesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/writesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/writesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1/writesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/dev b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/dev rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/dev diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd1ro/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bad_blocks b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bad_blocks similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bad_blocks rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bad_blocks diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bbt_blocks b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bbt_blocks similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bbt_blocks rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bbt_blocks diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bitflip_threshold b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bitflip_threshold similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bitflip_threshold rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/bitflip_threshold diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/corrected_bits b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/corrected_bits similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/corrected_bits rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/corrected_bits diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/dev b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/dev rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/dev diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_failures b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_failures similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_failures rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_failures diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_step_size b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_step_size similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_step_size rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_step_size diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_strength b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_strength similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_strength rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/ecc_strength diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/erasesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/erasesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/erasesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/erasesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/flags b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/flags similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/flags rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/flags diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/nvmem b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/nvmem similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/nvmem rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/nvmem diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/type b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/type similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/type rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/type diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/mtd2/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/name b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/name rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/name diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/numeraseregions b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/numeraseregions similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/numeraseregions rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/numeraseregions diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/offset b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/offset similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/offset rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/offset diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/oobavail b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/oobavail similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/oobavail rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/oobavail diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/oobsize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/oobsize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/oobsize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/oobsize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/size b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/size similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/size rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/size diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/subpagesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/subpagesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/subpagesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/subpagesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/type b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/type similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/type rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/type diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/writesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/writesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/writesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2/writesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/dev b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/dev rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/dev diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd2ro/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bad_blocks b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bad_blocks similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bad_blocks rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bad_blocks diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bbt_blocks b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bbt_blocks similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bbt_blocks rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bbt_blocks diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bitflip_threshold b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bitflip_threshold similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bitflip_threshold rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/bitflip_threshold diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/corrected_bits b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/corrected_bits similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/corrected_bits rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/corrected_bits diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/dev b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/dev rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/dev diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_failures b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_failures similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_failures rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_failures diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_step_size b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_step_size similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_step_size rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_step_size diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_strength b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_strength similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_strength rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/ecc_strength diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/erasesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/erasesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/erasesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/erasesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/flags b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/flags similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/flags rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/flags diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/nvmem b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/nvmem similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/nvmem rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/nvmem diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/type b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/type similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/type rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/type diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/mtd3/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/name b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/name similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/name rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/name diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/numeraseregions b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/numeraseregions similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/numeraseregions rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/numeraseregions diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/offset b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/offset similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/offset rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/offset diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/oobavail b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/oobavail similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/oobavail rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/oobavail diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/oobsize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/oobsize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/oobsize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/oobsize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/size b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/size similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/size rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/size diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/subpagesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/subpagesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/subpagesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/subpagesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/type b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/type similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/type rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/type diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/writesize b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/writesize similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/writesize rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3/writesize diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/dev b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/dev similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/dev rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/dev diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/mtd/mtd3ro/uevent diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/power/async b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/async similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/power/async rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/async diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/power/control b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/control similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/power/control rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/control diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_active_kids b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_active_kids similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_active_kids rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_active_kids diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_active_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_active_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_active_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_active_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_enabled b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_enabled similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_enabled rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_enabled diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_status b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_status similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_status rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_status diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_suspended_time b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_suspended_time similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_suspended_time rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_suspended_time diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_usage b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_usage similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/power/runtime_usage rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/power/runtime_usage diff --git a/tests/data/intel/b580/card1/device/xe.nvm.2304/uevent b/tests/snapshots/intel/b580/card1/device/xe.nvm.2304/uevent similarity index 100% rename from tests/data/intel/b580/card1/device/xe.nvm.2304/uevent rename to tests/snapshots/intel/b580/card1/device/xe.nvm.2304/uevent diff --git a/tests/data/intel/b580/card1/uevent b/tests/snapshots/intel/b580/card1/uevent similarity index 100% rename from tests/data/intel/b580/card1/uevent rename to tests/snapshots/intel/b580/card1/uevent diff --git a/tests/data/intel/b580/config.yaml b/tests/snapshots/intel/b580/config.yaml similarity index 100% rename from tests/data/intel/b580/config.yaml rename to tests/snapshots/intel/b580/config.yaml diff --git a/tests/data/intel/cometlake/card0/dev b/tests/snapshots/intel/cometlake/card0/dev similarity index 100% rename from tests/data/intel/cometlake/card0/dev rename to tests/snapshots/intel/cometlake/card0/dev diff --git a/tests/data/intel/cometlake/card0/device/current_link_speed b/tests/snapshots/intel/cometlake/card0/device/current_link_speed similarity index 100% rename from tests/data/intel/cometlake/card0/device/current_link_speed rename to tests/snapshots/intel/cometlake/card0/device/current_link_speed diff --git a/tests/data/intel/cometlake/card0/device/current_link_width b/tests/snapshots/intel/cometlake/card0/device/current_link_width similarity index 100% rename from tests/data/intel/cometlake/card0/device/current_link_width rename to tests/snapshots/intel/cometlake/card0/device/current_link_width diff --git a/tests/data/intel/cometlake/card0/device/uevent b/tests/snapshots/intel/cometlake/card0/device/uevent similarity index 100% rename from tests/data/intel/cometlake/card0/device/uevent rename to tests/snapshots/intel/cometlake/card0/device/uevent diff --git a/tests/data/intel/cometlake/card0/device/vendor b/tests/snapshots/intel/cometlake/card0/device/vendor similarity index 100% rename from tests/data/intel/cometlake/card0/device/vendor rename to tests/snapshots/intel/cometlake/card0/device/vendor diff --git a/tests/data/intel/cometlake/card0/gt_RP0_freq_mhz b/tests/snapshots/intel/cometlake/card0/gt_RP0_freq_mhz similarity index 100% rename from tests/data/intel/cometlake/card0/gt_RP0_freq_mhz rename to tests/snapshots/intel/cometlake/card0/gt_RP0_freq_mhz diff --git a/tests/data/intel/cometlake/card0/gt_RP1_freq_mhz b/tests/snapshots/intel/cometlake/card0/gt_RP1_freq_mhz similarity index 100% rename from tests/data/intel/cometlake/card0/gt_RP1_freq_mhz rename to tests/snapshots/intel/cometlake/card0/gt_RP1_freq_mhz diff --git a/tests/data/intel/cometlake/card0/gt_RPn_freq_mhz b/tests/snapshots/intel/cometlake/card0/gt_RPn_freq_mhz similarity index 100% rename from tests/data/intel/cometlake/card0/gt_RPn_freq_mhz rename to tests/snapshots/intel/cometlake/card0/gt_RPn_freq_mhz diff --git a/tests/data/intel/cometlake/card0/gt_act_freq_mhz b/tests/snapshots/intel/cometlake/card0/gt_act_freq_mhz similarity index 100% rename from tests/data/intel/cometlake/card0/gt_act_freq_mhz rename to tests/snapshots/intel/cometlake/card0/gt_act_freq_mhz diff --git a/tests/data/intel/cometlake/card0/gt_boost_freq_mhz b/tests/snapshots/intel/cometlake/card0/gt_boost_freq_mhz similarity index 100% rename from tests/data/intel/cometlake/card0/gt_boost_freq_mhz rename to tests/snapshots/intel/cometlake/card0/gt_boost_freq_mhz diff --git a/tests/data/intel/cometlake/card0/gt_cur_freq_mhz b/tests/snapshots/intel/cometlake/card0/gt_cur_freq_mhz similarity index 100% rename from tests/data/intel/cometlake/card0/gt_cur_freq_mhz rename to tests/snapshots/intel/cometlake/card0/gt_cur_freq_mhz diff --git a/tests/data/intel/cometlake/card0/gt_max_freq_mhz b/tests/snapshots/intel/cometlake/card0/gt_max_freq_mhz similarity index 100% rename from tests/data/intel/cometlake/card0/gt_max_freq_mhz rename to tests/snapshots/intel/cometlake/card0/gt_max_freq_mhz diff --git a/tests/data/intel/cometlake/card0/gt_min_freq_mhz b/tests/snapshots/intel/cometlake/card0/gt_min_freq_mhz similarity index 100% rename from tests/data/intel/cometlake/card0/gt_min_freq_mhz rename to tests/snapshots/intel/cometlake/card0/gt_min_freq_mhz diff --git a/tests/data/intel/cometlake/card0/uevent b/tests/snapshots/intel/cometlake/card0/uevent similarity index 100% rename from tests/data/intel/cometlake/card0/uevent rename to tests/snapshots/intel/cometlake/card0/uevent diff --git a/tests/data/intel/tigerlake/card0/device/current_link_speed b/tests/snapshots/intel/tigerlake/card0/device/current_link_speed similarity index 100% rename from tests/data/intel/tigerlake/card0/device/current_link_speed rename to tests/snapshots/intel/tigerlake/card0/device/current_link_speed diff --git a/tests/data/intel/tigerlake/card0/device/current_link_width b/tests/snapshots/intel/tigerlake/card0/device/current_link_width similarity index 100% rename from tests/data/intel/tigerlake/card0/device/current_link_width rename to tests/snapshots/intel/tigerlake/card0/device/current_link_width diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/job_timeout_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/preempt_timeout_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/bcs/timeslice_duration_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/job_timeout_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/preempt_timeout_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/rcs/timeslice_duration_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/job_timeout_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/job_timeout_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/preempt_timeout_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vcs/timeslice_duration_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/job_timeout_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/preempt_timeout_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/.defaults/timeslice_duration_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/job_timeout_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/preempt_timeout_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_max b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_max similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_max rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_max diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_min b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_min similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_min rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_min diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_us b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_us similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_us rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/engines/vecs/timeslice_duration_us diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/act_freq b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/act_freq similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/act_freq rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/act_freq diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/cur_freq b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/cur_freq similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/cur_freq rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/cur_freq diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/max_freq b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/max_freq similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/max_freq rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/max_freq diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/min_freq b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/min_freq similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/min_freq rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/min_freq diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/rp0_freq b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/rp0_freq similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/rp0_freq rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/rp0_freq diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/rpe_freq b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/rpe_freq similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/rpe_freq rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/rpe_freq diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/rpn_freq b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/rpn_freq similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/rpn_freq rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/rpn_freq diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl1 b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl1 similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl1 rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl1 diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl2 b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl2 similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl2 rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl2 diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl4 b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl4 similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl4 rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_pl4 diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_prochot b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_prochot similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_prochot rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_prochot diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_ratl b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_ratl similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_ratl rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_ratl diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_thermal b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_thermal similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_thermal rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_thermal diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_vr_tdc b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_vr_tdc similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_vr_tdc rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_vr_tdc diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_vr_thermalert b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_vr_thermalert similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_vr_thermalert rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/reason_vr_thermalert diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/status b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/status similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/status rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/freq0/throttle/status diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/gtidle/idle_residency_ms b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/gtidle/idle_residency_ms similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/gtidle/idle_residency_ms rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/gtidle/idle_residency_ms diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/gtidle/idle_status b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/gtidle/idle_status similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/gtidle/idle_status rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/gtidle/idle_status diff --git a/tests/data/intel/tigerlake/card0/device/tile0/gt0/gtidle/name b/tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/gtidle/name similarity index 100% rename from tests/data/intel/tigerlake/card0/device/tile0/gt0/gtidle/name rename to tests/snapshots/intel/tigerlake/card0/device/tile0/gt0/gtidle/name diff --git a/tests/data/intel/tigerlake/card0/device/uevent b/tests/snapshots/intel/tigerlake/card0/device/uevent similarity index 100% rename from tests/data/intel/tigerlake/card0/device/uevent rename to tests/snapshots/intel/tigerlake/card0/device/uevent diff --git a/tests/data/intel/tigerlake/card0/device/vendor b/tests/snapshots/intel/tigerlake/card0/device/vendor similarity index 100% rename from tests/data/intel/tigerlake/card0/device/vendor rename to tests/snapshots/intel/tigerlake/card0/device/vendor diff --git a/tests/data/nvidia/rtx4080/card1/device/current_link_speed b/tests/snapshots/nvidia/rtx4080/card1/device/current_link_speed similarity index 100% rename from tests/data/nvidia/rtx4080/card1/device/current_link_speed rename to tests/snapshots/nvidia/rtx4080/card1/device/current_link_speed diff --git a/tests/data/nvidia/rtx4080/card1/device/current_link_width b/tests/snapshots/nvidia/rtx4080/card1/device/current_link_width similarity index 100% rename from tests/data/nvidia/rtx4080/card1/device/current_link_width rename to tests/snapshots/nvidia/rtx4080/card1/device/current_link_width diff --git a/tests/data/nvidia/rtx4080/card1/device/uevent b/tests/snapshots/nvidia/rtx4080/card1/device/uevent similarity index 100% rename from tests/data/nvidia/rtx4080/card1/device/uevent rename to tests/snapshots/nvidia/rtx4080/card1/device/uevent diff --git a/tests/data/nvidia/rtx4080/card1/device/vendor b/tests/snapshots/nvidia/rtx4080/card1/device/vendor similarity index 100% rename from tests/data/nvidia/rtx4080/card1/device/vendor rename to tests/snapshots/nvidia/rtx4080/card1/device/vendor diff --git a/tests/data/pci.ids b/tests/snapshots/pci.ids similarity index 100% rename from tests/data/pci.ids rename to tests/snapshots/pci.ids