From 0feaec6790274f87c2d35a039676a3b1c2702a4d Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Tue, 24 Jul 2018 16:50:41 -0700 Subject: [VVP] decorator [5.2.5.1 5.2.5.6) of VNFRTQS Change-Id: I2867bdcb2f86410e1c047d90e156471f84baf422 Issue-ID: VVP-92 Signed-off-by: stark, steven --- ice_validator/tests/test_availability_zone.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ice_validator/tests/test_availability_zone.py') diff --git a/ice_validator/tests/test_availability_zone.py b/ice_validator/tests/test_availability_zone.py index 6ff11c8..77f1c56 100644 --- a/ice_validator/tests/test_availability_zone.py +++ b/ice_validator/tests/test_availability_zone.py @@ -37,12 +37,14 @@ # # ECOMP is a trademark and service mark of AT&T Intellectual Property. # +from .helpers import validates import pytest import yaml import re +@validates('R-98450') def test_availability_zone_naming(heat_template): ''' Make sure all availability zones are properly formatted -- cgit 1.2.3-korg