From 366ac7437383d3e9a99a971e61afbc5c466bbfcc Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Tue, 4 Oct 2022 15:18:55 +0100 Subject: MLIA-673 Use inclusive language in the source code and filenames - Update configuration for inclusive language linter - Fix reported issues Change-Id: If0f8b6e20c17d8ee1c6179c61040fc351437f036 --- tests/test_resources/backends/applications/readme.txt | 2 +- .../backends/systems/system1/system_artifact/dummy.txt | 2 -- .../backends/systems/system1/system_artifact/empty.txt | 2 ++ tests/test_resources/hello_world.json | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 tests/test_resources/backends/systems/system1/system_artifact/dummy.txt create mode 100644 tests/test_resources/backends/systems/system1/system_artifact/empty.txt (limited to 'tests/test_resources') diff --git a/tests/test_resources/backends/applications/readme.txt b/tests/test_resources/backends/applications/readme.txt index a1f8209..d3e6fe2 100644 --- a/tests/test_resources/backends/applications/readme.txt +++ b/tests/test_resources/backends/applications/readme.txt @@ -1,4 +1,4 @@ SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. SPDX-License-Identifier: Apache-2.0 -Dummy file for test purposes +File for test purposes diff --git a/tests/test_resources/backends/systems/system1/system_artifact/dummy.txt b/tests/test_resources/backends/systems/system1/system_artifact/dummy.txt deleted file mode 100644 index 487e9d8..0000000 --- a/tests/test_resources/backends/systems/system1/system_artifact/dummy.txt +++ /dev/null @@ -1,2 +0,0 @@ -SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. -SPDX-License-Identifier: Apache-2.0 diff --git a/tests/test_resources/backends/systems/system1/system_artifact/empty.txt b/tests/test_resources/backends/systems/system1/system_artifact/empty.txt new file mode 100644 index 0000000..487e9d8 --- /dev/null +++ b/tests/test_resources/backends/systems/system1/system_artifact/empty.txt @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. +SPDX-License-Identifier: Apache-2.0 diff --git a/tests/test_resources/hello_world.json b/tests/test_resources/hello_world.json index 99e9439..28d7bd9 100644 --- a/tests/test_resources/hello_world.json +++ b/tests/test_resources/hello_world.json @@ -1,9 +1,9 @@ [ { "name": "Hello world", - "description": "Dummy application that displays 'Hello world!'", + "description": "Sample application that displays 'Hello world!'", "supported_systems": [ - "Dummy System" + "Sample System" ], "deploy_data": [ [ @@ -29,21 +29,21 @@ { "name": "--choice-param", "values": [ - "dummy_value_1", - "dummy_value_2" + "value_1", + "value_2" ], - "default_value": "dummy_value_1", + "default_value": "value_1", "description": "Choice param" }, { "name": "--open-param", "values": [], - "default_value": "dummy_value_4", + "default_value": "value_4", "description": "Open param" }, { "name": "--enable-flag", - "default_value": "dummy_value_4", + "default_value": "value_4", "description": "Flag param" } ], -- cgit v1.2.1