]
Hayk Hovsepyan reassigned SWSQE-421:
------------------------------------
Assignee: Guilherme Baufaker Rêgo (was: Michael Foley)
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=ReplicaController 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}