Move from project-config the job definitions for python-redfish with
the .zuul.yaml config file (except publish-to-pypi) and adapt templates
to new v3 naming style, thanks to Andreas Jaeger
Change-Id: I96d47f8b754864053cb46e0c89e123cac6f571cf
- print Part or Serial numbers of Chassis and Systems
using a specific jinja2 template
- for HPE servers, print them for NICs and SmartArrays, and Physical
drives behind (not seen with calls on standard components)
Change-Id: I741c97847a07e126d7f34ceaa4695f9a8cdcec2b
This should have been a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal, but as it failed,
it's now done manually.
See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html
Change-Id: Ic0eed440b0b117e620508154c3a58392610a8768
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: I9a9dd136170022802efe02bbdd9110dea634582c
This patch updates the `develsetup.rst` link in testing.rst which
is throwing 404 with the current link. And also updated the
develsetup document to link to the dmtf/README.rst for detailed
setup steps.
Change-Id: I3d27b0e06d7a236c9491333b580fcad665d56728
- Move previous simulator files into mockup_0.99.0a directory.
- Cleanup, adapt mockup_0.99.0a files.
- Add mockup_1.1.0 directory to host the new simulator files.
Note :
- First redfish-client tests against this new mockup work well.
- Of course, this is a first commit so it could be refined.
Change-Id: I88ac480e5b303922be5ec37e1a14a91f68d0bd92
The change on commit I319376f818b532a1511248a9f17ecd0a41540e88 is
reverse by Id13e94d75f85fec7d98f1fa005c37836c244e08a recently
Change-Id: Ibf8cd587bbbc2d01614e677721f5d80fce06e1fa
- Check if local docker is available, if not skip the tests.
So this should allow gerrit tests to pass.
- Stick to docker-py 1.x, because 2.0 has lot of naming changes.
- Use Fedora 25 instead of 23.
- Use Ubuntu 16.04 instead of 14.04.
- Use pip --pre parameter. Allowing to test dev release (pre).
- Rename Dockerfiles to get more consistency using a new naming
convention.
- Naming convention that I hope will make Bruno happy ! ;)
Change-Id: I3cbd51f201c4805ba58ebcabb023237624d4dfc8