Skip to content

Commit

Permalink
delete tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Cummins committed Nov 29, 2024
1 parent 46a8e0d commit 57a1943
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions tests/test_pyre.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,6 @@ def test_zfinal(self):
inst_count = 1
self.assertTrue(True)

def test_set_interface(self):
ctx = zmq.Context()
node = pyre.Pyre("node_selector", ctx=ctx)
node.set_interface("wlp0s20f3")
node.start()
node.stop()

# end test_zfinal
# end PyreTest

Expand Down
7 changes: 0 additions & 7 deletions tests/test_zbeacon.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,6 @@ def test_recv_beacon2(self):
req = self.node2.recv_multipart()
self.assertEqual(self.transmit1, req[1])

def test_select_interface(self):
ctx = zmq.Context()
interface_selector = ZActor(ctx, ZBeacon)
interface_selector.send_unicode("VERBOSE")
interface_selector.send_unicode("SET INTERFACE", zmq.SNDMORE)
interface_selector.send_unicode("lo")

# end ZBeaconTest

if __name__ == '__main__':
Expand Down

0 comments on commit 57a1943

Please sign in to comment.