From e0d21baa9fc07a872f6264a95fbcb3ccb46d08f1 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Thu, 6 Sep 2012 14:29:03 -0400 Subject: fixed unit tests for fixed Probes cache expiration --- testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py index 4d5aea936..27b48fce4 100644 --- a/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py +++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py @@ -490,7 +490,7 @@ text self.assertFalse(probes.core.metadata_cache.expire.called) # change the datalist, ensure that the cache is cleared - probes.probedata[client.hostname] = ClientProbeDataSet(a=1, b=2, c=3) + probes.cgroups[client.hostname] = datalist probes.core.metadata_cache_mode = 'aggressive' probes.ReceiveData(client, ['a', 'b', 'd']) -- cgit v1.2.3-1-g7c22