From 24a1e35893b91ff058c72d1ec90fd83af2af6682 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Thu, 18 Feb 2016 15:15:01 +0100 Subject: [PATCH] Update README Align it with the recent changes Change-Id: Ibd83eb8442e2e2c863d409f81e8e9cc0a9300c7a Signed-off-by: Bogdan Dobrelya --- README.md | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 48637cc..c7b91cb 100644 --- a/README.md +++ b/README.md @@ -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 --------------