summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration
diff options
context:
space:
mode:
authorDavid Kupka <dkupka@redhat.com>2016-02-18 09:55:53 +0100
committerMartin Basti <mbasti@redhat.com>2016-02-23 17:30:16 +0100
commitacdabba6ec0f68841f02c1e6ad65232de81bb505 (patch)
tree94970b449a71744fb02ad8a86ce3290570181061 /ipatests/test_integration
parent616c78b72078ecd7bcfe0061582b432f039b0aa5 (diff)
downloadfreeipa-acdabba6ec0f68841f02c1e6ad65232de81bb505.tar.gz
freeipa-acdabba6ec0f68841f02c1e6ad65232de81bb505.tar.xz
freeipa-acdabba6ec0f68841f02c1e6ad65232de81bb505.zip
CI: add empty topology test for 2-connected topology generator
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests/test_integration')
-rw-r--r--ipatests/test_integration/test_topologies.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipatests/test_integration/test_topologies.py b/ipatests/test_integration/test_topologies.py
index f5332adbe..e12d14139 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', [])) == []