canonical / solutions-engineering-automation

Repo for automating tasks for Solutions Engineering Team.
1 stars 5 forks source link

[CI] testing model not exists on crashdump step #91

Open jneo8 opened 1 month ago

jneo8 commented 1 month ago

Found on: https://github.com/canonical/hardware-observer-operator/issues/314

The model will be removed after functional test finish, no matter it's success or failed. The issue is be found on the pytest-operator, we should also check zaza if the issue exists.

The solution for pytest-operator is to apply --keep-models on the arguments so the model will be keeped.