All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] OSSTest test-harness for livepatches.
@ 2016-11-17  1:37 Konrad Rzeszutek Wilk
  2016-11-17  1:37 ` [PATCH v1 1/7] ts-xen-build: Enable livepatch Konrad Rzeszutek Wilk
                   ` (7 more replies)
  0 siblings, 8 replies; 21+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-11-17  1:37 UTC (permalink / raw)
  To: xen-devel, Ian.Jackson; +Cc: Marcos.Matsunaga

Heya!

With this test-harness I am able to run the regressions tests on livepatches
on Xen 4.8. I only used the standalone tests. The incantations was:

To prep:
./sg-run-job build-amd64
./sg-run-job build-amd64-pvops

And then to run:
./sg-run-job test-amd64-amd64-livepatch

There are still some TODOs such as:
 - Test this on ARM (it should work out of the box),
 - Not sure how to hook this up to the real OSSTest?
 - It is missing checks to only run the testcases on Xen 4.8 or later.

Anyhow, please see the patches and provide feedback.

Thanks!

 Osstest/TestSupport.pm |  28 ++++++++------
 make-flight            |  12 ++++++
 mfi-common             |   9 +++++
 sg-run-job             |   5 +++
 ts-livepatch           | 102 +++++++++++++++++++++++++++++++++++++++++++++++++
 ts-xen-build           |  14 +++++++
 6 files changed, 159 insertions(+), 11 deletions(-)

Konrad Rzeszutek Wilk (7):
      ts-xen-build: Enable livepatch.
      ts-xen-build: Build the livepatch test-cases
      ts-xen-build: Install livepatch regressions tests.
      OssTest: Add target_cmd_root_rc which returns return code.
      ts-livepatch: Initial test-cases.
      sg-run-job: Add the test-livepatch.
      make-flight/mfi-common: Add them in the matrix.


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2016-12-12 16:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-17  1:37 [PATCH v1] OSSTest test-harness for livepatches Konrad Rzeszutek Wilk
2016-11-17  1:37 ` [PATCH v1 1/7] ts-xen-build: Enable livepatch Konrad Rzeszutek Wilk
2016-11-17 11:45   ` Ian Jackson
2016-11-17  1:37 ` [PATCH v1 2/7] ts-xen-build: Build the livepatch test-cases Konrad Rzeszutek Wilk
2016-11-17  1:37 ` [PATCH v1 3/7] ts-xen-build: Install livepatch regressions tests Konrad Rzeszutek Wilk
2016-11-17 11:49   ` [PATCH v1 3/7] ts-xen-build: Install livepatch regressions tests. [and 1 more messages] Ian Jackson
2016-11-21 21:28     ` Konrad Rzeszutek Wilk
2016-12-12 16:12       ` Ian Jackson
2016-11-17  1:37 ` [PATCH v1 4/7] OssTest: Add target_cmd_root_rc which returns return code Konrad Rzeszutek Wilk
2016-11-17 11:53   ` Ian Jackson
2016-11-17  1:37 ` [PATCH v1 5/7] ts-livepatch: Initial test-cases Konrad Rzeszutek Wilk
2016-11-17 12:21   ` Ian Jackson
2016-11-21 22:47     ` Konrad Rzeszutek Wilk
2016-12-12 16:17       ` Ian Jackson
2016-11-17  1:37 ` [PATCH v1 6/7] sg-run-job: Add the test-livepatch Konrad Rzeszutek Wilk
2016-11-17 12:23   ` Ian Jackson
2016-11-17  1:37 ` [PATCH v1 7/7] make-flight/mfi-common: Add them in the matrix Konrad Rzeszutek Wilk
2016-11-17 12:24   ` Ian Jackson
2016-12-12 19:01     ` Konrad Rzeszutek Wilk
2016-12-12 16:19       ` Ian Jackson
2016-11-17 12:28 ` [PATCH v1] OSSTest test-harness for livepatches Ian Jackson

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.