diff --git a/doc/how-to-test.md b/doc/how-to-test.md index 22b358a..40727fb 100644 --- a/doc/how-to-test.md +++ b/doc/how-to-test.md @@ -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`