Fix path to source code in configuration files

Change-Id: I56c03f6e7c9fe30dcea36a9843da205c4adf1d03
This commit is contained in:
Pierre Riteau 2019-09-16 12:04:26 +02:00
parent bcc786424e
commit 9a34ee32e3
7 changed files with 21 additions and 21 deletions

View File

@ -1,6 +1,6 @@
[run]
branch = True
source = blazar_tempest_tests
source = blazar_tempest_plugin
[report]
ignore_errors = True

View File

@ -1,3 +1,3 @@
[DEFAULT]
test_path=./blazar_tempest_tests/tests
test_path=./blazar_tempest_plugin/tests
top_dir=./

View File

@ -37,12 +37,12 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'openstack'
project = u'blazar-tempest-plugin'
copyright = u'2017, OpenStack Developers'
# openstackdocstheme options
repository_name = 'openstack/openstack'
bug_project = 'blazar_tempest_tests'
repository_name = 'openstack/blazar-tempest-plugin'
bug_project = 'blazar'
bug_tag = ''
# If true, '()' will be appended to :func: etc. cross-reference text.

View File

@ -3,9 +3,9 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
====================================================
Welcome to the documentation of blazar_tempest_tests
====================================================
=====================================================
Welcome to the documentation of blazar-tempest-plugin
=====================================================
Contents:

View File

@ -52,12 +52,12 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'blazar_tempest_tests Release Notes'
project = u'blazar-tempest-plugin Release Notes'
copyright = u'2017, OpenStack Developers'
# openstackdocstheme options
repository_name = 'openstack/openstack'
bug_project = 'blazar_tempest_tests'
repository_name = 'openstack/blazar-tempest-plugin'
bug_project = 'blazar'
bug_tag = ''
# The version info for the project you're documenting, acts as replacement for
@ -191,7 +191,7 @@ html_static_path = ['_static']
# html_file_suffix = None
# Output file base name for HTML help builder.
htmlhelp_basename = 'blazar_tempest_testsReleaseNotesdoc'
htmlhelp_basename = 'blazar-tempest-pluginReleaseNotesdoc'
# -- Options for LaTeX output ---------------------------------------------
@ -211,8 +211,8 @@ latex_elements = {
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'blazar_tempest_testsReleaseNotes.tex',
u'blazar_tempest_tests Release Notes Documentation',
('index', 'blazar-tempest-pluginReleaseNotes.tex',
u'blazar-tempest-plugin Release Notes Documentation',
u'OpenStack Foundation', 'manual'),
]
@ -242,8 +242,8 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'blazar_tempest_testsrereleasenotes',
u'blazar_tempest_tests Release Notes Documentation',
('index', 'blazar-tempest-pluginrereleasenotes',
u'blazar-tempest-plugin Release Notes Documentation',
[u'OpenStack Foundation'], 1)
]
@ -257,9 +257,9 @@ man_pages = [
# (source start file, target name, title, author,
# dir menu entry, description, category)
texinfo_documents = [
('index', 'blazar_tempest_tests ReleaseNotes',
u'blazar_tempest_tests Release Notes Documentation',
u'OpenStack Foundation', 'blazar_tempest_testsReleaseNotes',
('index', 'blazar-tempest-plugin ReleaseNotes',
u'blazar-tempest-plugin Release Notes Documentation',
u'OpenStack Foundation', 'blazar-tempest-pluginReleaseNotes',
'One line description of project.',
'Miscellaneous'),
]

View File

@ -1,5 +1,5 @@
============================================
blazar_tempest_tests Release Notes
blazar-tempest-plugin Release Notes
============================================
.. toctree::

View File

@ -27,7 +27,7 @@ commands = {posargs}
basepython = python3
setenv =
VIRTUAL_ENV={envdir}
PYTHON=coverage run --source blazar_tempest_tests --parallel-mode
PYTHON=coverage run --source blazar_tempest_plugin --parallel-mode
commands =
stestr run {posargs}
coverage combine