Skip to content

Commit a55db77

Browse files
authored
Update TestManager.py for removing frontpanel and hdcpprofile dependencies to execute testcases standalone (#68)
1 parent 7a54d8c commit a55db77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Tests/L2HALMockTests/Test_Framework/TestManager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
import time
2626
sys.path.append("../TestCases")
2727
from HdmiCecSource import CecUtils
28-
from FrontPanel import FPUtils
29-
from HDCPProfile import HdcpUtils
3028
from Utilities import Utils, ReportGenerator
3129

3230
sys.path.append("Utilities")

0 commit comments

Comments
 (0)