Initial engine framework

This commit adds the initial engine framework for Deckhand. Included
is the logic for parsing YAML files as well as validating them and
doing forward substitution as specified by the YAML file.

This commit also includes unit tests for the framework changes.
This commit is contained in:
Felipe Monteiro
2017-07-08 23:34:44 +01:00
parent b3b5433c3f
commit a7d1f0e2f4
18 changed files with 414 additions and 18 deletions

View File

@@ -1 +1,11 @@
falcon==1.1.0
falcon==1.1.0
mock>=2.0
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
mox3!=0.19.0,>=0.7.0 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
oslotest>=1.10.0 # Apache-2.0
os-testr>=0.8.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT