MCPcopy Create free account
hub / github.com/FDio/vpp / setUp

Method setUp

test/test_linux_cp.py:366–371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

364 ]
365
366 def setUp(self):
367 super(TestLinuxCPIpsec, self).setUp()
368
369 self.tun_if = self.pg0
370 self.pg_interfaces += self.create_pg_ip4_interfaces(range(3, 4))
371 self.pg_interfaces += self.create_pg_ip6_interfaces(range(4, 5))
372
373 def tearDown(self):
374 super(TestLinuxCPIpsec, self).tearDown()

Callers

nothing calls this directly

Calls 3

setUpMethod · 0.45

Tested by

no test coverage detected