mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-23 02:26:52 +00:00
kube-proxy: rename iptables unit test to match tested function name.
Signed-off-by: Nadia Pinaeva <n.m.pinaeva@gmail.com>
This commit is contained in:
parent
20bd3dd774
commit
1c7b366182
@ -1364,9 +1364,9 @@ func runPacketFlowTests(t *testing.T, line int, ipt *iptablestest.FakeIPTables,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// This tests tracePackets against static data, just to make sure we match things in the
|
// This tests tracePacket against static data, just to make sure we match things in the
|
||||||
// way we expect to.
|
// way we expect to.
|
||||||
func TestTracePackets(t *testing.T) {
|
func TestTracePacket(t *testing.T) {
|
||||||
rules := dedent.Dedent(`
|
rules := dedent.Dedent(`
|
||||||
*filter
|
*filter
|
||||||
:INPUT - [0:0]
|
:INPUT - [0:0]
|
||||||
|
Loading…
Reference in New Issue
Block a user