Merge "update git.openstack.org to opendev"

This commit is contained in:
Zuul 2019-05-22 15:12:23 +00:00 committed by Gerrit Code Review
commit 184d46a246
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ For more information about Tempest plugins see:
https://docs.openstack.org/tempest/latest/plugin.html
* Free software: Apache license
* Source: http://git.openstack.org/cgit/openstack/senlin-tempest-plugin
* Source: http://opendev.org/openstack/senlin-tempest-plugin
Installing
----------

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
deps = -r{toxinidir}/test-requirements.txt
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}
commands =
find . -type f -name "*.py[c|o]" -delete
ostestr --slowest --regex 'senlin_tempest_plugin.tests.api.*' {posargs}