aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2018-12-17 12:43:02 -0800
committerstark, steven <steven.stark@att.com>2018-12-17 13:04:00 -0800
commit1f4df7c7ad27b23773ad9cdbe4db1632ce388cf1 (patch)
tree8092104f8be23051ff81c9f71ee34116df4d33ba /README.md
parentca9085f0f77d442d3741a8c754e65cc45b6a318d (diff)
[VVP] updating validation scripts in dublin
- adding backlog of new validation scripts for dublin - updating existing tests - removing outdated tests Issue-ID: VVP-123 Change-Id: Ib8260889ac957c1dd28d8ede450fc8edc6fb0ec0 Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md46
1 files changed, 0 insertions, 46 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index cf8456d..0000000
--- a/README.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# ice-heat-validation
-
-This project contains a ``pytest`` tool that automatically checks Heat Templates
-are adhering to the AT&T Domain 2.0 Heat Template Guidelines.
-
-# Installation
-
-This software is not platform dependent and can be run in a Windows, Unix or
-OS X environment.
-
-### Satisfy Dependencies
-
-In addition to python, this project requires the following packages:
-
- - ``pytest``
- - ``PyYAML``
- - ``pytest-tap``
-
- These can be installed using pip (assuming pip is installed) with the command:
-
-``$ pip install -r requirements.txt``
-
-# Use
-
-Clone this project.
-
-To validate Heat templates just run this the command under the folder ``ice_validator``:
-
-``$ pytest --tap-stream --template-directory=<Directory>``
-
-where ``<Directory>`` is the absolute path to the folder containing the Heat
-Templates to be verified.
-
-
-# Self-Test Suite
-
-The ``ice_validator`` includes an extensive self-test suite. It is a
-**requirement** for any additions or changes to the test suite to
-successfully and cleanly complete a tox run. Simply run ``tox`` from
-the project root as:
-
-``$ tox``
-
-You can also run it under the folder ``ice_validator``:
-
-``$ pytest --self-test``