X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_qos.py;fp=test%2Ftest_qos.py;h=49165502bd701aec0624b9e0f7eebe630e52ac74;hb=c0a93143412b4be7bba087bf633855aeeaee7c56;hp=76fa8a11b6ee9c17818e94cc2a46b0854214b1c3;hpb=0d8cbc1b1503b633fd024e498e7664b489841075;p=vpp.git diff --git a/test/test_qos.py b/test/test_qos.py index 76fa8a11b6e..49165502bd7 100644 --- a/test/test_qos.py +++ b/test/test_qos.py @@ -5,8 +5,9 @@ import unittest from framework import VppTestCase, VppTestRunner from vpp_papi_provider import QOS_SOURCE from vpp_sub_interface import VppDot1QSubint +from vpp_ip import DpoProto from vpp_ip_route import VppIpRoute, VppRoutePath, VppMplsRoute, \ - VppMplsLabel, VppMplsTable, DpoProto + VppMplsLabel, VppMplsTable from scapy.packet import Raw from scapy.layers.l2 import Ether, Dot1Q