Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Jaeger 754d7b048c Retire repository
Fuel (from openstack namespace) and fuel-ccp (in x namespace)
repositories are unused and ready to retire.

This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

See also
http://lists.openstack.org/pipermail/openstack-discuss/2019-December/011647.html

Depends-On: https://review.opendev.org/699362
Change-Id: I6a9128d5c87d7d4a2ca77db96ba6c8d9d2d91b17
2019-12-18 09:50:44 +01:00
M V P Nitesh 46063059ea Removes unnecessary utf-8 encoding
Change-Id: Ia70c1719ce3853391dfbdc0ce4a3469902724fbb
2017-02-10 06:35:12 +00:00
Jenkins 37d1855c0f Merge "Replace assertEquals with assertEqual" 2016-12-16 09:19:45 +00:00
Luong Anh Tuan bcf340eff3 Replace assertEquals with assertEqual
The method assertEquals has been deprecated since python 2.7.
http://docs.python.org/2/library/unittest.html#deprecated-aliases

Also in Python 3, a deprecated warning is raised when using assertEquals
therefore we should use assertEqual instead.

Change-Id: I4e99cd5d58b676f300eddcff673c26d4769e5af7
Closes-Bug: #1218185
2016-12-16 07:09:18 +00:00
gecong1973 819f93fe0a Change assertTrue(isinstance()) by optimal assert
Some of tests use different method of
assertTrue(isinstance(A, B)) or assertEqual(type(A), B).
The correct way is to use assertIsInstance(A, B) provided
by testtools

Change-Id: I6bb51ecec188847f67b579694bd47bf7599bfbd6
2016-11-17 10:50:57 +08:00
Alexander Kislitsky 9ce6b3f412 Fuel version from cluster used in OSWL reports
Wrong source for Fuel version was used in the OSWL report.
We used the version of Fuel installed on master node, instead of
cluster version. Thus in case of upgrade master node we had
different fuel versions in the clusters and OSWL reports for
the same master node uid.

Now we are using Fuel version from OSWL.version_info or from
the cluster data. Fuel version from cluster is used also in the
plugins report.

Change-Id: I114beae261686fb6e4d77504dd102b722a43e611
Closes-Bug: #1547565
2016-02-29 13:19:07 +03:00
Alexander Kislitsky 154a24df0f Fuel release info added into plugins CSV report
Packages info also added into plugins CSV report.

Change-Id: I2b28acfb21ff9de56b41c5b5ac52f4dd69acfa9f
Closes-Bug: #1536639
2016-02-05 15:45:21 +00:00
Alexander Kislitsky 6d0bf8bf46 Mocking of werkzeug request in test causes errors
Mocking of werkzeug request args raises error on exiting from
'with' block and was removed from analytics tests.

Issues in tests caused by unbound to session SQLAlchemy objects
inside test request were fixed.

Extracting of dict params from HTTP GET request fixed.

Change-Id: I7215247909a8fcd2e4c74b915670ff373538b186
Closes-Bug: #1514337
2015-11-11 13:08:30 +03:00
Alexander Kislitsky 4653ab749d Reliable CSV reports generation implemented
We should generate CSV reports in case of errors in the flatten
data processing. Invalid data is skipped.

Change-Id: I22ea7cb4f22024329f3bf55fd855e04b8f4f285d
Closes-Bug: #1440080
2015-04-06 13:40:33 +03:00
Alexander Kislitsky 5ec8e18c66 Plugins info report added
Plugins info can't be added into clusters report due to
plugins are stored as list in the cluster, so additional
report is required.
Plugins report is available by url: /api/v1/csv/plugins

Change-Id: Ia19d4578cb836438573dd1a494b54d1772f61b5d
Closes-Bug: #1431362
2015-03-17 13:35:19 +03:00