From 11c21c201ca862775904df2c6cbff214ca3925e0 Mon Sep 17 00:00:00 2001 From: Xin Wang Date: Tue, 14 Jul 2020 03:12:08 +0000 Subject: [PATCH] Fix the import issue in pfc_asym.py Signed-off-by: Xin Wang --- tests/common/fixtures/pfc_asym.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common/fixtures/pfc_asym.py b/tests/common/fixtures/pfc_asym.py index cd017e76994..648987ea416 100755 --- a/tests/common/fixtures/pfc_asym.py +++ b/tests/common/fixtures/pfc_asym.py @@ -3,7 +3,7 @@ import time from netaddr import IPAddress -from common.helpers.generators import generate_ips +from tests.common.helpers.generators import generate_ips PFC_GEN_FILE = "pfc_gen.py"