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

This documents how to create custom (downstream) avocado-based
testcase that reuses testcase classes implemented in Isar.

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

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

 testsuite/README.md                           | 101 ++++++++++++++++++
 testsuite/cibuilder.py                        |   6 +-
 .../{ => scripts}/test_example_module.sh      |   0
 testsuite/{ => scripts}/test_getty_target.sh  |   0
 4 files changed, 106 insertions(+), 1 deletion(-)
 rename testsuite/{ => scripts}/test_example_module.sh (100%)
 mode change 100644 => 100755
 rename testsuite/{ => scripts}/test_getty_target.sh (100%)
 mode change 100644 => 100755

-- 
2.20.1


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

end of thread, other threads:[~2023-02-28 10:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28  7:47 [PATCH 0/3] Creating custom testcases based on Isar one Uladzimir Bely
2023-02-28  7:47 ` [PATCH 1/3] testsuite: Check availability of script to run over ssh Uladzimir Bely
2023-02-28  7:47 ` [PATCH 2/3] testsuite: Move test scripts to their own subdirectory Uladzimir Bely
2023-02-28  7:47 ` [PATCH 3/3] testsuite: Document custom testcase for downstreams Uladzimir Bely
2023-02-28 10:16   ` Henning Schild

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