Merge pull request #3 from Kamoppl/kamilg/rename_packaging
test-framework: rename packaging file to avoid import problems
This commit is contained in:
commit
fcbce734de
@ -1,5 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Copyright(c) 2022 Intel Corporation
|
# Copyright(c) 2022 Intel Corporation
|
||||||
|
# Copyright(c) 2024 Huawei Technologies Co., Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -11,7 +12,7 @@ from core.test_run import TestRun
|
|||||||
from test_utils.output import CmdException
|
from test_utils.output import CmdException
|
||||||
|
|
||||||
|
|
||||||
class RpmSet():
|
class RpmSet:
|
||||||
def __init__(self, packages_paths: list):
|
def __init__(self, packages_paths: list):
|
||||||
self.packages = packages_paths
|
self.packages = packages_paths
|
||||||
|
|
||||||
@ -66,7 +67,7 @@ class RpmSet():
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
class DebSet():
|
class DebSet:
|
||||||
def __init__(self, packages_paths: list):
|
def __init__(self, packages_paths: list):
|
||||||
self.packages = packages_paths
|
self.packages = packages_paths
|
||||||
|
|
Loading…
Reference in New Issue
Block a user