Exemple #1
0
 def process(self):
     Utils.validate('post_install')
     rc = Utils.post_install(self._url)
     return rc
Exemple #2
0
 def process(self):
     Utils.validate('upgrade')
     rc = Utils.upgrade(self.config_path, self.change_set)
     return rc
Exemple #3
0
 def process(self):
     Utils.validate('post_upgrade')
     rc = Utils.post_upgrade(self.args[0])
     return rc
Exemple #4
0
 def process(self):
     Utils.validate('cleanup')
     rc = Utils.cleanup(self.pre_factory, self.config_path)
     return rc
Exemple #5
0
 def process(self):
     Utils.validate('reset')
     rc = Utils.reset(self.config_path)
     return rc
Exemple #6
0
 def process(self):
     Utils.validate('test')
     rc = Utils.test(self.config_path, self.test_plan)
     return rc
Exemple #7
0
 def process(self):
     Utils.validate('init')
     rc = Utils.init(self.config_path)
     return rc
Exemple #8
0
 def process(self):
     Utils.validate('config')
     rc = Utils.config(self._url)
     return rc