Skip to content

Commit 61d08fb

Browse files
committed
minor formatting edits
1 parent 240e4e4 commit 61d08fb

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

reference/tools/zombienet.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Kubernetes is compatible with [GKE](https://cloud.google.com/kubernetes-engine){
121121

122122
### Podman
123123

124-
Podman is a daemonless container engine that works on Linux-based systems. Zombienet supports Podman rootless as a provider.
124+
Podman is a daemonless container engine for Linux. Zombienet supports Podman rootless as a provider.
125125

126126
- **Requirements**: Install [Podman](https://podman.io/getting-started/installation){target=\_blank} on Linux.
127127

@@ -133,21 +133,21 @@ The native provider runs nodes as local processes on your machine.
133133

134134
- **Requirements**: Have the necessary binaries (`polkadot`, `polkadot-parachain`) in your PATH. Install them using:
135135

136-
```bash
137-
zombienet setup polkadot polkadot-parachain
138-
```
136+
```bash
137+
zombienet setup polkadot polkadot-parachain
138+
```
139139

140-
For custom binaries, specify the path in your configuration or add them to your PATH:
140+
For custom binaries, specify the path in your configuration or add them to your PATH:
141141

142-
```bash
143-
export PATH=$PATH:INSERT_PATH_TO_BINARY
144-
```
142+
```bash
143+
export PATH=$PATH:INSERT_PATH_TO_BINARY
144+
```
145145

146146
- **Features**: No additional monitoring features.
147147

148148
## Configure Zombienet
149149

150-
Zombienet uses configuration files in JSON or TOML format to define network topology, nodes, and parameters. The [Zombienet repository](https://github.com/paritytech/zombienet/tree/main/examples){target=\_blank} provides example configurations.
150+
Zombienet uses JSON or TOML configuration files to define network topology, nodes, and parameters. The [Zombienet repository](https://github.com/paritytech/zombienet/tree/main/examples){target=\_blank} provides example configurations.
151151

152152
### Basic Configuration
153153

@@ -254,11 +254,11 @@ Access the running nodes via the provided RPC endpoints (typically `ws://127.0.0
254254

255255
Zombienet provides a Domain Specific Language (DSL) for writing tests in `.zndsl` files. Tests can evaluate:
256256

257-
- Metrics from Prometheus.
258-
- Log patterns.
259-
- System events.
260-
- On-chain storage.
261-
- Custom JavaScript/TypeScript scripts.
257+
- Metrics from Prometheus
258+
- Log patterns
259+
- System events
260+
- On-chain storage
261+
- Custom JavaScript/TypeScript scripts
262262

263263
### Test File Structure
264264

@@ -290,19 +290,19 @@ The test runner will execute each assertion and report pass/fail status.
290290

291291
Some frequently used assertions include:
292292

293-
- **Well-known functions**: `alice: is up`, `alice: parachain 100 is registered within 225 seconds`.
294-
- **Metrics**: `alice: reports node_roles is 4`.
295-
- **Logs**: `alice: log line matches glob "Imported #1" within 10 seconds`.
296-
- **System events**: `alice: system event matches ""paraId":[0-9]+" within 10 seconds`.
297-
- **Custom scripts**: `alice: js-script ./script.js return is greater than 1 within 200 seconds`.
293+
- **Well-known functions**: `alice: is up`, `alice: parachain 100 is registered within 225 seconds`
294+
- **Metrics**: `alice: reports node_roles is 4`
295+
- **Logs**: `alice: log line matches glob "Imported #1" within 10 seconds`
296+
- **System events**: `alice: system event matches ""paraId":[0-9]+" within 10 seconds`
297+
- **Custom scripts**: `alice: js-script ./script.js return is greater than 1 within 200 seconds`
298298

299299
## Configuration Reference
300300

301301
For detailed configuration options, see:
302302

303-
- [Configuration examples](https://github.com/paritytech/zombienet/tree/main/examples){target=\_blank} - Sample configurations for various scenarios.
304-
- [Testing DSL specification](https://paritytech.github.io/zombienet/cli/test-dsl-definition-spec.html){target=\_blank} - Complete DSL syntax reference.
305-
- [Zombienet book](https://paritytech.github.io/zombienet/){target=\_blank} - Comprehensive documentation.
303+
- [Configuration examples](https://github.com/paritytech/zombienet/tree/main/examples){target=\_blank}: Sample configurations for various scenarios.
304+
- [Testing DSL specification](https://paritytech.github.io/zombienet/cli/test-dsl-definition-spec.html){target=\_blank}: Complete DSL syntax reference.
305+
- [Zombienet book](https://paritytech.github.io/zombienet/){target=\_blank}: Comprehensive documentation.
306306

307307
## Where to Go Next
308308

0 commit comments

Comments
 (0)