Commit Graph

14 Commits

Author SHA1 Message Date
Erik Olof Gunnar Andersson cc5f321d2a Remove legacy testing code
The rally integration is no longer maintained, and isn't used
by the current CI.

Change-Id: I84d507c57e5c4888acb72390388481d62db9f60a
2021-11-29 13:17:50 -08:00
Ghanshyam Mann 29c0e6fbdf [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

Senlin is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Depends-On: https://review.opendev.org/#/c/693631/
Change-Id: I0377788d0db0e60d44c35f1d26eefd58502a452a
2019-11-17 17:48:53 +00:00
Duc Truong 28588bdaba Remove neutron-lbaas reference in .zuul
Neutron-lbaas is being retired [1] and references to that project need
to be removed from zuul jobs.

Senlin is already using octavia so those references to neutron-lbaas are
left-over from when the switch to octavia was made.

[1]
http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006142.html

Change-Id: Ideec4717d5a0577ebb49c93f1132ecedbc90d869
2019-05-13 16:40:27 +00:00
OpenDev Sysadmins 35047c68dc OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:42:00 +00:00
Ian Wienand aaf352663a Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Id77ad092d3117d38bcacfb9dcb7a0b921145d4cc
2019-03-24 20:36:06 +00:00
Duc Truong df5947ee16 Clean up devstack tempest jobs
- Created new senlin-tempest-base job with devstack-tempest as parent
- Base all senlin tempest jobs on senlin-tempest-base and remove any
  unnecessary settings
- Remove unused playbooks
- Use microversion 1.12 for all tempest jobs

Change-Id: I21998570d0826189a9a019b7cee226560d5388e0
2019-02-19 05:15:18 +00:00
Duc Truong ad3f7bc55b Make py35 api and functional test voting
Change-Id: Id925f1d99ad60bdfc4cdb76b95ad6ab460bb1f0e
2019-02-04 17:41:30 +00:00
Duc Truong c55f6e5914 Remove old tempest remanents from main repo
The senlin/tests/tempest directory was left over after the switch to
senlin-tempest-plugin.  It contained the pre_test_hook and 
post_test_hook scripts.  These scripts already exists in the 
senlin-tempest-plugin repo and should be sourced from there when 
running the tempest jobs.

Change-Id: Iead889fc4e7d95860ed160f595c059dceedf7412
2018-09-12 20:28:06 +00:00
Vu Cong Tuan cf0173ff5b Remove testrepository
This commit is a follow-up of "switch to using stestr"
which was merged already [1].
After switch to using stestr, testrepository is unnecessary
and should be removed.

[1] https://review.openstack.org/#/c/570808/

Change-Id: I41e98c69839909727968f98b52905a370d0ea626
2018-07-13 10:53:31 +07:00
tengqm 3ee675b079 Attempt to fix integration tests
Seeams current integration failures are caused by devstack install of
heat.

Change-Id: If9c931468e013710ce6e991af0ddb06a710f4e4d
2018-01-27 09:38:01 -05:00
tengqm f9e9c89a9b WIP - Simplify zuul job config
Change-Id: Ibeda861b6c344d8b773229479390e7100ede7e0c
2018-01-27 06:27:23 -05:00
Duc Truong fa1ac4caf2 Fix devgate
* add senlin-tempest-plugin as required project for zuul
* change senlin-dsvm-tempest-* to run against senlin-tempest-plugin
* remove entry points tempest plugin
* change entry point for openstack_test to point to senlin-tempest-plugin
* add missing methods in neutron test driver
* fix check of force option for cluster delete and node delete
* add zaqar-tempest-plugin in devstack for gate test
* fix bug with attached_volume property
* removed tempest
* updated readme

Depends-On: I4eb9a9dbc0a1bdd5e0864c147974cf8e371789c2

Change-Id: I39761f5d1dd7fa4c38cf76929e996aafa65297ca
2018-01-22 23:46:13 -05:00
Ihar Hrachyshka e6a370641f Switched rally job from q-qos to neutron-qos
There is no functional difference between two in how devstack plugin for
neutron is implemented; but using neutron-* name pattern allows gate to
enable lib/neutron instead of lib/neutron-legacy devstack library to
deploy neutron services, which is the plan for all next releases.

Depends-On: I2fbd7649b6ef312940dca704ed3ebdb1e2e93576
Change-Id: I5df0da31a137b49f24b1337cfc16e938f8de9f9f
2018-01-11 11:36:30 -08:00
Duong Ha-Quang 9a002f9780 Move legacy jobs to project
This patch implements first step in zuulv3 migration guide [1]:

Move jobs to senlin repo

[1] https://docs.openstack.org/infra/manual/zuulv3.html#legacy-job-migration-details

Change-Id: Ib0430323b678ec0fdcb331afc61e80b000cbfeae
Co-Authored-By: Tovin Seven <vinhnt@vn.fujitsu.com>
2017-10-18 10:24:32 +00:00