Remove unnecessary check for pytest.skip 91/98591/2
authoranushadasari <danush10@in.ibm.com>
Tue, 19 Nov 2019 10:18:26 +0000 (15:48 +0530)
committersteven stark <steven.stark@att.com>
Wed, 4 Dec 2019 18:52:05 +0000 (18:52 +0000)
Issue-ID: VVP-288
Change-Id: I62c43cbc94fd8924eebd6594668829ffecb37801
Signed-off-by: anushadasari <danush10@in.ibm.com>
ice_validator/tests/test_neutron_port_fixed_ips_subnet.py

index 939bf5b..a6c9f91 100644 (file)
@@ -38,7 +38,6 @@
 #
 import re
 
-import pytest
 
 from tests.utils.network_roles import get_network_type_from_port
 
@@ -100,8 +99,6 @@ def test_external_subnet_format(yaml_file):
 @validates("R-84123", "R-76160")
 def test_neutron_port_internal_fixed_ips_subnet_in_base(yaml_files):
     base_path = get_base_template_from_yaml_files(yaml_files)
-    if not base_path:
-        pytest.skip("No base module detected")
     base_heat = load_yaml(base_path)
     base_outputs = base_heat.get("outputs") or {}
     nested_template_paths = get_nested_files(yaml_files)