From ffe3731ae7813fcc3246a83e37d62fc2754bb4ca Mon Sep 17 00:00:00 2001 From: David Kupka Date: Feb 23 2016 16:30:16 +0000 Subject: CI: add empty topology test for 2-connected topology generator Reviewed-By: Martin Basti --- diff --git a/ipatests/test_integration/test_topologies.py b/ipatests/test_integration/test_topologies.py index f5332ad..e12d141 100644 --- a/ipatests/test_integration/test_topologies.py +++ b/ipatests/test_integration/test_topologies.py @@ -115,3 +115,4 @@ def test_topology_two_connected(): (4, 8), (7, 8), ] + assert list(topo('M', [])) == []