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)
commit95c0ca42f2d02e7562775f7c1e6535a586a26186
tree73d1eaa17af6a1315c36d5985b87b320e055ca1a
parent63d3ac6789740d58884aa4f7c91a96f592ae79d7
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 <pvinci@vinciconsulting.com>
test/test_acl_plugin_l2l3.py
test/test_acl_plugin_macip.py
test/test_dvr.py
test/test_gbp.py
test/test_gre.py
test/test_ip4_irb.py
test/test_span.py
test/test_vtr.py
test/vpp_l2.py
test/vpp_papi_provider.py
test/vpp_sub_interface.py