diff --git a/otc_metadata/data/documents/ed-sustainability.yaml b/otc_metadata/data/documents/ed-sustainability.yaml new file mode 100644 index 0000000..dd3fe8c --- /dev/null +++ b/otc_metadata/data/documents/ed-sustainability.yaml @@ -0,0 +1,11 @@ +--- +link: /enterprise-dashboard/sustainability/ +rst_location: doc/sustainability/source +service_type: ed +title: Sustainability +type: sustainability +cloud_environments: + - name: eu_de + visibility: public + pdf_visibility: public + pdf_enabled: true diff --git a/otc_metadata/data/documents/esw-umn.yaml b/otc_metadata/data/documents/esw-umn.yaml index a66ba8a..685e9b1 100644 --- a/otc_metadata/data/documents/esw-umn.yaml +++ b/otc_metadata/data/documents/esw-umn.yaml @@ -8,6 +8,6 @@ title: User Guide type: umn cloud_environments: - name: eu_de - visibility: internal + visibility: public pdf_visibility: public pdf_enabled: true diff --git a/otc_metadata/data/documents/obs-tool-guide-obsutil.yaml b/otc_metadata/data/documents/obs-tool-guide-obsutil.yaml index 071fbbb..567c99f 100644 --- a/otc_metadata/data/documents/obs-tool-guide-obsutil.yaml +++ b/otc_metadata/data/documents/obs-tool-guide-obsutil.yaml @@ -8,6 +8,6 @@ title: Tool Guide (obsutil) type: tool-guide-obsutil cloud_environments: - name: eu_de - visibility: internal - pdf_visibility: internal - pdf_enabled: true \ No newline at end of file + visibility: public + pdf_visibility: public + pdf_enabled: true diff --git a/test-requirements.txt b/test-requirements.txt index 8a2bd6e..e38b371 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,6 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -stestr>=2.0.0 # Apache-2.0 -testtools>=2.2.0 # MIT +pytest +pytest-cov flake8 +pyyaml diff --git a/tox.ini b/tox.ini index 74aa87e..f494a78 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ usedevelop = True setenv = PYTHONWARNINGS=default::DeprecationWarning deps = -r{toxinidir}/test-requirements.txt -commands = stestr run {posargs} +commands = pytest {posargs} [testenv:pep8] commands = flake8 {posargs}