summaryrefslogtreecommitdiff
path: root/src/server-tests/test_rz_mesh.py
diff options
context:
space:
mode:
authorLV-426 <lv-426@taproot.org.il>2015-01-20 03:12:04 +0200
committerLV-426 <lv-426@taproot.org.il>2015-01-20 04:00:42 +0200
commit379efc632b601589a6bcfbafc35ab15cb89655ca (patch)
tree614828468e98ca9d4a587ea5ce140623db684fe1 /src/server-tests/test_rz_mesh.py
parent969cdbc7f4c7ffc88c949881d8ac795b7bf7300e (diff)
mv ws_emit__topo_diff into test_util.py
Diffstat (limited to 'src/server-tests/test_rz_mesh.py')
-rw-r--r--src/server-tests/test_rz_mesh.py7
1 files changed, 0 insertions, 7 deletions
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):