Răsfoiți Sursa

tests: fix expected test output

A previous commit enabled flowtable counters without properly adjusting
the testcase output.

Fixes: 04a06bd ("fw4: enable flowtable counters")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Jo-Philipp Wich 1 an în urmă
părinte
comite
23a434d0d1
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      tests/01_configuration/01_ruleset

+ 1 - 0
tests/01_configuration/01_ruleset

@@ -27,6 +27,7 @@ table inet fw4 {
 	flowtable ft {
 		hook ingress priority 0;
 		devices = { "eth0", "eth1" };
+		counter;
 		flags offload;
 	}