Skip to content

Commit 9524d75

Browse files
pb8ozulinx86
authored andcommitted
test: move metadata JSON files close to where they are used
The resources directory will be reserved for the artifact building machinery, and these files are only needed while running integration tests. Signed-off-by: Pablo Barbáchano <pablob@amazon.com>
1 parent b9c3a97 commit 9524d75

31 files changed

+15
-21
lines changed

src/vmm/src/cpu_config/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use crate::cpu_config::templates::CustomCpuTemplate;
99
pub fn get_json_template(filename: &str) -> CustomCpuTemplate {
1010
let json_path = [
1111
env!("CARGO_MANIFEST_DIR"),
12-
"../../resources/tests/static_cpu_templates",
12+
"../../tests/data/static_cpu_templates",
1313
filename,
1414
]
1515
.iter()

0 commit comments

Comments
 (0)