From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH OSSTEST v2 0/6] Have OpenStack tested on top of xen's master and libvirt's master. Date: Wed, 9 Sep 2015 17:13:07 +0100 Message-ID: <1441815187.24450.349.camel@citrix.com> References: <1438880611-13244-1-git-send-email-anthony.perard@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1438880611-13244-1-git-send-email-anthony.perard@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Anthony PERARD , xen-devel@lists.xen.org Cc: Ian Jackson List-Id: xen-devel@lists.xenproject.org On Thu, 2015-08-06 at 18:03 +0100, Anthony PERARD wrote: > Anthony PERARD (6): > ts-kernel-build: Enable CONFIG_NETFILTER_XT_TARGET_CHECKSUM > ts-kernel-build: Compile CONFIG_CRYPTO_XTS in > ts-xen-install: Add dom0_mem runvar to control dom0 memory I stuck these 3 into osstest's pretest with the acks given. > ts-openstack-devstack: Deploy OpenStack on a host > ts-openstack-tempest: Run Tempest to check OpenStack > Create a flight to test OpenStack with xen-unstable and libvirt > > ap-common | 9 ++ > ap-fetch-version | 4 + > ap-fetch-version-old | 5 + > ap-print-url | 3 + > cri-common | 1 + > make-flight | 42 ++++++- > mfi-common | 5 + > sg-run-job | 6 + > ts-kernel-build | 8 ++ > ts-openstack-devstack | 304 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > ts-openstack-tempest | 35 ++++++ > ts-xen-install | 3 +- > 12 files changed, 423 insertions(+), 2 deletions(-) > create mode 100755 ts-openstack-devstack > create mode 100755 ts-openstack-tempest >