Exemplo n.º 1
0
 def setUp(self):
     self.entry = Entry('type', 'L{RecordType}', 'pass', True)
Exemplo n.º 2
0
 def setUp(self):
     self.entry = Entry('attr',
                        'C{str} or C{dict}',
                        'Test description',
                        default='default_value')
Exemplo n.º 3
0
 def setUp(self):
     self.entry = Entry('zone_id', 'C{str}',
                        'ID of the zone which is required')
Exemplo n.º 4
0
 def setUp(self):
     self.entry = Entry('node', 'L{NodeAuthSSHKey} or L{NodeAuthPassword}',
                        'Initial authentication information for the node')
Exemplo n.º 5
0
 def setUp(self):
     self.entry = Entry('node', 'L{Node}', 'node which is required')