From 7845b4153c713fbb84a095bb0869c478616205bf Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Thu, 16 Nov 2023 11:55:53 +0000 Subject: [PATCH] Forecaster: - Cleaned up tests/data/README.md --- src/forecaster/tests/data/README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/forecaster/tests/data/README.md b/src/forecaster/tests/data/README.md index 045dd900c..eaf303847 100644 --- a/src/forecaster/tests/data/README.md +++ b/src/forecaster/tests/data/README.md @@ -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 -``` -- GitLab