From 0e2e6cdfb6b659c29ad1a59ac37d3a50191577a0 Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor (tl2972)" Date: Thu, 16 May 2019 11:31:07 -0500 Subject: [VVP] Add test for R-100260 and fix mapping Re-arranged some helper and util functions to more logical locations. Added test to verify than an internal subnet parameter used in an incremental module is defined in the base module. Change-Id: I20369396b18820f0e321c0e75bd47446b0a7a39f Issue-ID: VVP-215 Signed-off-by: Lovett, Trevor (tl2972) --- ice_validator/tests/test_volume_module_naming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice_validator/tests/test_volume_module_naming.py') diff --git a/ice_validator/tests/test_volume_module_naming.py b/ice_validator/tests/test_volume_module_naming.py index 68c2158..fdd4894 100644 --- a/ice_validator/tests/test_volume_module_naming.py +++ b/ice_validator/tests/test_volume_module_naming.py @@ -37,7 +37,7 @@ import os from tests.helpers import validates -from tests.parametrizers import get_nested_files +from tests.utils.nested_files import get_nested_files from tests.structures import Heat, Resource -- cgit 1.2.3-korg