-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: FIS 2.0
-
Fix Version/s: FIS 2.0
-
Component/s: FIS-Fabric8
-
Labels:
-
Environment:
<fabric8.version>2.2.0.redhat-000026</fabric8.version>
-
Sprint: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)
|