public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Creating custom testcases based on Isar one
@ 2023-03-24  7:01 Uladzimir Bely
  2023-03-24  7:01 ` [PATCH v2 1/3] testsuite: Check availability of script to run over ssh Uladzimir Bely
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Uladzimir Bely @ 2023-03-24  7:01 UTC (permalink / raw)
  To: isar-users

This documents and adds an example of creating custom avocado-based
testsute that downstreams can use. It reuses testcase classes
implemented in Isar.

Additionally, some small related improvements and fixes are done
on Isar side.

Changes since v1:
- Added working example of custom testsuite in `meta-isar` layer

Uladzimir Bely (3):
  testsuite: Check availability of script to run over ssh
  testsuite: Move test scripts to their own subdirectory
  testsuite: Exmaple of custom testcase for downstreams

 meta-isar/test/.gitignore                     |  2 +
 meta-isar/test/README.md                      | 16 ++++++++
 meta-isar/test/run_test.sh                    | 39 +++++++++++++++++++
 meta-isar/test/sample_kas_config.yml          | 32 +++++++++++++++
 meta-isar/test/sample_test.py                 |  9 +++++
 .../test/scripts/sample_script.sh             |  0
 testsuite/README.md                           | 19 +++++++++
 testsuite/cibuilder.py                        |  6 ++-
 .../{ => scripts}/test_example_module.sh      |  0
 testsuite/scripts/test_getty_target.sh        |  7 ++++
 10 files changed, 129 insertions(+), 1 deletion(-)
 create mode 100644 meta-isar/test/.gitignore
 create mode 100644 meta-isar/test/README.md
 create mode 100755 meta-isar/test/run_test.sh
 create mode 100644 meta-isar/test/sample_kas_config.yml
 create mode 100644 meta-isar/test/sample_test.py
 rename testsuite/test_getty_target.sh => meta-isar/test/scripts/sample_script.sh (100%)
 mode change 100644 => 100755
 rename testsuite/{ => scripts}/test_example_module.sh (100%)
 mode change 100644 => 100755
 create mode 100755 testsuite/scripts/test_getty_target.sh

-- 
2.20.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-03-31  6:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24  7:01 [PATCH v2 0/3] Creating custom testcases based on Isar one Uladzimir Bely
2023-03-24  7:01 ` [PATCH v2 1/3] testsuite: Check availability of script to run over ssh Uladzimir Bely
2023-03-24  7:01 ` [PATCH v2 2/3] testsuite: Move test scripts to their own subdirectory Uladzimir Bely
2023-03-24  7:01 ` [PATCH v2 3/3] testsuite: Exmaple of custom testcase for downstreams Uladzimir Bely
2023-03-26 17:30   ` Uladzimir Bely
2023-03-31  6:48 ` [PATCH v2 0/3] Creating custom testcases based on Isar one Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox