distaflibs.gluster.gluster_base_class module¶
-
class
distaflibs.gluster.gluster_base_class.GlusterBaseClass(config_data)¶ This is the base class for the distaf tests
All tests can subclass this and then write test cases
Initialise the class with the config values
-
_create_volume()¶ Create the volume with proper configurations
-
setup()¶ Function to setup the volume for testing.
-
teardown()¶ The function to cleanup the test setup
-
cleanup()¶ The function to cleanup the volume
-