From 11b868ee612861bbd0d0ded3b3c2dd43cee5dacc Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 13 Jul 2017 19:01:08 +0800 Subject: Add more test for nested import list Currently the test about nested import list is not enough, the patch enhance the test. Change-Id: Ica25345062d316b9a32f4efb8c5c2a98b8bda497 JIRA: PARSER-127 Signed-off-by: shangxdy --- .../toscaparser/tests/data/custom_types/nested_test_kibana.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml (limited to 'tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml') diff --git a/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml b/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml new file mode 100644 index 0000000..c8675c6 --- /dev/null +++ b/tosca2heat/tosca-parser/toscaparser/tests/data/custom_types/nested_test_kibana.yaml @@ -0,0 +1,3 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 +imports: + - custom_types/kibana.yaml -- cgit 1.2.3-korg