tests: test/vpp_l2.py fix missing name. 82/18582/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Thu, 28 Mar 2019 20:07:00 +0000 (13:07 -0700)
committerNeale Ranns <nranns@cisco.com>
Fri, 29 Mar 2019 19:33:33 +0000 (19:33 +0000)
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 <pvinci@vinciconsulting.com>

No differences found