You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,16 @@ Config:
159
159
- grace_period: 1800s # how long to wait for health checks to pass before marking the test as failed
160
160
```
161
161
162
+
#### IOLatency
163
+
Config:
164
+
```yaml
165
+
- grace_period: 1800s # how long to wait for health checks to pass before marking the test as failed
166
+
delay: 1000ms # how long the i/o delay should be
167
+
duration: 1m # how long the fault should last
168
+
percent: 50 # the percentage of i/o requests impacted.
169
+
```
170
+
171
+
162
172
## Running test suites
163
173
164
174
Once you've got your configuration set up, you can run Attacknet:
@@ -175,6 +185,14 @@ At this time, health checks will be run in perpetuity once the fault has conclud
175
185
**Dec 15, 2023 version v0.1 (internal)**
176
186
- Initial internal release
177
187
188
+
**Jan 11, 2023 version v0.2 (internal)**
189
+
- Updated to kurtosis v0.86.1
190
+
- Updated to Go 1.21
191
+
- Grafana port-forwarding has been temporarily disabled
192
+
- Introduces multi-step tests. This allows multiple faults and other actions to be composed into a single test.
193
+
- Introduces the suite planner. The suite planner allows the user to define a set of testing criteria/dimensions, which the planner turns into a suite containing multiple tests.
194
+
- Successful & failed test suites now emit test artifacts summarizing the results of the test.
0 commit comments