From 379efc632b601589a6bcfbafc35ab15cb89655ca Mon Sep 17 00:00:00 2001 From: LV-426 Date: Tue, 20 Jan 2015 03:12:04 +0200 Subject: mv ws_emit__topo_diff into test_util.py --- src/server-tests/test_rz_mesh.py | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/server-tests/test_rz_mesh.py') diff --git a/src/server-tests/test_rz_mesh.py b/src/server-tests/test_rz_mesh.py index aa6c9778..2d521712 100644 --- a/src/server-tests/test_rz_mesh.py +++ b/src/server-tests/test_rz_mesh.py @@ -41,13 +41,6 @@ class TestMeshAPI(unittest.TestCase): def tearDownClass(cls): pass - def _emit_tx_topo_diff(self): - with TestMeshAPI.rz_socket() as (_, ns_sock): - n_set = [{'__label_set': ['xxx'], 'id': generate_random_id__uuid() }] - topo_diff = Topo_Diff(node_set_add=n_set) - data = json.dumps(topo_diff, cls=Topo_Diff.JSON_Encoder) - ns_sock.emit('diff_commit__topo', data) - def test_REST_post_triggers_ws_multicast__topo_diff(self): class NS_test(BaseNamespace): -- cgit v1.3.1