Reflect osf/ to openinfra/ namespace rename

Lately osf/ namespace got renamed to openinfra/ [1], this commit
reflects this change within refstack-client's repo.

[1] https://review.opendev.org/c/openstack/project-config/+/808479

Change-Id: I629d84cc8eed63ef8f33d3e063a3c7dc763c1d37
This commit is contained in:
Martin Kopec 2021-10-18 08:55:13 +00:00
parent 0fb2a056c9
commit 71000ff2d5
7 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=osf/refstack-client.git
project=openinfra/refstack-client.git

View File

@ -15,7 +15,7 @@ Environment setup
We've created an "easy button" for Ubuntu, Centos, RHEL and openSUSE.
1. Make sure you have ``git`` installed
2. Get the refstack client: ``git clone https://opendev.org/osf/refstack-client.git``
2. Get the refstack client: ``git clone https://opendev.org/openinfra/refstack-client.git``
3. Go into the ``refstack-client`` directory: ``cd refstack-client``
4. Run the "easy button" setup: ``./setup_env``
@ -155,7 +155,7 @@ Usage
-i <path-to-private-key>
Intructions for uploading data with signature can be found at
https://opendev.org/osf/refstack/src/branch/master/doc/source/uploading_private_results.rst
https://opendev.org/openinfra/refstack/src/branch/master/doc/source/uploading_private_results.rst
7. View uploaded test set.
@ -195,7 +195,7 @@ The tests ``refstack-client`` runs are defined within interop_ repository
and divided into several OpenStack Marketing Programs, the list of the programs
can be found at RefStack_ page.
.. _interop: https://opendev.org/osf/interop
.. _interop: https://opendev.org/openinfra/interop
.. _RefStack: https://refstack.openstack.org/#/

View File

@ -33,7 +33,7 @@ extensions = [
]
# openstackdocstheme options
openstackdocs_repo_name = 'osf/refstack-client'
openstackdocs_repo_name = 'openinfra/refstack-client'
bug_project = '879'
bug_tag = ''

View File

@ -354,7 +354,7 @@ class RefstackClient:
def _form_result_content(self, cpid, duration, results):
'''This method will create the content for the request. The spec at
'https://opendev.org/osf/refstack/src/branch/master/specs/prior'
'https://opendev.org/openinfra/refstack/src/branch/master/specs/prior'
'/implemented/api-v1.md'.
defines the format expected by the API.'''
content = {}

View File

@ -131,7 +131,7 @@ else
fi
if [ -z ${TEMPESTCONF_SOURCE} ]; then
git clone https://git.openstack.org/osf/python-tempestconf.git ${TEMPESTCONF_DIR}
git clone https://git.openstack.org/openinfra/python-tempestconf.git ${TEMPESTCONF_DIR}
fi
git clone https://git.openstack.org/openstack/tempest.git ${TEMPEST_DIR}

View File

@ -91,7 +91,7 @@ Work Items
Dependencies
============
- Existing script: https://opendev.org/osf/python-tempestconf
- Existing script: https://opendev.org/openinfra/python-tempestconf
Testing
=======

View File

@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_TEST_PATH=./refstack_client/tests/unit
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
git+https://git.openstack.org/osf/python-tempestconf@master#egg=python_tempestconf
git+https://git.openstack.org/openinfra/python-tempestconf@master#egg=python_tempestconf
commands =
stestr run {posargs}