Skip to content

Commit fd13645

Browse files
committed
doc: a few fixes
Signed-off-by: Chase Qi <chase.qi@linaro.org>
1 parent 7c3f889 commit fd13645

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

automated/doc/test-writing-guidelines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ files.
151151
Saving parsed result in the same format is important for post process such as
152152
sending to LAVA. The following result format should be followed::
153153

154-
test-caes-id pass/fail/skip
154+
test-case-id pass/fail/skip
155155
test-case-id pass/fail/skip measurement
156156
test-case-id pass/fail/skip measurement units
157157

automated/linux/dockerized-tests/README.MD

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
TESTDEF_PARAMS: "TST_CMDFILES='syscalls' SKIPFILE='skipfile-lkft.yaml' BOARD='hi6220-hikey' BRANCH='4.16' ENVIRONMENT='production'"
4545
timeout:
4646
minutes: 90
47-
```
47+
```
48+
4849
## Drive test run via SSH
4950
The same as local-run, but use over-ssh.yaml and over-ssh.sh instead and provide required additional parameters.
5051
```
@@ -59,6 +60,7 @@
5960

6061
[stretch-armhf-testdef](https://git.linaro.org/ci/dockerfiles.git/tree/stretch-armhf-testdef)
6162

62-
## Jenkins build job for new tag on qa/test-definitions
63+
## Jenkins build jobs for new tag on the repo
6364
[testdef-docker-image-arm64](https://ci.linaro.org/job/testdef-docker-image/)
65+
6466
[testdef-docker-image-armhf](https://ci.linaro.org/job/testdef-docker-image-armhf/)

0 commit comments

Comments
 (0)