aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_valid_heat.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2019-06-05 10:13:46 -0500
committerTrevor Lovett <trevor.lovett@att.com>2019-06-05 15:29:28 +0000
commitda26f1709fa5406ee3efebdb82d2c43fcf0122a1 (patch)
tree47865e1cf8034f8fb88ebb83990d552f6bf20074 /ice_validator/tests/test_valid_heat.py
parente97e5f898a2bfeac786b9022ed151665be435376 (diff)
[VVP] Performance Enhancements (report generation and test collection)
Issue-ID: VVP-222 Signed-off-by: Lovett, Trevor (tl2972) <tl2972@att.com> Change-Id: I9dd3506097cb0d6e69bd1434b2d42f6d1965023b
Diffstat (limited to 'ice_validator/tests/test_valid_heat.py')
-rw-r--r--ice_validator/tests/test_valid_heat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice_validator/tests/test_valid_heat.py b/ice_validator/tests/test_valid_heat.py
index 2387a2c..49ebf41 100644
--- a/ice_validator/tests/test_valid_heat.py
+++ b/ice_validator/tests/test_valid_heat.py
@@ -132,7 +132,7 @@ def test_heat(yaml_file):
files = {}
dirname = os.path.dirname(yaml_file)
- for file in set(get_list_of_nested_files(yml, dirname)):
+ for file in set(get_list_of_nested_files(yaml_file, dirname)):
load_file(file, files)
validator = HOTValidator(yaml_file, files, yml)