Merge "[WORKER] Move LB stats class out of common"
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
import datetime
|
||||
from libra.tests.base import TestCase
|
||||
from libra.common.lbstats import LBStatistics
|
||||
from libra.worker.drivers.haproxy.lbstats import LBStatistics
|
||||
|
||||
|
||||
class TestLBStatistics(TestCase):
|
||||
|
||||
@@ -16,7 +16,7 @@ import os
|
||||
import subprocess
|
||||
|
||||
from libra.common.exc import DeletedStateError
|
||||
from libra.common.lbstats import LBStatistics
|
||||
from libra.worker.drivers.haproxy.lbstats import LBStatistics
|
||||
from libra.worker.drivers.haproxy.services_base import ServicesBase
|
||||
from libra.worker.drivers.haproxy.query import HAProxyQuery
|
||||
|
||||
|
||||
Reference in New Issue
Block a user