From 61663b92910868a4de51c6fe9a7cef7da96da7e9 Mon Sep 17 00:00:00 2001 From: JulienBe Date: Thu, 3 Sep 2020 17:09:46 +0200 Subject: Optimize Build Optimize the log output Issue-ID: SDC-3232 Signed-off-by: JulienBe Change-Id: I50cfb7119b1e9087d3e2db56a81fe47df4ad6254 --- .../importListPropertySuccessFlow.yml | 198 --------------------- 1 file changed, 198 deletions(-) delete mode 100644 test-apis-ci/src/test/resources/CI/tests/importToscaResourceByCreateUrl/importListPropertySuccessFlow.yml (limited to 'test-apis-ci/src/test/resources/CI/tests/importToscaResourceByCreateUrl/importListPropertySuccessFlow.yml') diff --git a/test-apis-ci/src/test/resources/CI/tests/importToscaResourceByCreateUrl/importListPropertySuccessFlow.yml b/test-apis-ci/src/test/resources/CI/tests/importToscaResourceByCreateUrl/importListPropertySuccessFlow.yml deleted file mode 100644 index fd52df5f9b..0000000000 --- a/test-apis-ci/src/test/resources/CI/tests/importToscaResourceByCreateUrl/importListPropertySuccessFlow.yml +++ /dev/null @@ -1,198 +0,0 @@ -tosca_definitions_version: tosca_simple_yaml_1_0_0 -node_types: - org.openecomp.resource.vl.LinkTest: - derived_from: tosca.nodes.Root - properties: - my_boolean: - type: list - description : another description - default: - - false - - true - entry_schema: - description: This is my property - type: boolean - my_boolean_array: - type: list - description : another description - default: [ true , false ] - entry_schema: - description: This is my property - type: boolean - duplicate_boolean_values: - type: list - description : another description - default: [ true , false , true ] - entry_schema: - description: This is my property - type: boolean - boolean_null_value: - type: list - description : another description - default: - - true - - - - false - entry_schema: - description: This is my property - type: boolean - my_integers: - type: list - description : another description - default: - - 0 - - 1000 - - -1000 - - 50 - entry_schema: - description: This is my property - type: integer - my_integers_array: - type: list - description : another description - default: [ 10 , -1000, 0 ] - entry_schema: - description: This is my property - type: integer - duplicate_integers_values: - type: list - description : another description - default: [ 10 , 10, -1000, 0 ] - entry_schema: - description: This is my property - type: integer - integer_null_value: - type: list - description : another description - default: - - 1000 - - - - 2000 - entry_schema: - description: This is my property - type: integer - my_string: - type: list - description : another description - default: - - asdc - - $?^@ecomp$!#%()_-~@+*^...;;/w# - - uc - entry_schema: - description: This is my property - type: string - my_string_array: - type: list - description : another description - default: [ AAA, ~$~#bbb%^*_-, qwe , 1.3 , 500 , true ] - entry_schema: - description: This is my property - type: string - string_null_value: - type: list - description : another description - default: - - asdc - - - - uc - entry_schema: - description: This is my property - type: string - string_space_value: - type: list - description : another description - default: - - asdc - - - - uc - entry_schema: - description: This is my property - type: string - duplicate_string_values: - type: list - description : another description - default: - - asdc - - asdc - - uc - entry_schema: - description: This is my property - type: string - my_float: - type: list - description : another description - default: - - 6 - - 1000.000001 - - -3.0f - entry_schema: - description: This is my property - type: float - my_float_array: - type: list - description : another description - default: [ 0.01 , -5.0 , 2.1f ] - entry_schema: - description: This is my property - type: float - duplicate_float_values: - type: list - description : another description - default: - - 0.0 - - 0.0 - - 4.555555 - entry_schema: - description: This is my property - type: float - float_no_default_values: - type: list - description : another description - default: - entry_schema: - description: This is my property - type: float - float_null_value: - type: list - description : another description - default: - - 6 - - - - -3.0f - entry_schema: - description: This is my property - type: float - float_space_value: - type: list - description : another description - default: - - 6 - - - - -3.0f - entry_schema: - description: This is my property - type: float - integer_no_default_values: - type: list - description : another description - default: - entry_schema: - description: This is my property - type: integer - string_no_default_values: - type: list - description : another description - default: - entry_schema: - description: This is my property - type: string - boolean_no_default_values: - type: list - description : another description - default: - entry_schema: - description: This is my property - type: boolean - capabilities: - link: - type: tosca.capabilities.network.Linkable -- cgit 1.2.3-korg