Commit Graph

11 Commits

Author SHA1 Message Date
Sawan Choudhary 9ec79f7de8 Port from Python2 to Python3
node_check fails to evaluate down hypervisors
Switch to stestr

Change-Id: I99bdc541f28781665b751b05de5605a54f766497
(cherry picked from commit 2c8a5af1b5)
2020-12-11 17:44:41 +05:30
Anand Shanmugam ace2c424f1 Disabling python27 unit tests and enabling zuul jobs
Change-Id: I94bec5d6818cbf5d2e58589efdba7799cb6e02e7
2020-05-27 23:07:56 +05:30
rajat29 1ddb85f3a0 Remove pypy
Pypy is not checked on gate

Change-Id: I3f0c0ddfff45fc0a047c1ea45f71e2dff4052d3b
2020-05-14 12:57:13 +05:30
huang.zhiping 4144fed5dc 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: I56f24f07b036e03fd7788f5bc3303aa9f65949db
2018-06-10 16:17:23 +00:00
deepakmourya 45b7cbe59c Remove support for py34.
The gating on python 3.4 is restricted to <= Mitaka. This is due to
the change from Ubuntu Trusty to Xenial, where only python3.5 is
available. There is no need to continue to keep these settings.

Change-Id: I75de7a38b7a339bf6ba1927a044537f975205569
2017-06-22 10:28:44 +05:30
Anand Shanmugam 27daddf868 Testing upgrade
Change-Id: Id460b8d191b921d443524cd656b9365793baa8d4
2017-03-02 20:58:51 -08:00
Anand Shanmugam f0e9321cce Pinning tox version to prevent update
Change-Id: I5ef8070a1a2b9edd108cf6715985c55e6e0186ce
2016-01-22 11:28:20 -08:00
janonymous 2fb28a5721 py26/py33 are no longer supported by Infra's CI
Python 3.3/2.6 support would be dropped by
Infra team from mitaka,CI would no longer be testing it,
so projects should drop it also.

Change-Id: Ia7412dd27357ee05fdc9da97f3db8b13aca8fafe
2015-12-26 13:41:15 +05:30
Ramaraja ddbcf6ba58 Enabling bandit test in tox.
Change-Id: I9bf4a2a42ca488516a580aae7f8376e8efe63e9c
2015-11-13 05:16:27 -08:00
hayderimran7 7f004cd9dc Add option to generate sample conf file.
This patch allows user to use `tox -egenconfig` to directly
generate a sample conf file in etc/cloudpulse/cloudpulse.conf.sample.
This helps in vetting any doubts if the already given conf is
outdated or has incorrect config options.

Change-Id: Ib25b09c838114dd022a28b7b1b5e8d9c190a817b
2015-10-20 21:13:43 -07:00
Steven Dake b2b2f1cf7b Import of a cookiecutter repository for cloudpulse
Import of a cookiecutter repository from cloudpulse built by:

    https://github.com/openstack-dev/cookiecutter
2015-05-07 12:05:52 -07:00