From: Petre Pircalabu <ppircalabu@bitdefender.com>
To: xen-devel@lists.xenproject.org
Cc: Petre Pircalabu <ppircalabu@bitdefender.com>,
Stefano Stabellini <sstabellini@kernel.org>,
Wei Liu <wei.liu2@citrix.com>,
Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>,
George Dunlap <George.Dunlap@eu.citrix.com>,
Andrew Cooper <andrew.cooper3@citrix.com>,
Ian Jackson <ian.jackson@eu.citrix.com>, Tim Deegan <tim@xen.org>,
Julien Grall <julien.grall@arm.com>,
Jan Beulich <jbeulich@suse.com>
Subject: [PATCH XTF v2 0/4] Add monitor tests to XTF
Date: Fri, 28 Dec 2018 20:42:38 +0200 [thread overview]
Message-ID: <cover.1546021481.git.ppircalabu@bitdefender.com> (raw)
Extend the framework to support (simple) monitor related tests.
Changes from v1:
- Refactored the monitor test (cleanup)
- Replace the "emul-unimplemented" test with a simpler mem_access test
Petre Pircalabu (4):
xtf-runner: split into logical components
xtf: Add executable test class
xtf: Add monitor test class
xtf: Add monitor mem_access test
Makefile | 6 +-
build/common.mk | 22 +-
build/files.mk | 3 +
build/gen.mk | 25 +-
build/mkinfo.py | 84 +++++--
common/report.c | 8 -
docs/all-tests.dox | 4 +
include/monitor/monitor.h | 136 +++++++++++
include/xtf/report.h | 8 +
monitor/Makefile | 20 ++
monitor/monitor.c | 481 +++++++++++++++++++++++++++++++++++++
tests/monitor-mem-access/Makefile | 14 ++
tests/monitor-mem-access/main.c | 37 +++
tests/monitor-mem-access/monitor.c | 159 ++++++++++++
xtf-runner | 334 +++----------------------
xtf/__init__.py | 12 +
xtf/domu_test.py | 179 ++++++++++++++
xtf/exceptions.py | 6 +
xtf/executable_test.py | 83 +++++++
xtf/logger.py | 23 ++
xtf/monitor_test.py | 132 ++++++++++
xtf/suite.py | 100 ++++++++
xtf/test.py | 139 +++++++++++
xtf/utils.py | 17 ++
xtf/xl_domu.py | 121 ++++++++++
25 files changed, 1821 insertions(+), 332 deletions(-)
create mode 100644 include/monitor/monitor.h
create mode 100644 monitor/Makefile
create mode 100644 monitor/monitor.c
create mode 100644 tests/monitor-mem-access/Makefile
create mode 100644 tests/monitor-mem-access/main.c
create mode 100644 tests/monitor-mem-access/monitor.c
create mode 100644 xtf/__init__.py
create mode 100644 xtf/domu_test.py
create mode 100644 xtf/exceptions.py
create mode 100644 xtf/executable_test.py
create mode 100644 xtf/logger.py
create mode 100644 xtf/monitor_test.py
create mode 100644 xtf/suite.py
create mode 100644 xtf/test.py
create mode 100644 xtf/utils.py
create mode 100644 xtf/xl_domu.py
--
2.7.4
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next reply other threads:[~2018-12-28 18:42 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-28 18:42 Petre Pircalabu [this message]
2018-12-28 18:42 ` [PATCH XTF v2 1/4] xtf-runner: split into logical components Petre Pircalabu
2018-12-28 18:42 ` [PATCH XTF v2 2/4] xtf: Add executable test class Petre Pircalabu
2018-12-28 18:42 ` [PATCH XTF v2 3/4] xtf: Add monitor " Petre Pircalabu
2019-01-02 13:43 ` Wei Liu
2019-01-03 11:47 ` Petre Ovidiu PIRCALABU
2018-12-28 18:42 ` [PATCH XTF v2 4/4] xtf: Add monitor mem_access test Petre Pircalabu
2019-01-02 14:27 ` Tamas K Lengyel
2019-01-03 11:08 ` Petre Ovidiu PIRCALABU
2019-01-02 13:24 ` [PATCH XTF v2 0/4] Add monitor tests to XTF Wei Liu
2019-01-03 10:59 ` Petre Ovidiu PIRCALABU
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=cover.1546021481.git.ppircalabu@bitdefender.com \
--to=ppircalabu@bitdefender.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=andrew.cooper3@citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=jbeulich@suse.com \
--cc=julien.grall@arm.com \
--cc=konrad.wilk@oracle.com \
--cc=sstabellini@kernel.org \
--cc=tim@xen.org \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.org \
/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.