There needs to be unit tests to make certain methods function correctly. These should be separate from tests that will test deployments. I think the GPFSInterface and ZFSInterface will have to be marked for "cluster" tests to only run when testing on a cluster. The NodeBase StorageInterface and MetadataInterface can all run on a single node. They can probably also run on the cluster examples, so they should be compatible with that plan.
There needs to be unit tests to make certain methods function correctly. These should be separate from tests that will test deployments. I think the GPFSInterface and ZFSInterface will have to be marked for "cluster" tests to only run when testing on a cluster. The NodeBase StorageInterface and MetadataInterface can all run on a single node. They can probably also run on the cluster examples, so they should be compatible with that plan.
Unit Tests