зеркало из https://github.com/microsoft/lisa.git
The previous ping package did not support the -O option
The new ping package does support the -O option
This commit is contained in:
Родитель
7ddb7a251d
Коммит
ab716fbdc7
|
@ -28,7 +28,7 @@ class Ping(Tool):
|
|||
|
||||
def install(self) -> bool:
|
||||
if isinstance(self.node.os, Debian):
|
||||
package_name = "inetutils-ping"
|
||||
package_name = "iputils-ping"
|
||||
else:
|
||||
raise UnsupportedDistroException(self.node.os)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче