Skip to content

Commit

Permalink
couple more refs
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Aug 7, 2024
1 parent 03d2a2f commit 7506534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 0 additions & 4 deletions docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@
- [Open Thread - Hardware suggestions](./openthread_rcp_nrf_dongle.md)
- [Open Thread - Setting up a Pi as a border router](./openthread_border_router_pi.md)

## Troubleshooting Guides

- [Avahi - Troubleshooting](./troubleshooting_avahi.md)

## Tool Guides

- [chip-tool](./chip_tool_guide.md)
Expand Down
7 changes: 4 additions & 3 deletions docs/testing/integration_test_utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on devices for the purposes of testing.
When using any of these utilities it is important to inject the errors at the
point where they are running through the MOST code that they can.

If the cluster uses the [ClusterLogic](./unit_testing_clusters.md) pattern, this
means injecting errors as close as possible to the driver layer, rather than
catching errors in the server.
If the cluster uses the
[ClusterLogic](../cluster_and_device_type_dev/unit_testing_clusters.md) pattern,
this means injecting errors as close as possible to the driver layer, rather
than catching errors in the server.

## TestEventTriggers

Expand Down

0 comments on commit 7506534

Please sign in to comment.