2.45. test_kubeproxy module

class test_kubeproxy.TestKP(methodName='runTest')

Bases: framework.VppTestCase

Kube-proxy Test Case

checkCapture(nat4, isv4)
checkInner(udp)
generatePackets(src_if, isv4)
getIPv4Flow(id)
getIPv6Flow(id)
classmethod setUpClass()

Perform class setup before running the testcase Remove shared memory files, start vpp and connect the vpp-api

tearDown()

Show various debug prints after each test

test_kp_ip4_nat4()

Kube-proxy NAT44

test_kp_ip4_nat6(**kwargs)

Kube-proxy NAT46

test_kp_ip6_nat4(**kwargs)

Kube-proxy NAT64

test_kp_ip6_nat6(**kwargs)

Kube-proxy NAT66