> message: > I'm too tired Uh-oh...quick! Somebody get that man an espresso or we'll never make Diablo! =p
(Incidentally, coffee's on me if I'm ever on your side of the pond, Salv--really appreciate the hard work!) At Your Service, -- Mark T. Voelker Systems Development Organization +1 919 392-4326 mvoel...@cisco.com On Thu, 2011-08-11 at 00:01 +0000, nore...@launchpad.net wrote: > ------------------------------------------------------------ > revno: 43 > committer: Salvatore Orlando <salvatore.orla...@eu.citrix.com> > branch nick: quantum-unit-tests > timestamp: Thu 2011-08-11 00:59:00 +0100 > message: > I'm too tired > modified: > tests/unit/test_cli.py > > > -- > lp:~netstack/quantum/quantum-unit-tests > https://code.launchpad.net/~netstack/quantum/quantum-unit-tests > > You are subscribed to branch lp:~netstack/quantum/quantum-unit-tests. > To unsubscribe from this branch go to > https://code.launchpad.net/~netstack/quantum/quantum-unit-tests/+edit-subscription > differences between files attachment (revision-diff.txt) > === modified file 'tests/unit/test_cli.py' > --- tests/unit/test_cli.py 2011-08-10 23:52:15 +0000 > +++ tests/unit/test_cli.py 2011-08-10 23:59:00 +0000 > @@ -29,6 +29,7 @@ > > from quantum import api as server > from quantum import cli > +from quantum.client import Client > from quantum.db import api as db > from tests.unit.client_tools import stubs as client_stubs > > @@ -41,6 +42,9 @@ > options = {} > options['plugin_provider'] = > 'quantum.plugins.SamplePlugin.FakePlugin' > self.api = server.APIRouterV01(options) > + #self.client = Client("host", "port", False, > + # args[0], FORMAT) > + > self.tenant_id = "test_tenant" > self.network_name_1 = "test_network_1" > self.network_name_2 = "test_network_2" > @@ -56,4 +60,5 @@ > db.clear_db() > > def test_list_networks_api(self): > + cli.api_list_nets(client) > pass >
signature.asc
Description: This is a digitally signed message part
-- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp