Searched refs:boot_config_path (Results 1 – 1 of 1) sorted by relevance
13 let boot_config_path = ctx.templates_dir().join(BOOT_CONFIG_FILE_NAME); in test_load_boot_config_template() localVariable14 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()