Package starcluster :: Package tests :: Module test_config :: Class TestStarClusterConfig
[hide private]
[frames] | no frames]

Class TestStarClusterConfig

source code


Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
test_valid_config_template(self) source code
 
test_config_dne(self) source code
 
test_get_cluster(self) source code
 
test_int_required(self) source code
 
test_missing_required(self) source code
 
test_volumes(self) source code
 
test_volume_not_defined(self) source code
 
test_clusters(self) source code
 
test_extends(self) source code
 
test_plugins(self) source code
 
test_plugin_not_defined(self) source code
 
test_keypairs(self) source code
 
test_keypair_not_defined(self) source code
 
test_invalid_config(self)
Test that reading a non-INI formatted file raises an exception
source code
 
test_empty_config(self)
Test that reading an empty config generates no errors and that aws credentials can be read from the environment.
source code

Inherited from StarClusterTest: get_custom_config

Inherited from unittest.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, tearDown

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from StarClusterTest: config

Inherited from object: __class__