XXX TEST
This commit is contained in:
parent
c763efd625
commit
ca4fe038fe
1 changed files with 3 additions and 0 deletions
|
|
@ -10017,6 +10017,9 @@ def _delete_event_id():
|
|||
class RootExports(object):
|
||||
'''Contains functions that are made available via XMLRPC'''
|
||||
|
||||
def TEST(self):
|
||||
scheduler.TaskScheduler().run()
|
||||
|
||||
def restartHosts(self, priority=5, options=None):
|
||||
"""Spawns restartHosts task
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue