From a9885fc75d77e8a91416e83a076fa5381a954c50 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 14 Jun 2016 18:44:08 -0400 Subject: [PATCH] Remove calibrate tests in Python bindings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- extras/bindings/swig/python/tests/tests.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/extras/bindings/swig/python/tests/tests.py b/extras/bindings/swig/python/tests/tests.py index a4be98147..edfb5e205 100644 --- a/extras/bindings/swig/python/tests/tests.py +++ b/extras/bindings/swig/python/tests/tests.py @@ -233,9 +233,6 @@ class TestLttngPythonModule (unittest.TestCase): event.type=EVENT_TRACEPOINT event.loglevel_type=EVENT_LOGLEVEL_ALL - calib = Calibrate() - calib.type = CALIBRATE_FUNCTION - ctx = EventContext() ctx.type=EVENT_CONTEXT_PID @@ -255,10 +252,6 @@ class TestLttngPythonModule (unittest.TestCase): r = enable_event(han, event, None) self.assertGreaterEqual(r, 0, strerror(r)) - #Calibrate test - r = calibrate(han , calib) - self.assertGreaterEqual(r, 0, strerror(r)) - #Context test r = add_context(han, ctx, "sched_switch", "channel0") self.assertGreaterEqual(r, 0, strerror(r)) -- 2.34.1