Commit 7845b415 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Forecaster:

- Cleaned up tests/data/README.md
parent 8b6f5edd
Loading
Loading
Loading
Loading
+0 −10
Original line number Original line Diff line number Diff line
@@ -30,14 +30,4 @@ source tfs_runtime_env_vars.sh
python src/forecaster/tests/data/inject_samples.py
python src/forecaster/tests/data/inject_samples.py
```
```


- Start wireshark capture:
```bash
tshark -i any -f "tcp port not 22 and tcp port not 16443" -w capture.pcap
```

- Onboard the service descriptor `service.json` through the WebUI.
- Onboard the service descriptor `service.json` through the WebUI.

- Wireshark display filter:
```
(ip.addr==10.152.183.0/24 or ip.addr==10.0.2.10) and tcp.port!=443 and tcp.port!=26257 and tcp.port!=3000 and tcp.port!=9990 and tcp.port!=8089 and tcp.port!=16443 and tcp.port!=10250 and tcp.port!=10254 and tcp.port!=4191 and tcp.port!=9090 and tcp.port!=9994 and tcp.port!=9995 and tcp.port!=9996 and tcp.port!=9997 and tcp.port!=9998 and tcp.port!=4443 and tcp.port!=8181
```