aboutsummaryrefslogtreecommitdiff
path: root/tests/test_resources
diff options
context:
space:
mode:
authorDmitrii Agibov <dmitrii.agibov@arm.com>2022-10-04 15:18:55 +0100
committerDmitrii Agibov <dmitrii.agibov@arm.com>2022-10-04 15:34:38 +0100
commit366ac7437383d3e9a99a971e61afbc5c466bbfcc (patch)
tree8fca425ad9f03817391bdc1ca9c6dfdc9dc44489 /tests/test_resources
parent2d6ec94a2a085e7fa4fc23c4c7dcda3206eec98c (diff)
downloadmlia-366ac7437383d3e9a99a971e61afbc5c466bbfcc.tar.gz
MLIA-673 Use inclusive language in the source code and filenames
- Update configuration for inclusive language linter - Fix reported issues Change-Id: If0f8b6e20c17d8ee1c6179c61040fc351437f036
Diffstat (limited to 'tests/test_resources')
-rw-r--r--tests/test_resources/backends/applications/readme.txt2
-rw-r--r--tests/test_resources/backends/systems/system1/system_artifact/empty.txt (renamed from tests/test_resources/backends/systems/system1/system_artifact/dummy.txt)0
-rw-r--r--tests/test_resources/hello_world.json14
3 files changed, 8 insertions, 8 deletions
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/empty.txt
index 487e9d8..487e9d8 100644
--- a/tests/test_resources/backends/systems/system1/system_artifact/dummy.txt
+++ b/tests/test_resources/backends/systems/system1/system_artifact/empty.txt
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"
}
],