diff --git a/python/tests/unit/test_validation_rule_storage_partitioning.py b/python/tests/unit/test_validation_rule_storage_partitioning.py index b542dcd7..642c65fa 100644 --- a/python/tests/unit/test_validation_rule_storage_partitioning.py +++ b/python/tests/unit/test_validation_rule_storage_partitioning.py @@ -22,7 +22,7 @@ from drydock_provisioner.orchestrator.validations.storage_partititioning import LOG = logging.getLogger(__name__) -class TestRationalNetworkTrunking(object): +class TestStoragePartitioning(object): def test_storage_partitioning(self, deckhand_ingester, drydock_state, input_files): input_file = input_files.join("validation.yaml") diff --git a/python/tests/unit/test_validation_rule_storage_sizing.py b/python/tests/unit/test_validation_rule_storage_sizing.py index fce4f5ef..f3aafaf5 100644 --- a/python/tests/unit/test_validation_rule_storage_sizing.py +++ b/python/tests/unit/test_validation_rule_storage_sizing.py @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -"""Test Validation Rule Rational Network Trunking""" +"""Test Validation Rule Storage Sizing""" import re import logging