]
Lucas Ponce commented on SWSQE-421:
-----------------------------------
I am using a file for local testing that can help to validate the scenarios we can cover.
I attach it to the JIRA.
Kiali Test Mesh support for ReplicationControllers and
DeploymentConfig
-----------------------------------------------------------------------
Key: SWSQE-421
URL:
https://issues.jboss.org/browse/SWSQE-421
Project: Kiali QE
Issue Type: Dev Task
Reporter: Lucas Ponce
Assignee: Guilherme Baufaker RĂªgo
Related to KIALI-1284, Kiali will support several types for deployments.
Currently, only Deployment objects are fully supported on list pages.
Also, to sync with the current OpenShift Web Console, we plan to support: Deployment,
ReplicaSet, ReplicationController and DeploymentConfig (this one is not a kubernetes
object, but only OpenShift one).
So, in order to help in the testing, Kiali Test Mesh could add these new types:
ReplicationController and DeploymentConfig to deploy a test scenario that we can use for
our testing.
I.e.
{code}
DEPLOYMENT_TYPE=ReplicationController NUM_SERVICES=2 NUM_VERSIONS=2 make
openshift-deploy-kiali-test-circle
DEPLOYMENT_TYPE=DeploymentConfig NUM_SERVICES=2 NUM_VERSIONS=2 make
openshift-deploy-kiali-test-circle
{code}