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_volume_outputs_consumed.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ice_validator/tests/test_volume_outputs_consumed.py') diff --git a/ice_validator/tests/test_volume_outputs_consumed.py b/ice_validator/tests/test_volume_outputs_consumed.py index 771cfd6..648a689 100644 --- a/ice_validator/tests/test_volume_outputs_consumed.py +++ b/ice_validator/tests/test_volume_outputs_consumed.py @@ -37,8 +37,10 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # +from .helpers import validates +@validates('R-11200', 'R-89913', 'R-07443') def test_volume_outputs_consumed(heat_volume_pair): ''' Check that all outputs in a volume template is consumed -- cgit 1.2.3-korg