Versions in this module Expand all Collapse all v1 v1.0.21 Mar 14, 2020 Changes in this version + const GetOutput + const ValidateOutput + var GetExpected = "{\n \"description\": \"Simple template to test heat commands\",\n \"heat_template_version\": \"2013-05-23\",\n \"parameters\": {\n \"flavor\": {\n \"default\": \"m1.tiny\",\n \"type\": \"string\"\n }\n },\n \"resources\": {\n \"hello_world\": {\n \"properties\": {\n \"flavor\": {\n \"get_param\": \"flavor\"\n },\n \"image\": \"ad091b52-742f-469e-8f3c-fd81cadf0743\",\n \"key_name\": \"heat_key\"\n },\n \"type\": \"OS::Nova::Server\"\n }\n }\n}" + var ValidateExpected = &stacktemplates.ValidatedTemplate + func HandleGetSuccessfully(t *testing.T, output string) + func HandleValidateSuccessfully(t *testing.T, output string)