tripleo-quickstart/setup.cfg
Sorin Sbarnea 04ece7fcb8 Test install-deps.sh script using pytest/molecule
Adds one molecule scenario that deploys install-deps.sh on targeted
platforms and runs it there.

Job uses pytest for orchestration but developers have the freedom
of calling molecule directly if they want: `molecule test --all`.

Change-Id: I465891dd600ca0353a4124f46adc13259a527aa0
Task: https://tree.taiga.io/project/tripleo-ci-board/task/1021
Depends-On: https://review.opendev.org/#/c/663599/
2019-06-11 17:10:22 +01:00

50 lines
1.1 KiB
INI

[metadata]
name = tripleo-quickstart
summary = tripleo-quickstart - Making it easy to get started with tripleo
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/tripleo-quickstart/latest/
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: Utilities
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
usr/local/share/tripleo-quickstart/roles = roles/*
usr/local/share/tripleo-quickstart/library = library/*
usr/local/share/tripleo-quickstart/test_plugins = test_plugins/*
playbooks = playbooks/*
config/ = config/*
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
builtins = _
[tool:pytest]
ignore = .tox dist
addopts = -x