Revision 06a0e098

b/ganeti/tests.py
1
#
2
# Unit Tests for db
3
#
4
# Provides automated tests for ganeti module
5
#
6
# Copyright 2010 Greek Research and Technology Network
7
#
8

  
9
import unittest
10

  
11
class GanetiTestCase():
12
    def testGanetiZMQD(self):
13
        return
b/settings.py.dist
109 109
    'synnefo.api',
110 110
    'synnefo.ui',
111 111
    'synnefo.db',
112
    'synnefo.ganneti'
112 113
)
113 114

  
114 115
GANETI_CLUSTER_INFO = None #("x.y.z.a",5080,"userX","passY")

Also available in: Unified diff