File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- # StackHPC OpenStack Tests
1+ # StackHPC Cloud Tests
22
3- Automated testing for StackHPC OpenStack.
3+ Automated testing for StackHPC OpenStack Clouds .
44
55Provides test coverage of various aspects of OpenStack and related services, including:
66
@@ -19,7 +19,7 @@ Create a virtual environment.
1919python3 -m venv venv
2020```
2121
22- Install stackhpc-openstack -tests and its dependencies.
22+ Install stackhpc-cloud -tests and its dependencies.
2323
2424``` sh
2525venv/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
3030Run all tests provided.
3131
3232``` sh
33- py.test --pyargs stackhpc_openstack_tests
33+ py.test --pyargs stackhpc_cloud_tests
3434```
3535
3636Or 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```
Original file line number Diff line number Diff line change 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
55description-file = README.md
66author = Mark Goddard
778- url = https://github.com/stackhpc/stackhpc-openstack -tests
8+ url = https://github.com/stackhpc/stackhpc-cloud -tests
99python-requires = >=3.6
1010classifier =
1111 Environment :: OpenStack
@@ -26,7 +26,7 @@ classifier =
2626
2727[files]
2828packages =
29- stackhpc_openstack_tests
29+ stackhpc_cloud_tests
3030
3131[options]
3232install_requires =
File renamed without changes.
Original file line number Diff line number Diff line change 2020import os
2121import 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.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments