From: "Juraj Linkeš" <juraj.linkes@pantheon.tech>
To: "ohilyard@iol.unh.edu" <ohilyard@iol.unh.edu>,
"dts@dpdk.org" <dts@dpdk.org>
Cc: "lijuan.tu@intel.com" <lijuan.tu@intel.com>
Subject: RE: [PATCH v3 1/3] framework: Move test-specific files to test directory
Date: Thu, 14 Apr 2022 05:39:22 +0000 [thread overview]
Message-ID: <910c769d986a4c1f8c99515e74ebcfc8@pantheon.tech> (raw)
In-Reply-To: <20220413145437.31526-1-ohilyard@iol.unh.edu>
> Subject: [PATCH v3 1/3] framework: Move test-specific files to test directory
>
> From: Owen Hilyard <ohilyard@iol.unh.edu>
>
> The DTS Improvement Working Group decided to move files specific to a single
> test or a small group of tests into tests/util. This is done in order to aid in the
> organization of DTS.
>
> Signed-off-by: Owen Hilyard <ohilyard@iol.unh.edu>
> ---
> framework/flow/__init__.py | 0
> framework/virt_resource.py | 2 +-
> tests/data/__init__.py | 2 ++
> tests/util/__init__.py | 2 ++
> tests/util/flow/__init__.py | 2 ++
> {framework => tests/util}/flow/enums.py | 0
> {framework => tests/util}/flow/exceptions.py | 0
> {framework => tests/util}/flow/flow.py | 0
> {framework => tests/util}/flow/flow_action_items.py | 0
> {framework => tests/util}/flow/flow_items.py | 8 +++-----
> {framework => tests/util}/flow/flow_pattern_items.py | 0
> {framework => tests/util}/flow/flow_rule.py | 2 +-
> {framework => tests/util}/flow/generator.py | 0
> tests/util/virt/__init__.py | 2 ++
> {framework => tests/util/virt}/virt_base.py | 8 ++++----
> {framework => tests/util/virt}/virt_common.py | 8 ++++----
> {framework => tests/util/virt}/virt_dut.py | 10 +++++-----
> {framework => tests/util/virt}/virt_scene.py | 12 ++++++------
Looks like you didn't move the qemu files.
prev parent reply other threads:[~2022-04-14 5:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-13 14:54 ohilyard
2022-04-13 14:54 ` [PATCH v3 2/3] update files depending on tests/util ohilyard
2022-04-14 5:40 ` Juraj Linkeš
2022-04-14 19:53 ` Owen Hilyard
2022-04-20 8:45 ` Juraj Linkeš
2022-04-13 14:54 ` [PATCH v3 3/3] all: ran formatter ohilyard
2022-04-14 5:39 ` Juraj Linkeš [this message]
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=910c769d986a4c1f8c99515e74ebcfc8@pantheon.tech \
--to=juraj.linkes@pantheon.tech \
--cc=dts@dpdk.org \
--cc=lijuan.tu@intel.com \
--cc=ohilyard@iol.unh.edu \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).