From ad0798f9e7fe105fa1314daf0213d8d3d50bd2e1 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 16 Aug 2012 09:35:31 -0400 Subject: use common test libs for POSIX tests --- testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py') diff --git a/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py b/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py index 7d64c5a2e..ba25c9bea 100644 --- a/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py +++ b/testsuite/Testlib/TestClient/TestTools/TestPOSIX/TestDevice.py @@ -5,19 +5,14 @@ import lxml.etree from mock import Mock, MagicMock, patch from Bcfg2.Client.Tools.POSIX.Device import * from Test__init import get_posix_object - -def call(*args, **kwargs): - """ the Mock call object is a fairly recent addition, but it's - very very useful, so we create our own function to create Mock - calls """ - return (args, kwargs) +from .....common import * def get_device_object(posix=None): if posix is None: posix = get_posix_object() return POSIXDevice(posix.logger, posix.setup, posix.config) -class TestPOSIXDevice(unittest.TestCase): +class TestPOSIXDevice(Bcfg2TestCase): def test_fully_specified(self): ptool = get_device_object() orig_entry = lxml.etree.Element("Path", name="/test", type="device", -- cgit v1.2.3-1-g7c22