mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-22 10:06:15 +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.
|
||||
func TestTracePackets(t *testing.T) {
|
||||
func TestTracePacket(t *testing.T) {
|
||||
rules := dedent.Dedent(`
|
||||
*filter
|
||||
:INPUT - [0:0]
|
||||
|
Loading…
Reference in New Issue
Block a user