summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 18:56:18 -0500
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-02-04 18:56:18 -0500
commitdb8a66447655d1c6cebb4bb61172c38460cf83d3 (patch)
tree2b3303dfedf3f1538c61a1070f2a8dc9d7fd8aa5 /test
parentc6d32a240e4c41a6a36f686ccf99d4dc09cd08be (diff)
downloadthird_party-func-db8a66447655d1c6cebb4bb61172c38460cf83d3.tar.gz
third_party-func-db8a66447655d1c6cebb4bb61172c38460cf83d3.tar.xz
third_party-func-db8a66447655d1c6cebb4bb61172c38460cf83d3.zip
dont test for the "@blippy" group yet till I setup a way to put the right
config file in place (or mock object, whatever...)
Diffstat (limited to 'test')
-rw-r--r--test/unittest/test_groups.py17
1 files changed, 13 insertions, 4 deletions
diff --git a/test/unittest/test_groups.py b/test/unittest/test_groups.py
index 639022a..32da15c 100644
--- a/test/unittest/test_groups.py
+++ b/test/unittest/test_groups.py
@@ -5,6 +5,12 @@
import func.overlord.client as fc
+class GroupBuilder(object):
+ def __init__(self):
+ pass
+
+
+
class TestGroups(object):
@@ -16,7 +22,10 @@ class TestGroups(object):
result = fc.get_groups()
print result
- def test_get_hosts_by_groupgoo(self):
- group_dict = fc.get_groups()
- hosts = fc.get_hosts_by_groupgoo(group_dict, "@blippy")
- print hosts
+# FIXME: comment this out till I setup a way to test with a speciic
+# test config -akl
+
+# def test_get_hosts_by_groupgoo(self):
+# group_dict = fc.get_groups()
+# hosts = fc.get_hosts_by_groupgoo(group_dict, "@blippy")
+# print hosts