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:
parent
0fb2a056c9
commit
71000ff2d5
@ -1,4 +1,4 @@
|
|||||||
[gerrit]
|
[gerrit]
|
||||||
host=review.opendev.org
|
host=review.opendev.org
|
||||||
port=29418
|
port=29418
|
||||||
project=osf/refstack-client.git
|
project=openinfra/refstack-client.git
|
||||||
|
@ -15,7 +15,7 @@ Environment setup
|
|||||||
We've created an "easy button" for Ubuntu, Centos, RHEL and openSUSE.
|
We've created an "easy button" for Ubuntu, Centos, RHEL and openSUSE.
|
||||||
|
|
||||||
1. Make sure you have ``git`` installed
|
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``
|
3. Go into the ``refstack-client`` directory: ``cd refstack-client``
|
||||||
4. Run the "easy button" setup: ``./setup_env``
|
4. Run the "easy button" setup: ``./setup_env``
|
||||||
|
|
||||||
@ -155,7 +155,7 @@ Usage
|
|||||||
-i <path-to-private-key>
|
-i <path-to-private-key>
|
||||||
|
|
||||||
Intructions for uploading data with signature can be found at
|
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.
|
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
|
and divided into several OpenStack Marketing Programs, the list of the programs
|
||||||
can be found at RefStack_ page.
|
can be found at RefStack_ page.
|
||||||
|
|
||||||
.. _interop: https://opendev.org/osf/interop
|
.. _interop: https://opendev.org/openinfra/interop
|
||||||
.. _RefStack: https://refstack.openstack.org/#/
|
.. _RefStack: https://refstack.openstack.org/#/
|
||||||
|
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ extensions = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
# openstackdocstheme options
|
# openstackdocstheme options
|
||||||
openstackdocs_repo_name = 'osf/refstack-client'
|
openstackdocs_repo_name = 'openinfra/refstack-client'
|
||||||
bug_project = '879'
|
bug_project = '879'
|
||||||
bug_tag = ''
|
bug_tag = ''
|
||||||
|
|
||||||
|
@ -354,7 +354,7 @@ class RefstackClient:
|
|||||||
|
|
||||||
def _form_result_content(self, cpid, duration, results):
|
def _form_result_content(self, cpid, duration, results):
|
||||||
'''This method will create the content for the request. The spec at
|
'''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'.
|
'/implemented/api-v1.md'.
|
||||||
defines the format expected by the API.'''
|
defines the format expected by the API.'''
|
||||||
content = {}
|
content = {}
|
||||||
|
@ -131,7 +131,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z ${TEMPESTCONF_SOURCE} ]; then
|
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
|
fi
|
||||||
|
|
||||||
git clone https://git.openstack.org/openstack/tempest.git ${TEMPEST_DIR}
|
git clone https://git.openstack.org/openstack/tempest.git ${TEMPEST_DIR}
|
||||||
|
@ -91,7 +91,7 @@ Work Items
|
|||||||
Dependencies
|
Dependencies
|
||||||
============
|
============
|
||||||
|
|
||||||
- Existing script: https://opendev.org/osf/python-tempestconf
|
- Existing script: https://opendev.org/openinfra/python-tempestconf
|
||||||
|
|
||||||
Testing
|
Testing
|
||||||
=======
|
=======
|
||||||
|
2
tox.ini
2
tox.ini
@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
OS_TEST_PATH=./refstack_client/tests/unit
|
OS_TEST_PATH=./refstack_client/tests/unit
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
-r{toxinidir}/test-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 =
|
commands =
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user