RETIRED, Fixtures for Fuel Library Noop tests framework
47d20c9c22
- Update script to generate fixtures with public/horizon SSL enabled - Add fixtures with public/horizon SSL enabled Partial-bug: #1535339 Implements: blueprint deployment-dryrun-fixtures-generator Change-Id: I61d59f9ce4f1f8928ca30ab62cd815e9185486eb |
||
---|---|---|
catalogs | ||
deployment | ||
doc | ||
facts | ||
hiera | ||
lib | ||
modules | ||
reports | ||
spec | ||
utils | ||
workspace | ||
.gitignore | ||
.gitreview | ||
.rspec | ||
Gemfile | ||
LICENSE | ||
noop_tests.rb | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
fuel-noop-fixtures
Table of Contents
- Overview - What is the fuel-noop-fixtures?
- Structure - What is in the fuel-noop-fixtures?
- Development
- Core Reviers
- Contributors
Overview
The fuel-noop-fixtures is a helper repo to store fixtures for Fuel Noop tests.
Structure
Basic Repository Layout
fuel-noop-fixtures
├── LICENSE
├── README.md
├── catalogs
├── doc
├── hiera
├── facts
├── noop_tests.rb
root
The root level contains important repository documentation and license information.
catalogs
The catalogs directory contains a committed state of Fuel Library deployment data fixtures used for data regression checks.
doc
Here live The Docs for the noop tests framework. From these, Fuel developers may find out how to write integration tests for supported composition layers.
hiera
This directory contains hiera data templates for integration Fuel Library Noop tests.
facts
This directory contains known facts for the Fuel Library Noop integration tests.
lib
This directory contains the noop tests framework itself.
spec
This directory contains unit tests for the noop tests framework.
noop_tests.rb
The main executable file.