fuel-noop-fixtures/README.md

1.9 KiB

fuel-noop-fixtures


Table of Contents

  1. Overview - What is the fuel-noop-fixtures?
  2. Structure - What is in the fuel-noop-fixtures?
  3. Development
  4. Core Reviers
  5. 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.

Development


Core Reviewers


Contributors