Test, csc restore do not work properly #2567
Labels
complexity:easy
Something that requires less than a day to fix
kind:bug
Something isn't working
topic:tests
What's not tested may be broken
Component:
'tests'
What happened:
During CSC test we change the number of replicas (and other stuff) to test the change apply properly and after we restore initial state, but the restore only restore the CSC config map and not the real k8s object.
E.g.: After csc test for Dex we have a clean CM but still have replicas set to 3 in the deployment
What was expected:
Restoring properly the k8s object in our test
Steps to reproduce
Run CSC test
Resolution proposal (optional):
Call the salt state during restore_csc in pytest
The text was updated successfully, but these errors were encountered: