mbox series

[isar-cip-core,v2,0/4] Trigger CIP Core testing LAVA jobs

Message ID 20240605154010.3446832-1-Sai.Sathujoda@toshiba-tsip.com (mailing list archive)
Headers show
Series Trigger CIP Core testing LAVA jobs | expand

Message

Sai.Sathujoda@toshiba-tsip.com June 5, 2024, 3:40 p.m. UTC
From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>

This series of patches will trigger LAVA jobs which test swupdate,
secure boot and IEC layer.

Changes in v2:
- Wrapped boot arguments in template files
- Variabilized artifact URL, branch, architecture
- Added README to briefly explain testing process
- Changed test targets to use small Gitlab runners

sai ashrith sathujoda (4):
  tests/templates: Include functionality based templates
  submit_lava.sh: Add script to submit the jobs prepared from templates
  .gitlab-ci.yml: Add test targets specific for CIP core functionalities
  doc/README.lava-testing.md: Add README to explain CIP Core testing

 .gitlab-ci.yml                          |  33 ++
 doc/README.lava-testing.md              |  30 ++
 scripts/submit_lava.sh                  | 464 ++++++++++++++++++++++++
 tests/templates/IEC_template.yml        |  74 ++++
 tests/templates/secureboot_template.yml |  65 ++++
 tests/templates/swupdate_template.yml   | 125 +++++++
 6 files changed, 791 insertions(+)
 create mode 100644 doc/README.lava-testing.md
 create mode 100755 scripts/submit_lava.sh
 create mode 100644 tests/templates/IEC_template.yml
 create mode 100644 tests/templates/secureboot_template.yml
 create mode 100644 tests/templates/swupdate_template.yml

Comments

Sai.Sathujoda@toshiba-tsip.com June 7, 2024, 6:59 a.m. UTC | #1
Hi Jan,

Cyber trust and Denx LAVA Labs are updated now. The blocker I mentioned when v1 patches are sent is resolved. Now the tests present in this series of patches can parallelly run on multiple QEMU devices. I confirmed this while I was testing.

Thanks and regards,
Sai Ashrith Sathujoda (T S I P)

-----Original Message-----
From: Sai.Sathujoda@toshiba-tsip.com <Sai.Sathujoda@toshiba-tsip.com> 
Sent: Wednesday, June 5, 2024 9:10 PM
To: cip-dev@lists.cip-project.org; jan.kiszka@siemens.com
Cc: ashrith sai(TSIP) <Sai.Sathujoda@toshiba-tsip.com>; dinesh kumar(TSIP TMIEC ODG Porting) <dinesh.kumar@toshiba-tsip.com>; hayashi kazuhiro(林 和宏 DME ○DIG□MPS○MP4) <kazuhiro3.hayashi@toshiba.co.jp>
Subject: [isar-cip-core v2 0/4] Trigger CIP Core testing LAVA jobs

From: sai ashrith sathujoda <sai.sathujoda@toshiba-tsip.com>

This series of patches will trigger LAVA jobs which test swupdate, secure boot and IEC layer.

Changes in v2:
- Wrapped boot arguments in template files
- Variabilized artifact URL, branch, architecture
- Added README to briefly explain testing process
- Changed test targets to use small Gitlab runners

sai ashrith sathujoda (4):
  tests/templates: Include functionality based templates
  submit_lava.sh: Add script to submit the jobs prepared from templates
  .gitlab-ci.yml: Add test targets specific for CIP core functionalities
  doc/README.lava-testing.md: Add README to explain CIP Core testing

 .gitlab-ci.yml                          |  33 ++
 doc/README.lava-testing.md              |  30 ++
 scripts/submit_lava.sh                  | 464 ++++++++++++++++++++++++
 tests/templates/IEC_template.yml        |  74 ++++
 tests/templates/secureboot_template.yml |  65 ++++
 tests/templates/swupdate_template.yml   | 125 +++++++
 6 files changed, 791 insertions(+)
 create mode 100644 doc/README.lava-testing.md  create mode 100755 scripts/submit_lava.sh  create mode 100644 tests/templates/IEC_template.yml  create mode 100644 tests/templates/secureboot_template.yml
 create mode 100644 tests/templates/swupdate_template.yml

--
2.30.2