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.
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.