[CalendarServer-changes] [15103] CalendarServer/branches/users/sredmond/clientsim/contrib/ performance/loadtest/clients.py

source_changes at macosforge.org source_changes at macosforge.org
Fri Sep 4 10:18:39 PDT 2015


Revision: 15103
          http://trac.calendarserver.org//changeset/15103
Author:   sredmond at apple.com
Date:     2015-09-04 10:18:38 -0700 (Fri, 04 Sep 2015)
Log Message:
-----------
Base iOS 9 behavior

Modified Paths:
--------------
    CalendarServer/branches/users/sredmond/clientsim/contrib/performance/loadtest/clients.py

Modified: CalendarServer/branches/users/sredmond/clientsim/contrib/performance/loadtest/clients.py
===================================================================
--- CalendarServer/branches/users/sredmond/clientsim/contrib/performance/loadtest/clients.py	2015-09-03 21:05:31 UTC (rev 15102)
+++ CalendarServer/branches/users/sredmond/clientsim/contrib/performance/loadtest/clients.py	2015-09-04 17:18:38 UTC (rev 15103)
@@ -164,6 +164,16 @@
 
 
 
+class iOS_9(iOS_5): # As far as I can see, the behavior of an iOS 9 client is the same as the behavior of the iOS 5 client.
+    _client_type = "iOS 9"
+
+    USER_AGENT = "iOS/9 dataaccessd/1.0"
+
+    _SYNC_REPORT = False
+
+    _LOAD_PATH = "iOS_5" # Just use the request bodies from iOS 5
+
+
 class OS_X_10_6(BaseAppleClient):
     """
     Implementation of the OS X 10.6 iCal network behavior.
@@ -235,7 +245,6 @@
         returnValue(principal)
 
 
-
 class OS_X_10_7(BaseAppleClient):
     """
     Implementation of the OS X 10.7 iCal network behavior.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20150904/32b788c9/attachment.html>


More information about the calendarserver-changes mailing list