Commit Graph

6 Commits

Author SHA1 Message Date
wu.chunyang 2ade4d87ac [CI]: fix the tox cover zuul jobs.
Change-Id: I8d16d9c07afeb2c31467c4de5558d1c4f3b9d328
2023-07-16 21:53:36 +08:00
jiansong 9e502e872e Update some information
Some path information with the version update has been out of date,
so we need to be updated,at the same time oslo-incubator has retired,
don't need keep information about it.

Co-Authored-By:himani <himani.relan@nectechnologies.in>
Co-Authored-By:ChangBo Guo(gcb) <eric.guo@easystack.cn>
Change-Id: I91b650198c74948dccb7227d37fd10657e994a5b
2016-10-24 04:12:55 +00:00
Michael Basnight 7ab80b554d Rename from reddwarf to trove.
Implements Blueprint reddwarf-trove-rename

Change-Id: Ia9ee609bbc06a1d8b9d6917642529f30347541fd
2013-06-24 14:11:15 -07:00
Dror Kagan 44544e587a remove the namespace_packages from setup.py
In reddwarf's setup.py, the method setuptool.setup() currently accepts a parameter for namespace_packages, and it shouldn't.

Change-Id: Ica1fbebd5cbd5943c3a1b322d14a280737bc0542
fixes: bug #1136189
2013-02-28 11:02:50 -08:00
Dror Kagan b8766b336c Fixing the coverage reports for the unittests and adding support for TestR.
Now they work better and also include coverage for the tests invoked by testr.

Change-Id: Ia48cf4664ce9ec46f7ef21929b0d87cad4149580
Fixes: bug #1103637
2013-01-28 13:43:21 -08:00
Tim Simpson c007356a78 Adding tests to Reddwarf.
The tests come from the Reddwarf Integration repository. wsgi_intercept
is used to allow the test code to hit the server code directly. It also
properly sets up the SqlLite database before each run.

* Adds an "event simulator" which queues up functions that would
  normally be spawned with eventlet. The various sleep functions are
  then swapped with a method that runs these faux-events.

* Adds many of the Reddwarf Integration tests. The idea is these
  could still run in a richer, real environment, but are running here
  enables us to quickly check feature breaks for each commit and
  lowers the learning curve necessary to test the API. The downside
  is some of these tests still have artifacts of their origins, such
  as (unused) classes to connect to MySQL databases. Some more work
  will be necessary to separate the "real mode" functionality of these
  tests further.

Implements: blueprint tox-tests
Change-Id: I9857f265c1cb46832906ef5e6a0c7bb4a092e637
2012-11-19 12:33:40 -06:00