build: install generated api enum and type headers
[vpp.git] / test / test_l2xc_multi_instance.py
index f7cffa3..061656a 100644 (file)
@@ -141,7 +141,7 @@ class TestL2xcMultiInst(VppTestCase):
         :param int count: Number of hosts to create MAC/IPv4 addresses for.
         """
         n_int = len(cls.pg_interfaces)
-        macs_per_if = count / n_int
+        macs_per_if = count // n_int
         i = -1
         for pg_if in cls.pg_interfaces:
             i += 1