make node as dirty to avoid impacting following cases

This commit is contained in:
Lili Deng 2023-09-29 23:10:29 +08:00 коммит произвёл LiliDeng
Родитель a40340a916
Коммит 2ba776aeab
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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"
)