Skip to content

Commit

Permalink
riscv64: ignore part of psh tests
Browse files Browse the repository at this point in the history
JIRA: CI-349
  • Loading branch information
mateusz-bloch committed Sep 26, 2023
1 parent 6cd0ac7 commit 09e42cd
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions psh/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ test:

- name: auth
harness: test-auth.py
#Issue on riscv64-generic-qemu
targets:
exclude: [riscv64-generic-qemu]

#FIXME - test-pshlogin.py is only for targets with root
- name: pshlogin
harness: test-pshlogin.py
targets:
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo]
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu]

- name: echo
harness: test-echo.py
Expand All @@ -40,7 +43,7 @@ test:
- name: cat-shells
harness: test-cat-shells.py
targets:
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo]
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu]

- name: kill
harness: test-kill.py
Expand All @@ -58,21 +61,25 @@ test:
# temporary disabled because of the following issue: https://github.com/phoenix-rtos/phoenix-rtos-project/issues/621
ignore: true
targets:
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo]
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu]

- name: ls
harness: test-ls.py

- name: ls-rootfs
harness: test-ls-rootfs.py
targets:
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo]
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu]

- name: runfile
harness: test-runfile.py
targets:
# runfile applet is not intended for non-rootfs targets
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo]
exclude: [armv7m7-imxrt106x-evk, armv7m7-imxrt117x-evk, armv7m4-stm32l4x6-nucleo, riscv64-generic-qemu]

- name: history
harness: test-history.py
#Issue on riscv64-generic-qemu
targets:
exclude: [riscv64-generic-qemu]

0 comments on commit 09e42cd

Please sign in to comment.