aboutsummaryrefslogtreecommitdiff
path: root/unittest/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/constants.py')
-rw-r--r--unittest/constants.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/unittest/constants.py b/unittest/constants.py
index 645ef6a..bf4f5b9 100644
--- a/unittest/constants.py
+++ b/unittest/constants.py
@@ -39,6 +39,9 @@ class DefaultPasswords:
USER_TEMP = b'234234234'
UPDATE = b'12345678'
UPDATE_TEMP = b'123update123'
+ UPDATE_LONG = b'1234567890'*2
+ UPDATE_TOO_LONG = UPDATE_LONG + b'x'
+ UPDATE_TOO_SHORT = b'1234567'
class DeviceErrorCode: