diff --git a/tests/functional/openstackdataplanenodeset_controller_test.go b/tests/functional/openstackdataplanenodeset_controller_test.go index 88671b8d3..dc58f4cf8 100644 --- a/tests/functional/openstackdataplanenodeset_controller_test.go +++ b/tests/functional/openstackdataplanenodeset_controller_test.go @@ -96,5 +96,13 @@ var _ = Describe("Dataplane NodeSet Test", func() { Expect(secret.Data["inventory"]).Should( ContainSubstring("edpm-compute-nodeset")) }) + It("Should set Input ready", func() { + th.ExpectCondition( + dataplaneNodeSetName, + ConditionGetterFunc(DataplaneConditionGetter), + condition.InputReadyCondition, + corev1.ConditionTrue, + ) + }) }) })