Home
last modified time | relevance | path

Searched refs:boot_config_path (Results 1 – 1 of 1) sorted by relevance

/DADK/dadk-config/tests/
H A Dtest_boot_config.rs13 let boot_config_path = ctx.templates_dir().join(BOOT_CONFIG_FILE_NAME); in test_load_boot_config_template() localVariable
14 assert_eq!(boot_config_path.exists(), true); in test_load_boot_config_template()
15 assert_eq!(boot_config_path.is_file(), true); in test_load_boot_config_template()
16 let _manifest = BootConfigFile::load(&boot_config_path).expect("Failed to load boot config"); in test_load_boot_config_template()