43 Commits (b22533e6a069d5e3186e93b3bd66f70623d630f1)
 

Author SHA1 Message Date
Ghanshyam Mann b22533e6a0 [ussuri][goal] Update contributor documentation
This patch updates/adds the contributor documentation to follow
the guidelines of the Ussuri cycle community goal[1].

[1] https://governance.openstack.org/tc/goals/selected/ussuri/project-ptl-and-contrib-docs.html
Story: #2007236
Task: #38554

Change-Id: I07a94bbafe04e52f8594740dd5fbfe836ed54506
3 years ago
Zuul d4877e7d56 Merge "Update hacking for Python3" 3 years ago
Ghanshyam Mann e945720621 Use oslotest base class instead of tempest tests
tempest-stress use the tempest.tests.base which is
internal to tempest and should not be used.

Change-Id: I40485ae1c4adc423ed42d374de3ece3e5c96de0c
3 years ago
Andreas Jaeger 097a3790a8 Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Fix problems found.

Change-Id: Ib7870977e5aa66d1eb2e41d698ed058ebb65b4c1
3 years ago
Ghanshyam Mann 858fc6bf84 [ussuri][goal] Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

tempest-stress 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

Change-Id: Iea3eb7606ed89ef4ec61ca5d392d44bdfc927c3b
3 years ago
Ghanshyam Mann de0856c568 Correct README for repo path
Change-Id: I79ab8d8773cedd22d51fd0e7cd5d2007f11bb186
3 years ago
Manish Kumar 769a8609b4 Adding swap files in .gitignore
Change-Id: I49dd914ad3c348d3546d454e3f95370b6d240be2
4 years ago
Corey Bryant 324cf0ca07 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I8ed30a8113498c3df25b367fd5e9afbd23d6d9b4
Story: #2005924
Task: #34240
4 years ago
Zuul eafb8453f9 Merge "Update home-page" 4 years ago
huang.zhiping 3d0724349a Update home-page
Change-Id: I5a4ccdd7c0cfa967c38287fe6ec5c75351cdffcf
4 years ago
Ghanshyam Mann 0ec9920de7 Dropping the py35 testing
All the integration testing has been moved to
Bionic now[1] and py3.5 is not tested runtime for
Train or stable/stein[2].

As per below ML thread, we are good to drop the py35
testing now:
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/005097.html

[1] http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004647.html
[2]
https://governance.openstack.org/tc/reference/runtimes/stein.html
https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I332134edbdcfa442c6de965b27f50621ce6f4956
4 years ago
OpenDev Sysadmins cc54f0cbbc 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.
4 years ago
Manik Bindlish 759db16084 Add py36 and py37 tox envs
With python3.6 and python3.7 jobs added to the Zuul jobs, it makes sense
to add this to the tox config too.

Change-Id: I05055a387877c1be107a88f2d8b96a6e85440939
4 years ago
ZhongShengping 74e784cb9c add python 3.7 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.7.

See ML discussion here [1] for context.

[1] http://lists.openstack.org/pipermail/openstack-dev/2018-October/135626.html

Change-Id: Ida40bf74452994160501bc7d40e13b9615abebb2
Story: #2004073
Task: #27445
4 years ago
Zuul d598a7b9f1 Merge "fix misspelling of 'install'" 5 years ago
Zuul 1a1707ed2e Merge "fix tox python3 overrides" 5 years ago
pangliye 55a169a8ef fix misspelling of 'install'
Change-Id: Id036150fb30a5370b5d2b2a561ec368f93432ed5
5 years ago
Zuul 335fd2718a Merge "Removed older version of python added 3.5" 5 years ago
qingszhao 294c50aed3 Removed older version of python added 3.5
Remove the support of python3.4, because
in Ubuntu Xenial only (python3.4 is
restricted to <= Mitaka).

In setup.cfg file the python 3.5 is added
In tox.ini the python 3.5 is added

Change-Id: I32cb3c55ce1303ee20738a35724c2e33857e57f0
Closes-Bug:  #1801855
5 years ago
Manik Bindlish c9f97894a5 Change openstack-dev to openstack-discuss
Mailinglists have been updated.
Openstack-discuss replaces openstack-dev.

Change-Id: I4b029b01396b536a136dc9a9f43a1e6f72741bab
5 years ago
ZhijunWei 1ad9f3172c Use updated hacking url link
Change-Id: Id1705531f4939d6d34f3040c3a9c5acfd38ee446
5 years ago
qingszhao cebed27774 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I4631177d8bc714e8ed4e27d6fab662a99fe6b96c
5 years ago
Doug Hellmann f7066bea50 add python 3.6 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Icb01e53d2e4ef97af37209226cbb815b6a71f038
Story: #2002586
Task: #24327
5 years ago
Doug Hellmann aafc04208c add python 3.5 unit test job
This is a mechanically generated patch to add a unit test job running
under Python 3.5 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: Idd451006b27bc14711585779dd210b7a27c9b73e
Story: #2002586
Task: #24327
5 years ago
Doug Hellmann 54812ef39c import zuul job settings from project-config
This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: If4ff9a36ced1089817bc3e8bc3027d3a09587c3b
Story: #2002586
Task: #24327
5 years ago
Doug Hellmann c5cd8d5a48 Switch tox env to stestr & add .gitreview file
This commit switch tox env to stestr and fix few tests.
Add the file that tells git-review where the
gerrit instance is.

Change-Id: I717c02e790d5bd22991cc6898e0b3654e083617c
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Co-author: ghanshyam <gmann@ghanshyammann.com>
5 years ago
Ghanshyam Mann 76c2b39c2b Update CONTRIBUTING.rst 7 years ago
Ghanshyam Mann 37123c6eef Update .gitignore 7 years ago
Ghanshyam Mann b6c3d3838a Update README.rst 7 years ago
ghanshyam 04ab7c0dd4 Multiple fix: now running 7 years ago
ghanshyam df2232eebc Fix config options registration 7 years ago
ghanshyam e66891eca2 Fix action file path 7 years ago
ghanshyam 7009882d59 add config files path options 7 years ago
ghanshyam 9658eed822 Fix config.py 7 years ago
Ghanshyam Mann 2814653559 Update README.rst 7 years ago
Ghanshyam Mann ae4c1ab3d5 Update README.rst 7 years ago
ghanshyam 5eb28c6448 Fix config optins registration 7 years ago
ghanshyam 90220de169 Merge branch 'master' of https://github.com/ghanshyammann/tempest_stress 7 years ago
ghanshyam 98e7250c8b Fix more import 7 years ago
Ghanshyam Mann 8782d22797 Update requirements.txt 7 years ago
ghanshyam e869fde244 Fix import modules 7 years ago
ghanshyam 3a3f7d7d9c Initial commit for stress framework from tempest 7 years ago
gmann df94348675 Initial commit 7 years ago