begin rename Object => CdistObject
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
15fb097464
commit
4be37f6e93
9 changed files with 37 additions and 39 deletions
|
|
@ -55,7 +55,7 @@ class CodeTestCase(test.CdistTestCase):
|
|||
self.code = code.Code(self.target_host, self.local, self.remote)
|
||||
|
||||
self.cdist_type = core.Type(self.local.type_path, '__dump_environment')
|
||||
self.cdist_object = core.Object(self.cdist_type, self.local.object_path, 'whatever')
|
||||
self.cdist_object = core.CdistObject(self.cdist_type, self.local.object_path, 'whatever')
|
||||
self.cdist_object.create()
|
||||
|
||||
self.log = logging.getLogger("cdist")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue