xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH OSSTEST 0/4] Have OpenStack tested on top of xen's master and libvirt's master.
@ 2015-07-16 11:18 Anthony PERARD
  2015-07-16 11:18 ` [PATCH OSSTEST 1/4] ts-kernel-build: Enable CONFIG_NETFILTER_XT_TARGET_CHECKSUM Anthony PERARD
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Anthony PERARD @ 2015-07-16 11:18 UTC (permalink / raw)
  To: xen-devel; +Cc: Anthony PERARD, Ian Jackson, Ian Campbell

Hi,

I have looked into getting OpenStack been tested on the latest Xen via
osstest. There is an adjustement in common code to accomodate OpenStack,
this is an extra Linux config option. Otherwise anything else should be
done only if a Toolstack named "openstack" is to be used for testing.

I've introduce an extra Osstest::Toolstack which help to install extra
package, and use ballonning for Dom0, 500MB for Dom0 is definetly not
enough.

The ts-devstack script does prepare a bit more the host, clone devstack,
then run ./stack.sh, which is a bit like raisin. Once the machine ready,
the integration test suite from OpenStack, Tempest, is started. Do you
think those two step should be in separate test, one for devstack, and one
for Tempest?  I have not done it, but we could have some smoke test before
Tempest where osstest tryied to start a guest.

For the last patch, I've tried to have ./standalone make-flight have only
the necessary jobs to run test-amd64-amd64-devstack, but there is still
build-xsm in the list.

Then later, there will be the question of which tree to track, devstack?
nova? Or don't track any and just test with the master branch from time to
time.

Thanks,

Anthony PERARD (4):
  ts-kernel-build: Enable CONFIG_NETFILTER_XT_TARGET_CHECKSUM
  Toolstack: Add OpenStack as a toolstack.
  ts-devstack: Deploy OpenStack then test it with Tempest
  Create a flight to test OpenStack with xen-unstable and libvirt.

 Osstest/Toolstack/openstack.pm |  81 +++++++++++
 ap-common                      |   4 +
 ap-fetch-version               |   4 +
 ap-fetch-version-old           |   5 +
 ap-print-url                   |   3 +
 cri-common                     |   1 +
 make-flight                    |  17 +++
 mfi-common                     |   7 +
 sg-run-job                     |   5 +
 ts-devstack                    | 305 +++++++++++++++++++++++++++++++++++++++++
 ts-kernel-build                |   5 +
 ts-xen-install                 |   1 +
 12 files changed, 438 insertions(+)
 create mode 100644 Osstest/Toolstack/openstack.pm
 create mode 100755 ts-devstack

-- 
Anthony PERARD

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

end of thread, other threads:[~2015-07-20 15:35 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-16 11:18 [PATCH OSSTEST 0/4] Have OpenStack tested on top of xen's master and libvirt's master Anthony PERARD
2015-07-16 11:18 ` [PATCH OSSTEST 1/4] ts-kernel-build: Enable CONFIG_NETFILTER_XT_TARGET_CHECKSUM Anthony PERARD
2015-07-17 15:48   ` Ian Campbell
2015-07-16 11:18 ` [PATCH OSSTEST 2/4] Toolstack: Add OpenStack as a toolstack Anthony PERARD
2015-07-17 15:58   ` Ian Campbell
2015-07-17 16:32     ` Anthony PERARD
2015-07-17 16:45       ` Ian Campbell
2015-07-16 11:18 ` [PATCH OSSTEST 3/4] ts-devstack: Deploy OpenStack then test it with Tempest Anthony PERARD
2015-07-17 16:04   ` Ian Campbell
2015-07-20 14:12     ` Anthony PERARD
2015-07-20 14:31       ` Ian Campbell
2015-07-17 16:10   ` Ian Campbell
2015-07-20 14:16     ` Anthony PERARD
2015-07-16 11:18 ` [PATCH OSSTEST 4/4] Create a flight to test OpenStack with xen-unstable and libvirt Anthony PERARD
2015-07-17 16:08   ` Ian Campbell
2015-07-17 15:51 ` [PATCH OSSTEST 0/4] Have OpenStack tested on top of xen's master and libvirt's master Ian Campbell
2015-07-17 16:22 ` Ian Campbell
2015-07-20 15:07   ` Anthony PERARD
2015-07-20 15:27     ` Ian Jackson
2015-07-20 15:35     ` Ian Campbell

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).