diff options
author | Lovett, Trevor (tl2972) <tl2972@att.com> | 2019-05-16 11:31:07 -0500 |
---|---|---|
committer | Lovett, Trevor (tl2972) <tl2972@att.com> | 2019-05-16 11:31:07 -0500 |
commit | 0e2e6cdfb6b659c29ad1a59ac37d3a50191577a0 (patch) | |
tree | f0f2391422d8efac6cbf595e5802a43dbe1a3758 /ice_validator/tests/test_server_parameters.py | |
parent | b684ad647c3896c8bfb1e7f1ab4a962c72ce5e64 (diff) |
[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) <tl2972@att.com>
Diffstat (limited to 'ice_validator/tests/test_server_parameters.py')
-rw-r--r-- | ice_validator/tests/test_server_parameters.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ice_validator/tests/test_server_parameters.py b/ice_validator/tests/test_server_parameters.py index 46aa7bf..b1adce2 100644 --- a/ice_validator/tests/test_server_parameters.py +++ b/ice_validator/tests/test_server_parameters.py @@ -40,9 +40,9 @@ """ import pytest from tests import cached_yaml as yaml -from tests.parametrizers import file_is_a_nested_template -from .helpers import validates +from tests.helpers import validates +from tests.utils.nested_files import file_is_a_nested_template VERSION = "1.1.0" |