Fix invalid comments and class names in unit tests

Change-Id: I68cb5c2b4b8e59d36d7d13c06da5bf27cbff5674
Signed-off-by: Dimitrios Markou <mardim@intracom-telecom.com>
This commit is contained in:
Dimitrios Markou 2018-10-08 13:52:29 +03:00
parent c1a5adc1ca
commit 3a09522ac7
2 changed files with 2 additions and 2 deletions

View File

@ -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")

View File

@ -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