Skip to content

Commit 42ee9f0

Browse files
committed
Merge branch 'opensearch-dashboards-grafana' into docker-selinux
2 parents b1f1735 + 56688ee commit 42ee9f0

File tree

9 files changed

+12
-11
lines changed

9 files changed

+12
-11
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @stackhpc/kayobe

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# StackHPC OpenStack Tests
1+
# StackHPC Cloud Tests
22

3-
Automated testing for StackHPC OpenStack.
3+
Automated testing for StackHPC OpenStack Clouds.
44

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

@@ -19,7 +19,7 @@ Create a virtual environment.
1919
python3 -m venv venv
2020
```
2121

22-
Install stackhpc-openstack-tests and its dependencies.
22+
Install stackhpc-cloud-tests and its dependencies.
2323

2424
```sh
2525
venv/bin/pip install <path/to/repo> -r <path/to/repo>/requirements.txt
@@ -30,11 +30,11 @@ venv/bin/pip install <path/to/repo> -r <path/to/repo>/requirements.txt
3030
Run all tests provided.
3131

3232
```sh
33-
py.test --pyargs stackhpc_openstack_tests
33+
py.test --pyargs stackhpc_cloud_tests
3434
```
3535

3636
Or run tests from a specific submodule.
3737

3838
```sh
39-
py.test --pyargs stackhpc_openstack_tests.test_prometheus
39+
py.test --pyargs stackhpc_cloud_tests.test_prometheus
4040
```

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[metadata]
2-
name = stackhpc-openstack-tests
3-
version = 0.0.2
4-
summary = Automated testing for StackHPC OpenStack
2+
name = stackhpc-cloud-tests
3+
version = 0.2.0
4+
summary = Automated testing for StackHPC OpenStack Clouds
55
description-file = README.md
66
author = Mark Goddard
77
author-email = mark@stackhpc.com
8-
url = https://github.com/stackhpc/stackhpc-openstack-tests
8+
url = https://github.com/stackhpc/stackhpc-cloud-tests
99
python-requires = >=3.6
1010
classifier =
1111
Environment :: OpenStack
@@ -26,7 +26,7 @@ classifier =
2626

2727
[files]
2828
packages =
29-
stackhpc_openstack_tests
29+
stackhpc_cloud_tests
3030

3131
[options]
3232
install_requires =
File renamed without changes.
File renamed without changes.
File renamed without changes.

stackhpc_openstack_tests/monitoring/test_opensearch.py renamed to stackhpc_cloud_tests/monitoring/test_opensearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import pytest
2121
import requests
2222

23-
from stackhpc_openstack_tests import utils
23+
from stackhpc_cloud_tests import utils
2424

2525

2626
@pytest.fixture
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)