yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #11677
[Bug 1293210] [NEW] Refactor TestApi test case
Public bug reported:
The test case glance/tests/functional/test_api.py has two test method, which test a lot of API requests, without teardown and setup,
hence are hard to read and unstable.
The test case takes very much to run, and is listed as a slow test.
By refactoring the class, test each API URLs in a test method, we wish
to obtain better readability and decrease the test running time.
** Affects: glance
Importance: Undecided
Assignee: Maria Nita (maria-nita-dn)
Status: In Progress
** Changed in: glance
Status: New => In Progress
** Changed in: glance
Assignee: (unassigned) => Maria Nita (maria-nita-dn)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Glance.
https://bugs.launchpad.net/bugs/1293210
Title:
Refactor TestApi test case
Status in OpenStack Image Registry and Delivery Service (Glance):
In Progress
Bug description:
The test case glance/tests/functional/test_api.py has two test method, which test a lot of API requests, without teardown and setup,
hence are hard to read and unstable.
The test case takes very much to run, and is listed as a slow test.
By refactoring the class, test each API URLs in a test method, we wish
to obtain better readability and decrease the test running time.
To manage notifications about this bug go to:
https://bugs.launchpad.net/glance/+bug/1293210/+subscriptions
Follow ups
References