From: Anthony PERARD <anthony.perard@citrix.com>
To: xen-devel@lists.xenproject.org
Cc: Anthony PERARD <anthony.perard@citrix.com>,
Ian Jackson <Ian.Jackson@eu.citrix.com>
Subject: [OSSTEST PATCH v13 00/24] Have OpenStack tested on top of xen's master and libvirt's master.
Date: Tue, 25 Jul 2017 12:57:35 +0100 [thread overview]
Message-ID: <20170725115759.21895-1-anthony.perard@citrix.com> (raw)
Now powered with subunit-to-substep engine.
The Tempest test names reported via subunit are in the form:
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume]
so very long. Sometime, it in the form: "setUpClass ($classname)" for skipped
or failed tests preparation.
git tree:
https://xenbits.xen.org/git-http/people/aperard/osstest.git
tag: openstack-v13
(Acked, New):
A ts-openstack-deploy: Deploy OpenStack on a host with devstack
A ts-openstack-tempest: Run Tempest to check OpenStack
A ts-openstack-deploy: Set http proxy
A TestSupport: provide target_https_mitm_proxy_cert_path
A ts-openstack-deploy: set CURL_CA_BUNDLE
A ts-openstack-deploy: Keep CURL_CA_BUNDLE when sudo is called
A ts-openstack-deploy: Try to disable use of SYSTEMD
A ts-kernel-build: Enable network related modules for Neutron
A ts-openstack-deploy: Switch to Neutron for network
ts-openstack-deploy: Increase open fd limit for RabbitMQ
A ts-openstack-deploy: Apply a Tempest patch
A ts-openstack-deploy: Ignore libvirt-python version and use latest
A ts-openstack-tempest: Fix tempest invocation
A ts-openstack-tempest: Update list of skipped tests
A ts-openstack-deploy: Move logs to /var/log/openstack
A ts-logs-capture: Capture OpenStack logs
A ts-openstack-deploy: Increase devstack timeout
N TestSupport: Introduce target_cmd_stashed
TestSupport: Implement target_subunit_cmd a subunit stream parser into substeps
A ts-openstack-tempest: Use target_subunit_cmd
Create a flight to test OpenStack with xen-unstable and libvirt
N New branch openstack-ocata
A make-flight: Increase dom0_mem for openstack flight
N openstack tests: Don't run them on arm*
Changes in V13:
- parse more from subunit.
- new target_cmd_stashed
- details in patch notes
Changes in V12:
- new patches to introduce a subunit stream parser and have subunit tests
appears as substeps.
- rework openstack flight generation, get rid of the patch that introduced
'openstack' branch which is not used, have the flight test a stable branch of
openstack (release Ocata), branch name: openstack-ocata
Changes in V11:
- plenty of new patches, on top of the original 3 patches that were acked.
- and an attempt at creating a flight for a stable branch of openstack. But
there is many git tree to pull the branch from.
Anthony PERARD (21):
ts-openstack-deploy: Deploy OpenStack on a host with devstack
ts-openstack-tempest: Run Tempest to check OpenStack
ts-openstack-deploy: Keep CURL_CA_BUNDLE when sudo is called
ts-openstack-deploy: Try to disable use of SYSTEMD
ts-kernel-build: Enable network related modules for Neutron
ts-openstack-deploy: Switch to Neutron for network
ts-openstack-deploy: Increase open fd limit for RabbitMQ
ts-openstack-deploy: Apply a Tempest patch
ts-openstack-deploy: Ignore libvirt-python version and use latest
ts-openstack-tempest: Fix tempest invocation
ts-openstack-tempest: Update list of skipped tests
ts-openstack-deploy: Move logs to /var/log/openstack
ts-logs-capture: Capture OpenStack logs
ts-openstack-deploy: Increase devstack timeout
TestSupport: Introduce target_cmd_stashed
TestSupport: Implement target_subunit_cmd a subunit stream parser into
substeps
ts-openstack-tempest: Use target_subunit_cmd
Create a flight to test OpenStack with xen-unstable and libvirt
New branch openstack-ocata
make-flight: Increase dom0_mem for openstack flight
openstack tests: Don't run them on arm*
Ian Jackson (3):
ts-openstack-deploy: Set http proxy
TestSupport: provide target_https_mitm_proxy_cert_path
ts-openstack-deploy: set CURL_CA_BUNDLE
Osstest/TestSupport.pm | 133 ++++++++++++++++++++++++++++++++++++
ap-common | 19 ++++++
ap-fetch-version | 6 ++
ap-fetch-version-old | 8 +++
ap-print-url | 3 +
ap-push | 7 ++
cr-daily-branch | 31 +++++++++
cr-for-branches | 2 +-
cri-common | 1 +
make-flight | 47 ++++++++++++-
sg-run-job | 6 ++
ts-kernel-build | 17 ++++-
ts-logs-capture | 6 ++
ts-openstack-deploy | 182 +++++++++++++++++++++++++++++++++++++++++++++++++
ts-openstack-tempest | 63 +++++++++++++++++
15 files changed, 527 insertions(+), 4 deletions(-)
create mode 100755 ts-openstack-deploy
create mode 100755 ts-openstack-tempest
--
Anthony PERARD
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next reply other threads:[~2017-07-25 11:58 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-25 11:57 Anthony PERARD [this message]
2017-07-25 11:57 ` [OSSTEST PATCH v13 01/24] ts-openstack-deploy: Deploy OpenStack on a host with devstack Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 02/24] ts-openstack-tempest: Run Tempest to check OpenStack Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 03/24] ts-openstack-deploy: Set http proxy Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 04/24] TestSupport: provide target_https_mitm_proxy_cert_path Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 05/24] ts-openstack-deploy: set CURL_CA_BUNDLE Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 06/24] ts-openstack-deploy: Keep CURL_CA_BUNDLE when sudo is called Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 07/24] ts-openstack-deploy: Try to disable use of SYSTEMD Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 08/24] ts-kernel-build: Enable network related modules for Neutron Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 09/24] ts-openstack-deploy: Switch to Neutron for network Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 10/24] ts-openstack-deploy: Increase open fd limit for RabbitMQ Anthony PERARD
2017-07-25 17:41 ` Ian Jackson
2017-07-25 11:57 ` [OSSTEST PATCH v13 11/24] ts-openstack-deploy: Apply a Tempest patch Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 12/24] ts-openstack-deploy: Ignore libvirt-python version and use latest Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 13/24] ts-openstack-tempest: Fix tempest invocation Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 14/24] ts-openstack-tempest: Update list of skipped tests Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 15/24] ts-openstack-deploy: Move logs to /var/log/openstack Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 16/24] ts-logs-capture: Capture OpenStack logs Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 17/24] ts-openstack-deploy: Increase devstack timeout Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 18/24] TestSupport: Introduce target_cmd_stashed Anthony PERARD
2017-07-25 18:26 ` Ian Jackson
2017-07-26 15:22 ` Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 19/24] TestSupport: Implement target_subunit_cmd a subunit stream parser into substeps Anthony PERARD
2017-07-25 18:00 ` Ian Jackson
2017-07-26 15:03 ` Anthony PERARD
2017-07-26 15:41 ` Ian Jackson
2017-07-27 14:42 ` Anthony PERARD
2017-07-27 16:12 ` Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 20/24] ts-openstack-tempest: Use target_subunit_cmd Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 21/24] Create a flight to test OpenStack with xen-unstable and libvirt Anthony PERARD
2017-07-25 18:09 ` Ian Jackson
2017-07-26 15:15 ` Anthony PERARD
2017-07-26 15:44 ` Ian Jackson
2017-07-25 11:57 ` [OSSTEST PATCH v13 22/24] New branch openstack-ocata Anthony PERARD
2017-07-25 18:22 ` Ian Jackson
2017-07-25 11:57 ` [OSSTEST PATCH v13 23/24] make-flight: Increase dom0_mem for openstack flight Anthony PERARD
2017-07-25 11:57 ` [OSSTEST PATCH v13 24/24] openstack tests: Don't run them on arm* Anthony PERARD
2017-07-25 18:18 ` Ian Jackson
2017-07-26 15:19 ` Anthony PERARD
2017-07-26 15:45 ` Ian Jackson
2017-07-25 18:27 ` [OSSTEST PATCH v13 00/24] Have OpenStack tested on top of xen's master and libvirt's master Ian Jackson
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=20170725115759.21895-1-anthony.perard@citrix.com \
--to=anthony.perard@citrix.com \
--cc=Ian.Jackson@eu.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 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).