Skip to content
Snippets Groups Projects
Commit 7845b415 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Forecaster:

- Cleaned up tests/data/README.md
parent 8b6f5edd
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!160Resolve "(CTTC) Forecaster component"
......@@ -30,14 +30,4 @@ source tfs_runtime_env_vars.sh
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.
- 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
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment