Skip to content

Jack-McDowell/TestHarness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestHarness Project

Overview

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.

Installation

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.

Usage

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.

Contributing

If you would like to contribute to the TestHarness project, please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

A test harness that runs a series of test steps across a set of VMs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages