create a migration plan and migrate the crontab job from source cluster to target cluster with quiescePods: true option.
To check if the migration complete successfully.
To check if the cronjob on source cluster goes toSUSPENDstage.
Due to the framework of current ansible automation tool just support below test process
Deploy test data in source cluster then do some check against source cluster
Migrate test data from source cluster to target cluster, then do some check against target cluster.
So CAN NOT achieve the 4th check step in current framework.
The code in this PR has covered the first 3 steps of test logic of ocp-25022. Due to can not cover all test logic, so suspend current PR until finding out better solution.
Auto test case for ocp-25022
The logic of this test are:
quiescePods: true
option.SUSPEND
stage.Due to the framework of current ansible automation tool just support below test process
So CAN NOT achieve the 4th check step in current framework.
The code in this PR has covered the first 3 steps of test logic of ocp-25022. Due to can not cover all test logic, so suspend current PR until finding out better solution.