Closed
Bug 666898
Opened 15 years ago
Closed 15 years ago
Adding sreg method for getting best node.
Categories
(Cloud Services :: Server: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: telliott, Unassigned)
Details
Attachments
(1 file)
|
7.06 KB,
patch
|
jrconlin
:
review+
|
Details | Diff | Splinter Review |
like everything else that talks to sreg, getting a node needs a library to do it. This is it.
Attachment #541654 -
Flags: review?(jrconlin)
Comment 1•15 years ago
|
||
Comment on attachment 541654 [details] [diff] [review]
Sreg wrapper for get_best_node
>+class TestAdminWeb(unittest.TestCase):
>+
>+ def test_sreg(self):
>+ try:
Super minor nit:
Is the following just to get around the flake8 line limit?
>+ import wsgi_intercept
>+ from wsgi_intercept.urllib2_intercept import install_opener
>+ install_opener()
Attachment #541654 -
Flags: review?(jrconlin) → review+
| Reporter | ||
Comment 2•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•