aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/test_port_resource_ids.py
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2020-08-06 15:33:13 -0500
committerLovett, Trevor <trevor.lovett@att.com>2020-08-06 15:33:13 -0500
commit4c2a2033d927552f7e9281e516afba38f146c242 (patch)
tree77911f93d60349b8c8c75fdcff431159ad03f175 /ice_validator/tests/test_port_resource_ids.py
parent81e7158ad5e4b0b5996931642bd19c85f2b3cb6e (diff)
Aligned test with updated R-610030HEADmasteristanbulhonoluluguilin
An incremental module must have a server or volume Change-Id: I579f7303cbeb2785fbb3e1e85b10af77433292fa Issue-ID: VVP-451 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
Diffstat (limited to 'ice_validator/tests/test_port_resource_ids.py')
-rw-r--r--ice_validator/tests/test_port_resource_ids.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/ice_validator/tests/test_port_resource_ids.py b/ice_validator/tests/test_port_resource_ids.py
index be74349..1648300 100644
--- a/ice_validator/tests/test_port_resource_ids.py
+++ b/ice_validator/tests/test_port_resource_ids.py
@@ -123,7 +123,10 @@ def test_port_resource_ids(yaml_file):
network_type = get_network_type_from_port(port_resource)
if not network_type:
invalid_ports.append(
- (port_id, "Unable to determine network type for port (internal or external).")
+ (
+ port_id,
+ "Unable to determine network type for port (internal or external).",
+ )
)
continue