Addon: Remove unused generated test files
This commit is contained in:
parent
a2c2f0ccc0
commit
341ce51555
@ -1,39 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.command import Command
|
||||
from flamenco.manager.model.task_status import TaskStatus
|
||||
globals()['Command'] = Command
|
||||
globals()['TaskStatus'] = TaskStatus
|
||||
from flamenco.manager.model.assigned_task import AssignedTask
|
||||
|
||||
|
||||
class TestAssignedTask(unittest.TestCase):
|
||||
"""AssignedTask unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testAssignedTask(self):
|
||||
"""Test AssignedTask"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = AssignedTask() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,39 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.available_job_setting_subtype import AvailableJobSettingSubtype
|
||||
from flamenco.manager.model.available_job_setting_type import AvailableJobSettingType
|
||||
globals()['AvailableJobSettingSubtype'] = AvailableJobSettingSubtype
|
||||
globals()['AvailableJobSettingType'] = AvailableJobSettingType
|
||||
from flamenco.manager.model.available_job_setting import AvailableJobSetting
|
||||
|
||||
|
||||
class TestAvailableJobSetting(unittest.TestCase):
|
||||
"""AvailableJobSetting unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testAvailableJobSetting(self):
|
||||
"""Test AvailableJobSetting"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = AvailableJobSetting() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.available_job_setting_subtype import AvailableJobSettingSubtype
|
||||
|
||||
|
||||
class TestAvailableJobSettingSubtype(unittest.TestCase):
|
||||
"""AvailableJobSettingSubtype unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testAvailableJobSettingSubtype(self):
|
||||
"""Test AvailableJobSettingSubtype"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = AvailableJobSettingSubtype() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.available_job_setting_type import AvailableJobSettingType
|
||||
|
||||
|
||||
class TestAvailableJobSettingType(unittest.TestCase):
|
||||
"""AvailableJobSettingType unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testAvailableJobSettingType(self):
|
||||
"""Test AvailableJobSettingType"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = AvailableJobSettingType() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,37 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.available_job_setting import AvailableJobSetting
|
||||
globals()['AvailableJobSetting'] = AvailableJobSetting
|
||||
from flamenco.manager.model.available_job_type import AvailableJobType
|
||||
|
||||
|
||||
class TestAvailableJobType(unittest.TestCase):
|
||||
"""AvailableJobType unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testAvailableJobType(self):
|
||||
"""Test AvailableJobType"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = AvailableJobType() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,37 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.available_job_type import AvailableJobType
|
||||
globals()['AvailableJobType'] = AvailableJobType
|
||||
from flamenco.manager.model.available_job_types import AvailableJobTypes
|
||||
|
||||
|
||||
class TestAvailableJobTypes(unittest.TestCase):
|
||||
"""AvailableJobTypes unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testAvailableJobTypes(self):
|
||||
"""Test AvailableJobTypes"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = AvailableJobTypes() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.command import Command
|
||||
|
||||
|
||||
class TestCommand(unittest.TestCase):
|
||||
"""Command unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testCommand(self):
|
||||
"""Test Command"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = Command() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,37 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.configuration_meta import ConfigurationMeta
|
||||
globals()['ConfigurationMeta'] = ConfigurationMeta
|
||||
from flamenco.manager.model.configuration import Configuration
|
||||
|
||||
|
||||
class TestConfiguration(unittest.TestCase):
|
||||
"""Configuration unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testConfiguration(self):
|
||||
"""Test Configuration"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = Configuration() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.configuration_meta import ConfigurationMeta
|
||||
|
||||
|
||||
class TestConfigurationMeta(unittest.TestCase):
|
||||
"""ConfigurationMeta unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testConfigurationMeta(self):
|
||||
"""Test ConfigurationMeta"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = ConfigurationMeta() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.error import Error
|
||||
|
||||
|
||||
class TestError(unittest.TestCase):
|
||||
"""Error unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testError(self):
|
||||
"""Test Error"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = Error() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,45 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.job_all_of import JobAllOf
|
||||
from flamenco.manager.model.job_metadata import JobMetadata
|
||||
from flamenco.manager.model.job_settings import JobSettings
|
||||
from flamenco.manager.model.job_status import JobStatus
|
||||
from flamenco.manager.model.submitted_job import SubmittedJob
|
||||
globals()['JobAllOf'] = JobAllOf
|
||||
globals()['JobMetadata'] = JobMetadata
|
||||
globals()['JobSettings'] = JobSettings
|
||||
globals()['JobStatus'] = JobStatus
|
||||
globals()['SubmittedJob'] = SubmittedJob
|
||||
from flamenco.manager.model.job import Job
|
||||
|
||||
|
||||
class TestJob(unittest.TestCase):
|
||||
"""Job unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testJob(self):
|
||||
"""Test Job"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = Job() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,37 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.job_status import JobStatus
|
||||
globals()['JobStatus'] = JobStatus
|
||||
from flamenco.manager.model.job_all_of import JobAllOf
|
||||
|
||||
|
||||
class TestJobAllOf(unittest.TestCase):
|
||||
"""JobAllOf unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testJobAllOf(self):
|
||||
"""Test JobAllOf"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = JobAllOf() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.job_metadata import JobMetadata
|
||||
|
||||
|
||||
class TestJobMetadata(unittest.TestCase):
|
||||
"""JobMetadata unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testJobMetadata(self):
|
||||
"""Test JobMetadata"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = JobMetadata() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.job_settings import JobSettings
|
||||
|
||||
|
||||
class TestJobSettings(unittest.TestCase):
|
||||
"""JobSettings unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testJobSettings(self):
|
||||
"""Test JobSettings"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = JobSettings() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.job_status import JobStatus
|
||||
|
||||
|
||||
class TestJobStatus(unittest.TestCase):
|
||||
"""JobStatus unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testJobStatus(self):
|
||||
"""Test JobStatus"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = JobStatus() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,49 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.api.jobs_api import JobsApi # noqa: E501
|
||||
|
||||
|
||||
class TestJobsApi(unittest.TestCase):
|
||||
"""JobsApi unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
self.api = JobsApi() # noqa: E501
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def test_fetch_job(self):
|
||||
"""Test case for fetch_job
|
||||
|
||||
Fetch info about the job. # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_get_job_types(self):
|
||||
"""Test case for get_job_types
|
||||
|
||||
Get list of job types and their parameters. # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_submit_job(self):
|
||||
"""Test case for submit_job
|
||||
|
||||
Submit a new job for Flamenco Manager to execute. # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,37 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.worker_status import WorkerStatus
|
||||
globals()['WorkerStatus'] = WorkerStatus
|
||||
from flamenco.manager.model.registered_worker import RegisteredWorker
|
||||
|
||||
|
||||
class TestRegisteredWorker(unittest.TestCase):
|
||||
"""RegisteredWorker unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testRegisteredWorker(self):
|
||||
"""Test RegisteredWorker"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = RegisteredWorker() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.security_error import SecurityError
|
||||
|
||||
|
||||
class TestSecurityError(unittest.TestCase):
|
||||
"""SecurityError unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testSecurityError(self):
|
||||
"""Test SecurityError"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = SecurityError() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,39 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.job_metadata import JobMetadata
|
||||
from flamenco.manager.model.job_settings import JobSettings
|
||||
globals()['JobMetadata'] = JobMetadata
|
||||
globals()['JobSettings'] = JobSettings
|
||||
from flamenco.manager.model.submitted_job import SubmittedJob
|
||||
|
||||
|
||||
class TestSubmittedJob(unittest.TestCase):
|
||||
"""SubmittedJob unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testSubmittedJob(self):
|
||||
"""Test SubmittedJob"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = SubmittedJob() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.task_status import TaskStatus
|
||||
|
||||
|
||||
class TestTaskStatus(unittest.TestCase):
|
||||
"""TaskStatus unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testTaskStatus(self):
|
||||
"""Test TaskStatus"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = TaskStatus() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,37 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.task_status import TaskStatus
|
||||
globals()['TaskStatus'] = TaskStatus
|
||||
from flamenco.manager.model.task_update import TaskUpdate
|
||||
|
||||
|
||||
class TestTaskUpdate(unittest.TestCase):
|
||||
"""TaskUpdate unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testTaskUpdate(self):
|
||||
"""Test TaskUpdate"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = TaskUpdate() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,76 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.api.worker_api import WorkerApi # noqa: E501
|
||||
|
||||
|
||||
class TestWorkerApi(unittest.TestCase):
|
||||
"""WorkerApi unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
self.api = WorkerApi() # noqa: E501
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def test_register_worker(self):
|
||||
"""Test case for register_worker
|
||||
|
||||
Register a new worker # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_schedule_task(self):
|
||||
"""Test case for schedule_task
|
||||
|
||||
Obtain a new task to execute # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_sign_off(self):
|
||||
"""Test case for sign_off
|
||||
|
||||
Mark the worker as offline # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_sign_on(self):
|
||||
"""Test case for sign_on
|
||||
|
||||
Authenticate & sign in the worker. # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_task_update(self):
|
||||
"""Test case for task_update
|
||||
|
||||
Update the task, typically to indicate progress, completion, or failure. # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_worker_state(self):
|
||||
"""Test case for worker_state
|
||||
|
||||
"""
|
||||
pass
|
||||
|
||||
def test_worker_state_changed(self):
|
||||
"""Test case for worker_state_changed
|
||||
|
||||
Worker changed state. This could be as acknowledgement of a Manager-requested state change, or in response to worker-local signals. # noqa: E501
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.worker_registration import WorkerRegistration
|
||||
|
||||
|
||||
class TestWorkerRegistration(unittest.TestCase):
|
||||
"""WorkerRegistration unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testWorkerRegistration(self):
|
||||
"""Test WorkerRegistration"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = WorkerRegistration() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.worker_sign_on import WorkerSignOn
|
||||
|
||||
|
||||
class TestWorkerSignOn(unittest.TestCase):
|
||||
"""WorkerSignOn unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testWorkerSignOn(self):
|
||||
"""Test WorkerSignOn"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = WorkerSignOn() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,37 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.worker_status import WorkerStatus
|
||||
globals()['WorkerStatus'] = WorkerStatus
|
||||
from flamenco.manager.model.worker_state_change import WorkerStateChange
|
||||
|
||||
|
||||
class TestWorkerStateChange(unittest.TestCase):
|
||||
"""WorkerStateChange unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testWorkerStateChange(self):
|
||||
"""Test WorkerStateChange"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = WorkerStateChange() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,37 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.worker_status import WorkerStatus
|
||||
globals()['WorkerStatus'] = WorkerStatus
|
||||
from flamenco.manager.model.worker_state_changed import WorkerStateChanged
|
||||
|
||||
|
||||
class TestWorkerStateChanged(unittest.TestCase):
|
||||
"""WorkerStateChanged unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testWorkerStateChanged(self):
|
||||
"""Test WorkerStateChanged"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = WorkerStateChanged() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
@ -1,35 +0,0 @@
|
||||
"""
|
||||
Flamenco manager
|
||||
|
||||
Render Farm manager API # noqa: E501
|
||||
|
||||
The version of the OpenAPI document: 1.0.0
|
||||
Generated by: https://openapi-generator.tech
|
||||
"""
|
||||
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import flamenco.manager
|
||||
from flamenco.manager.model.worker_status import WorkerStatus
|
||||
|
||||
|
||||
class TestWorkerStatus(unittest.TestCase):
|
||||
"""WorkerStatus unit test stubs"""
|
||||
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
def tearDown(self):
|
||||
pass
|
||||
|
||||
def testWorkerStatus(self):
|
||||
"""Test WorkerStatus"""
|
||||
# FIXME: construct object with mandatory attributes with example values
|
||||
# model = WorkerStatus() # noqa: E501
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
Loading…
x
Reference in New Issue
Block a user