""" ParallelCluster ParallelCluster API # noqa: E501 The version of the OpenAPI document: 3.0.0 Generated by: https://openapi-generator.tech """ import sys import unittest import pcluster.client from pcluster.client.model.instance_state import InstanceState globals()['InstanceState'] = InstanceState from pcluster.client.model.ec2_instance import EC2Instance class TestEC2Instance(unittest.TestCase): """EC2Instance unit test stubs""" def setUp(self): pass def tearDown(self): pass def testEC2Instance(self): """Test EC2Instance""" # FIXME: construct object with mandatory attributes with example values # model = EC2Instance() # noqa: E501 pass if __name__ == '__main__': unittest.main()