зеркало из https://github.com/microsoft/lisa.git
add initialize_package_installation in add_repo method
This commit is contained in:
Родитель
5f6563c930
Коммит
e1d81c9e9a
|
@ -749,6 +749,7 @@ class Debian(Linux):
|
|||
repo_name: Optional[str] = None,
|
||||
keys_location: Optional[List[str]] = None,
|
||||
) -> None:
|
||||
self._initialize_package_installation()
|
||||
if keys_location:
|
||||
for key_location in keys_location:
|
||||
wget = self._node.tools[Wget]
|
||||
|
|
Загрузка…
Ссылка в новой задаче