diff options
author | Clint Byrum <clint@fewbar.com> | 2013-09-25 10:37:52 -0700 |
---|---|---|
committer | Clint Byrum <clint@fewbar.com> | 2013-09-25 11:24:06 -0700 |
commit | cd3ddc482fff7d96341a33613f78da0cbbbecdf4 (patch) | |
tree | fdb13afa00e8127fad2a094add1739eb5e3fefa3 /examples | |
parent | 0dbf2810a0ee78658c35e61dc447c5f968226cb9 (diff) |
Refactor test_merge.bash for multiple tests
We will be adding more tests, so make it more of a framework for that.
Also fix up minor lib.yaml formatting bug.
Change-Id: Ic0fe1679f8d62680dfd0acf215c849aa38b913da
Diffstat (limited to 'examples')
-rw-r--r-- | examples/lib.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/lib.yaml b/examples/lib.yaml index e527d83f..d42e95f8 100644 --- a/examples/lib.yaml +++ b/examples/lib.yaml @@ -1,7 +1,9 @@ Parameters: ImportantValue: - Default: a_default - Type: String + Default: a_default + Type: String + BImage: + Type: String Resources: GenericB: Type: OS::Nova::Server |