-
Bug
-
Resolution: Done
-
Major
-
FIS 2.0
-
<fabric8.version>2.2.0.redhat-000026</fabric8.version>
-
User Experience
-
FIS 2.0 Sprint 7
Having a fabric8-arquillian test project with 2 deployments, calling
assertThat(client).deployments().pods().isPodReadyForPeriod();
fails with
java.lang.AssertionError: [No pod selection kinds found on the classpath such as Deployment, DeploymentConfig, ReplicaSet, ReplicationController]
Expected size:<1> but was:<2> in:
<[io.fabric8.kubernetes.assertions.DeploymentConfigPodsAssert@1,
io.fabric8.kubernetes.assertions.DeploymentConfigPodsAssert@1]>
at io.fabric8.kubernetes.assertions.KubernetesAssert.deployments(KubernetesAssert.java:96)
at com.redhat.xpaas.qe.KubernetesIntegrationKT.testAppProvisionsRunningPods(KubernetesIntegrationKT.java:35)