Skip to content

Commit bdfccde

Browse files
committed
Rename to stackhpc-cloud-tests
1 parent e9c371f commit bdfccde

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

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.1.0
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 = [email protected]
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 =

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

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

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

2525

2626
@pytest.fixture
File renamed without changes.

0 commit comments

Comments
 (0)