优化代码bug

Signed-off-by: deveco_xdevice <liguangjie1@huawei.com>
This commit is contained in:
deveco_xdevice 2023-08-22 19:20:01 +08:00
parent 05d39fc28d
commit 78c8471bd7
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,6 @@ class HostDrivenTestType(object):
HostDrivenType enumeration
"""
device_test = "DeviceTest"
device_testsuite = "DeviceTestSuite"
windows_test = "WindowsTest"

View File

@ -24,7 +24,7 @@ __all__ = ["DeviceOsType", "ProductForm", "TestType", "TestExecType",
"TEST_DRIVER_SET", "LogType", "CKit",
"DeviceLabelType", "GTestConst", "ManagerType",
"ModeType", "ConfigConst", "FilePermission", "CommonParserType",
"DeviceConnectorType"]
"DeviceConnectorType", "AdvanceDeviceOption"]
@dataclass
@ -142,6 +142,7 @@ class HostDrivenTestType(object):
HostDrivenType enumeration
"""
device_test = "DeviceTest"
device_testsuite = "DeviceTestSuite"
windows_test = "WindowsTest"
app_test = "AppTest"