Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 12, 2024
1 parent 9951d34 commit dfd7276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/how-to-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
5. Enable uplink rule using `curl -X PATCH http://[fd00::2:8000:0:3]:8080/rules/{UUID}/enable` (replace `{UUID}` with rule's UUID) ; edges are pre-configured with downlink path to your UE.
6. `make t/ue1` and `ping 10.4.0.1`
7. `make t/s0`/`make t/s1` and `tshark -i any`
8. Enable new uplink rule & disable old uplink rule using `curl -X PATCH http://[fd00::2:8000:0:3]:8080/rules/{UUID}/enable && curl -X PATCH http://[fd00::2:8000:0:3]:8080/rules/{UUID}/disable`` (replace `{UUID}` with rule's UUID).
8. Enable new uplink rule & disable old uplink rule using `curl -X PATCH http://[fd00::2:8000:0:3]:8080/rules/{UUID}/enable && curl -X PATCH http://[fd00::2:8000:0:3]:8080/rules/{UUID}/disable` (replace `{UUID}` with rule's UUID).
9. When done with the test, `make d`

0 comments on commit dfd7276

Please sign in to comment.