autotest-client-tests
                                
                                 autotest-client-tests copied to clipboard
                                
                                    autotest-client-tests copied to clipboard
                            
                            
                            
                        Autotest client tests
========================= Client tests for autotest
This is where we develop the majority of the available test modules for autotest. The exception being the larger, more complex tests, such as the virt test project:
https://github.com/autotest/virt-test
And the autotest-docker project:
https://github.com/autotest/autotest-docker
Really quick start guide
- Fork this repo on github
- Create a new topic branch for your work
- Make sure you have inspektor installed. <https://github.com/autotest/inspektor#inspektor>_
- Run:
::
inspekt lint
inspekt style
- Fix any problems
- Push your changes and submit a pull request
- That's it.