TestHarness is a Python module designed to test drivers and such across a range of VMs managed by either Hyper-V or VMWare. It is primarily designed to run on Windows and with Windows VMs.
To install the TestHarness module, you can use the following command:
pip install .
Make sure to run this command in the root directory of the project where the setup.py file is located.
Once installed, you can run the TestHarness module from the command line:
python -m TestHarness <path/to/config.json>
This will execute the main functionality defined in the testharness/__main__.py file.
If you would like to contribute to the TestHarness project, please fork the repository and submit a pull request.
This project is licensed under the MIT License.