Skip to content

Commit e335b0e

Browse files
andrasbacsaiclaude
andcommitted
chore(e2e): scrub real IPs from harness docstring
Replace the test-bed IPs baked into the doc comment with placeholders. Example-reproducible; no information leak. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 0f3cd6c commit e335b0e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

e2e-tests/src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
//! `#[ignore]` so default `cargo test` skips them. Run with:
55
//!
66
//! ```text
7-
//! BUILDER_HOST=78.47.80.33 \
8-
//! COOLD_ONLY_HOST=159.69.186.231 \
9-
//! BUILDER_MGMT=100.64.0.1 \
10-
//! COOLD_ONLY_MGMT=100.64.0.2 \
11-
//! CENTRAL_HOST=78.47.80.33 \
12-
//! SSH_KEY=~/.ssh/id_ed25519-no-pass \
7+
//! BUILDER_HOST=<host-a> \
8+
//! COOLD_ONLY_HOST=<host-b> \
9+
//! BUILDER_MGMT=<wg0-ip-of-host-a> \
10+
//! COOLD_ONLY_MGMT=<wg0-ip-of-host-b> \
11+
//! CENTRAL_HOST=<central-host> \
12+
//! SSH_KEY=~/.ssh/<key> \
1313
//! cargo test -p e2e-tests -- --ignored --test-threads=1
1414
//! ```
1515
//!

0 commit comments

Comments
 (0)