diff options
Diffstat (limited to 'test/test_vxlan_gpe.py')
-rw-r--r-- | test/test_vxlan_gpe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vxlan_gpe.py b/test/test_vxlan_gpe.py index 40975bf16f3..762e0709f13 100644 --- a/test/test_vxlan_gpe.py +++ b/test/test_vxlan_gpe.py @@ -72,7 +72,7 @@ class TestVxlanGpe(BridgeDomain, VppTestCase): # could be arbitrary. self.assertEqual(pkt[UDP].dport, type(self).dport) # Verify VNI - self.assertEqual(pkt[VXLAN].VNI, vni) + self.assertEqual(pkt[VXLAN].vni, vni) def test_decap(self): """ Decapsulation test |