Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Sep 24, 2024
1 parent 7ec58c5 commit 98bcb5b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions doc/how-to-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
1. `make pull`
2. `make set/dataplane/nextmn-srv6 && make set/nb-ue/1 && make set/nb-edges/2`
3. `make u`
4. `make ctrl` ; In the web browser, look for uplink `srgw` rule `UUID` for your UE
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).
9. When done with the test, `make d`
4. `make t/ue1` and `ping 10.4.0.1`
5. `make t/s0`/`make t/s1` and `tshark -i any -f icmp`
6. `make ctrl` ; In the web browser, look for uplink `srgw` rule `UUID` for your UE
7. 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. When done with the test, `make d`

0 comments on commit 98bcb5b

Please sign in to comment.