From: Cyril Hrubis <chrubis@suse.cz>
To: ltp@lists.linux.it
Subject: [LTP] [PATCH 2/2] lib: Add test library design document
Date: Tue, 1 Dec 2020 09:26:58 +0100 [thread overview]
Message-ID: <20201201082658.GA20076@yuki.lan> (raw)
In-Reply-To: <20201201074243.GA6306@janakin.usersys.redhat.com>
Hi!
> Looks good to me.
Thanks.
> What do you think about adding a small ascii picture(s)?
> For example, one that shows outline of what's called in
> library vs. test process:
>
> lib process
> +----------------------------+
> | main |
> | tst_run_tcases |
> | do_setup |
> | for_each_variant |
> | for_each_filesystem | test process
> | fork_testrun ---------------------+--------------------------------------------+
> | waitpid | | testrun |
> | | | do_test_setup |
> | | | tst_test->setup |
> | | | run_tests |
> | | | tst_test->test(i) or tst_test->test_all |
> | | | do_test_cleanup |
> | | | tst_test->cleanup |
> | | | exit(0) |
> | do_exit | +--------------------------------------------+
> | do_cleanup |
> | exit(ret) |
> +----------------------------+
I would love that, feel free to send v2 based on my patch.
--
Cyril Hrubis
chrubis@suse.cz
next prev parent reply other threads:[~2020-12-01 8:26 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-27 16:31 [LTP] [PATCH 0/2] First step in formalizing the test library Cyril Hrubis
2020-11-27 16:31 ` [LTP] [PATCH 1/2] lib: tst_test.c: Add TBROK counter Cyril Hrubis
2020-12-03 12:16 ` Cyril Hrubis
2020-12-08 13:51 ` Petr Vorel
2020-12-09 14:08 ` Cyril Hrubis
2020-11-27 16:31 ` [LTP] [PATCH 2/2] lib: Add test library design document Cyril Hrubis
2020-12-01 7:42 ` Jan Stancek
2020-12-01 8:26 ` Cyril Hrubis [this message]
2020-12-01 9:07 ` [LTP] [PATCH v2 " Jan Stancek
2020-12-01 9:20 ` Cyril Hrubis
2020-12-01 10:47 ` Jan Stancek
2020-12-01 12:17 ` Cyril Hrubis
2020-12-01 11:38 ` Joerg Vehlow
2020-12-02 20:10 ` Cyril Hrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201201082658.GA20076@yuki.lan \
--to=chrubis@suse.cz \
--cc=ltp@lists.linux.it \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.