Skip to content

Install Tools

The opentf-tools package contains a set of tools that facilitate the configuration and administration of the OpenTestFactory’s runtime environment.

It requires Python 3.8 or higher.

pip install --upgrade opentf-tools

Tip

The above command will install the most recent version of the package. If you want to install a specific version you can use the following command:

pip install opentf-tools==0.42.0

The list of available versions is on PyPI.

opentf-ctl

The OpenTestFactory command-line tool, opentf-ctl, allows you to run commands against OpenTestFactory orchestrators.

opentf-ready

This tool waits until the orchestrator is ready to accept workflows.

opentf-done

This tool waits until the orchestrator service is idle. It can safely be stopped when idle.