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
2
2
3
- Automated testing for StackHPC OpenStack.
3
+ Automated testing for StackHPC OpenStack Clouds .
4
4
5
5
Provides test coverage of various aspects of OpenStack and related services, including:
6
6
@@ -19,7 +19,7 @@ Create a virtual environment.
19
19
python3 -m venv venv
20
20
```
21
21
22
- Install stackhpc-openstack -tests and its dependencies.
22
+ Install stackhpc-cloud -tests and its dependencies.
23
23
24
24
``` sh
25
25
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
30
30
Run all tests provided.
31
31
32
32
``` sh
33
- py.test --pyargs stackhpc_openstack_tests
33
+ py.test --pyargs stackhpc_cloud_tests
34
34
```
35
35
36
36
Or run tests from a specific submodule.
37
37
38
38
``` sh
39
- py.test --pyargs stackhpc_openstack_tests .test_prometheus
39
+ py.test --pyargs stackhpc_cloud_tests .test_prometheus
40
40
```
Original file line number Diff line number Diff line change 1
1
[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
5
5
description-file = README.md
6
6
author = Mark Goddard
7
7
8
- url = https://github.com/stackhpc/stackhpc-openstack -tests
8
+ url = https://github.com/stackhpc/stackhpc-cloud -tests
9
9
python-requires = >=3.6
10
10
classifier =
11
11
Environment :: OpenStack
@@ -26,7 +26,7 @@ classifier =
26
26
27
27
[files]
28
28
packages =
29
- stackhpc_openstack_tests
29
+ stackhpc_cloud_tests
30
30
31
31
[options]
32
32
install_requires =
File renamed without changes.
Original file line number Diff line number Diff line change 20
20
import os
21
21
import pytest
22
22
23
- from stackhpc_openstack_tests import utils
23
+ from stackhpc_cloud_tests import utils
24
24
25
25
26
26
@pytest .fixture
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments