Skip tests if the remote XML-RPC server is not responding.

This commit is contained in:
Rob Crittenden
2008-11-03 18:04:25 -05:00
parent f131480643
commit d6502f0ba8
4 changed files with 53 additions and 3 deletions

View File

@@ -22,6 +22,7 @@ Test the `ipalib/plugins/f_group` module.
"""
import sys
from xmlrpc_test import XMLRPC_test
from ipalib import api
from ipalib import errors
from ipalib.cli import CLI
@@ -31,7 +32,7 @@ try:
except StandardError:
pass
class test_Group:
class test_Group(XMLRPC_test):
"""
Test the `f_group` plugin.
"""