RETIRED, Fixtures for Fuel Library Noop tests framework
Go to file
Vladimir Kuklin ca9bf75231 Add plugins repos noop tests
Includes hiera fixture with plugins repositories
Adds webmock to mock http requests for apt pins

Change-Id: If8b3a64e06f7b7711128590b81c5c14a8509732a
Related-bug: #1602719
2016-09-15 15:57:34 +03:00
catalogs Puppet4 Support: noop fixtures 2016-05-20 11:55:08 +03:00
deployment Add new framework library 2016-02-10 18:32:58 +03:00
doc Add plugin hiera files support 2016-07-18 11:41:36 -05:00
facts Remove deprecated Ubuntu 14.04 facts 2016-09-06 08:28:19 -05:00
hiera Add plugins repos noop tests 2016-09-15 15:57:34 +03:00
lib Remove deprecated Ubuntu 14.04 facts 2016-09-06 08:28:19 -05:00
modules Add new framework library 2016-02-10 18:32:58 +03:00
reports Add coverage support 2016-03-31 20:06:55 +03:00
spec Add plugins repos noop tests 2016-09-15 15:57:34 +03:00
tasks/test Add multiple module path support and test tasks 2016-07-14 14:33:53 -05:00
utils Merge "Added new parameter auth_s3_keystone_ceph for storage" 2016-08-04 11:52:09 +00:00
workspace Add new framework library 2016-02-10 18:32:58 +03:00
yaql Add basic YAQL fixtures 2016-06-27 19:01:05 +03:00
.gitignore Update 2016-02-29 17:57:15 +03:00
.gitreview Added .gitreview 2015-12-07 15:52:23 +00:00
.rspec Add new framework library 2016-02-10 18:32:58 +03:00
Gemfile Add plugins repos noop tests 2016-09-15 15:57:34 +03:00
LICENSE Add license, readme, gitignore 2015-12-09 09:58:40 +01:00
README.md Update README 2016-02-18 15:15:01 +01:00
demo.rb Add multiple module path support and test tasks 2016-07-14 14:33:53 -05:00
noop_tests.rb Improve environment integration 2016-05-24 19:08:42 +03:00
requirements.txt Update 2016-02-29 17:57:15 +03:00
setup.cfg Fix tox docs build for readthedocs 2016-02-17 15:09:46 +01:00
setup.py Fix tox docs build for readthedocs 2016-02-17 15:09:46 +01:00
test-requirements.txt Fix tox docs build for readthedocs 2016-02-17 15:09:46 +01:00
tox.ini Fix tox.ini 2016-02-29 09:37:08 +01:00

README.md

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