зеркало из https://github.com/microsoft/lisa.git
make node as dirty to avoid impacting following cases
This commit is contained in:
Родитель
a40340a916
Коммит
2ba776aeab
|
@ -135,6 +135,8 @@ class Dns(TestSuite):
|
|||
timeout=2400,
|
||||
)
|
||||
if result.exit_code != 0:
|
||||
# make node as dirty, so the node will be not used in next test case
|
||||
node.mark_dirty()
|
||||
raise LisaException(
|
||||
"fail to run apt update && unattended-upgrade -d -v"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче