Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions src/platform_profile_tests.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//! Headless acceptance tests for IP22/IP24 profile wiring, XZ, and IMPACT stubs.
//!
//! These run in `cargo test --lib` without booting the guest. When
//! `irix-install/scsi1.raw` is present, use `iris-indigo2-smoke-ci.toml` for
//! live boot checks (monitor on 127.0.0.1:8888; CI serial is channel B / IRIX).
//! These run in `cargo test --lib` without booting the guest. For live boot
//! checks, point `iris-indigo2-smoke-ci.toml` at a local IRIX root disk (raw or
//! CHD; monitor on 127.0.0.1:8888; CI serial is channel B / IRIX).

#[cfg(test)]
mod tests {
Expand All @@ -25,15 +25,6 @@ mod tests {
cfg
}

#[test]
fn irix_install_scsi_disk_present() {
let path = concat!(env!("CARGO_MANIFEST_DIR"), "/irix-install/scsi1.raw");
assert!(
std::path::Path::new(path).exists(),
"irix-install/scsi1.raw — IRIX root disk for smoke/CI configs"
);
}

#[test]
fn indigo2_smoke_ci_toml_parses_and_validates() {
let path = concat!(
Expand Down
Loading