You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Get involved - Contribute to the Check VMware API project
113
125
It is easy to get involved in the project and to contribute!
114
126
* Start using the plugin and if you like what you see, help by spreading the word on blogs and forums.
115
-
* Post your comments and feedback at the bottom of this page
116
-
Sign up at the [op5-users](http://lists.op5.com/mailman/listinfo/op5-users) mailing list to join the conversation and help other users by answering questions. It is here that you can follow the project and contribute your code and bugfixes. (The mailing list is not project specific)
117
-
* If you find a bug you can [report the bug here](https://bugs.op5.com/) or on the mailing list
118
-
* If you miss any documentation or know how to solve an undocumented problem you can contribute with documentation here in the op5 Knowledge Base.
127
+
* If you find a bug you can create a bug report in the issue tracker here on GitHub.
128
+
### Testing
129
+
* Unit tests: This plugin is huge and hard to unit test but if pull requests with unit tests are greatly appreciated.
130
+
* Integration tests: This plugin is equipped with an option of generating tests (--generate_test). Simply run the plugin with this flag appended at the end of your command followed by a filename with the following format:
131
+
132
+
><target>_<command>_<subcommand>_<option>.dat
133
+
For example:
134
+
> host_runtime_maintenance_maintwarn.dat
135
+
So running the plugin from command line with the following will generate the integration test:
0 commit comments