Update README

Align it with the recent changes

Change-Id: Ibd83eb8442e2e2c863d409f81e8e9cc0a9300c7a
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
Bogdan Dobrelya 2016-02-18 15:15:01 +01:00
parent b65351406c
commit 24a1e35893
1 changed files with 27 additions and 4 deletions

View File

@ -24,8 +24,10 @@ fuel-noop-fixtures
├── LICENSE
├── README.md
├── catalogs
├── doc
├── hiera
├── facts
├── noop_tests.rb
```
### root
@ -37,12 +39,33 @@ information.
The catalogs directory contains a committed state of Fuel Library deployment
data fixtures used for
[data regression checks](https://blueprints.launchpad.net/fuel/+spec/deployment-data-dryrun)
[data regression checks](https://blueprints.launchpad.net/fuel/+spec/deployment-data-dryrun).
### astute.yaml
### doc
This directory contains hiera data templates for
[Fuel Library Noop tests](https://github.com/openstack/fuel-library/tree/master/tests/noop)
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](https://github.com/openstack/fuel-library/tree/master/tests/noop).
### 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
--------------