-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add testing for reconcile function. (#202)
* Add testing for reconcile function. * (M) rib/reconciler/*.go - Refactor to change return type to ReconcileOps that can be fed to another function that owns the client. - Make Ops publicly accessible. - Add unit testing for Reconcile function. - Add tests against a hanging gRIBI server. * Tidy go.mod. * Remove additional argument.
- Loading branch information
Showing
5 changed files
with
479 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.