-
Task
-
Resolution: Done
-
Undefined
-
None
-
OSSM 2.4.0
We need to create a test case to test the ticket OSSM-1974: All IOR routes are recreated when changes are made in the SMCP
Test Steps:
| Step | Expected result |
|---|---|
| Setup an smcp 2.4 or higher | The smcp it's deployed correctly |
| Create a higher number of projects or namespaces | The namespaces are created correctly |
| Create an SMMR with all the namespaces on it | The SMMR is created and the namespaces are added to it |
| Create a Gateway in each of those namespaces | Each Gateway is created and they are ready. Note: Store and save the creation time of each route: oc get -o yaml -n istio-system route | egrep '(name: mesh-routes|creationTime)' |
From this we can subdivide the test case on two test cases:
|
|
| Wait for the SMCP to reconcile and check routes creation time | The routes should be have the same time as the original datetime of creation |