From 8540eb59f7e7f8ff2043a8eaf7edfc255a60874a Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Wed, 30 Jan 2019 16:02:17 -0600 Subject: [VVP] Removing unnecessary trademark lines Issue-ID: VVP-152 Change-Id: I6b978768324f69adba50c75a187509c4a7605341 Signed-off-by: Lovett, Trevor --- .../tests/fixtures/test_volume_module_naming/pass/module2_base.yaml | 2 +- .../tests/fixtures/test_volume_module_naming/pass/module_volume.yaml | 2 +- .../tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ice_validator/tests/fixtures/test_volume_module_naming/pass') diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml index 1c80888..c7fcda0 100644 --- a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml +++ b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module2_base.yaml @@ -52,4 +52,4 @@ resources: type: nested_volume2.yaml vmtype_server_0: - type: OS::Nova::Server \ No newline at end of file + type: OS::Nova::Server diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml index ea21f22..6e0e57d 100644 --- a/ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml +++ b/ice_validator/tests/fixtures/test_volume_module_naming/pass/module_volume.yaml @@ -49,4 +49,4 @@ resources: type: nested_volume1.yaml vm_type_volume_0_nested: - type: nested_volume2.yaml \ No newline at end of file + type: nested_volume2.yaml diff --git a/ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml b/ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml index 6bce356..9922867 100644 --- a/ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml +++ b/ice_validator/tests/fixtures/test_volume_module_naming/pass/nested_volume2.yaml @@ -37,4 +37,4 @@ resources: vm_type_volume_3: - type: OS::Cinder::Volume \ No newline at end of file + type: OS::Cinder::Volume -- cgit 1.2.3-korg