From cd3ddc482fff7d96341a33613f78da0cbbbecdf4 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Wed, 25 Sep 2013 10:37:52 -0700 Subject: 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 --- examples/lib.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples') 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 -- cgit 1.2.3-korg