summaryrefslogtreecommitdiff
path: root/t/test.py
diff options
context:
space:
mode:
Diffstat (limited to 't/test.py')
-rw-r--r--t/test.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/test.py b/t/test.py
index 6ef27f7..e40be8d 100644
--- a/t/test.py
+++ b/t/test.py
@@ -280,6 +280,11 @@ class TestTftpyState(unittest.TestCase):
self.clientServerDownloadOptions({})
tftpy.TftpStates.DELAY_BLOCK = 0
+ def testClientServerNoOptionsUnreliable(self):
+ tftpy.TftpStates.NETWORK_UNRELIABILITY = 1000
+ self.clientServerDownloadOptions({})
+ tftpy.TftpStates.NETWORK_UNRELIABILITY = 0
+
def testServerNoOptions(self):
raddress = "127.0.0.2"
rport = 10000