From c42086a36bbfaf9286e1c08330f25d1b06a35f4b Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Wed, 11 Jul 2018 15:20:50 -0700 Subject: [VVP] add decorators to test cases Adding initial set of decorators Change-Id: I1d2064c94995fe30b607e7c7b8a0faebe7426f9b Issue-ID: VVP-80 Signed-off-by: stark, steven --- ice_validator/tests/test_heat_pairs_provided.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ice_validator/tests/test_heat_pairs_provided.py') diff --git a/ice_validator/tests/test_heat_pairs_provided.py b/ice_validator/tests/test_heat_pairs_provided.py index 2f4b74a..c89917e 100644 --- a/ice_validator/tests/test_heat_pairs_provided.py +++ b/ice_validator/tests/test_heat_pairs_provided.py @@ -37,10 +37,12 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # - +from .helpers import validates from os import path +@validates('R-86285', 'R-38474', 'R-81725', 'R-53433', 'R-56438', + 'R-74304', 'R-91342', 'R-94509', 'R-31141') def test_heat_pairs_provided(heat_templates, env_files, volume_templates): ''' Check that every yaml file is submitted with -- cgit 1.2.3-korg