envtest control plane is insufficient #3
Labels
enhancement
New feature or request
priority/critical
Items critical to be implemented, usually by the next release
priority/medium
Default priority for items
Milestone
Problem description (if applicable)
The envtest control plane only has apiserver and etcd, and so lacks the ability to actually reconcile workloads, such as:
1) The DaemonSet produced by VINO
2) Others?
This code currently waits for the DaemonSet to be reconciled, but in the tests this never happens, so this is blocking unit testing from progressing.
Proposed change
See airshipit/sip#14.
We should follow a consistent approach across sip/vino.
The text was updated successfully, but these errors were encountered: