From: Paul Vinciguerra Date: Thu, 28 Mar 2019 20:07:00 +0000 (-0700) Subject: tests: test/vpp_l2.py fix missing name. X-Git-Tag: v19.04-rc1~87 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=95c0ca42f2d02e7562775f7c1e6535a586a26186;hp=95c0ca42f2d02e7562775f7c1e6535a586a26186;p=vpp.git tests: test/vpp_l2.py fix missing name. test/vpp_l2.py:213:26: F821 undefined name 'L2_VTR_OP' self.itf.set_vtr(L2_VTR_OP.L2_DISABLED) Move L2_VTR_OP enum to vpp_sub_interface.py where the VTR code is found. Change-Id: I9eb9a3a2c679813c221ce1d0c4fa8aac6076c443 Signed-off-by: Paul Vinciguerra ---