Use opendev repository
Change-Id: Ie92cbb4bf280a0ff1721dbd835c61f7377b6c101
This commit is contained in:
parent
738941568b
commit
ba05dee585
@ -8,5 +8,5 @@ It contains the tempest plugin for the functional testing of Blazar Project.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/blazar/latest/
|
||||
* Source: https://git.openstack.org/cgit/openstack/blazar-tempest-plugin
|
||||
* Source: https://opendev.org/openstack/blazar-tempest-plugin
|
||||
* Bugs: https://bugs.launchpad.net/blazar
|
||||
|
@ -8,6 +8,6 @@ the same environment where Tempest is installed.
|
||||
|
||||
At the command line::
|
||||
|
||||
$ git clone https://git.openstack.org/openstack/blazar-tempest-plugin
|
||||
$ git clone https://opendev.org/openstack/blazar-tempest-plugin
|
||||
$ cd blazar-tempest-plugin/
|
||||
$ pip install -e .
|
||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ skipsdist = True
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
PYTHONWARNINGS=default::DeprecationWarning
|
||||
|
Loading…
x
Reference in New Issue
Block a user