Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 678 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 678 Bytes

StackHPC Cloud Tests

Automated testing for StackHPC OpenStack Clouds.

Provides test coverage of various aspects of OpenStack and related services, including:

  • OpenSearch
  • Prometheus

Tests are written using pytest.

Installation

Clone this repository.

Create a virtual environment.

python3 -m venv venv

Install stackhpc-cloud-tests and its dependencies.

venv/bin/pip install <path/to/repo> -r <path/to/repo>/requirements.txt

Usage

Run all tests provided.

py.test --pyargs stackhpc_cloud_tests

Or run tests from a specific submodule.

py.test --pyargs stackhpc_cloud_tests.test_prometheus