aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-07-17 13:06:42 +0300
committerFilipp Lepalaan <f@230.to>2013-07-17 13:06:42 +0300
commitd1ea36c16454c15e9792c33e52d3f548936402ff (patch)
tree87799fcfa29fae73cb732fb26ee7847703ab5f55 /tests/fixtures
parent86af9609f17a8e34004faa991854f62d3361685f (diff)
downloadpy-gsxws-d1ea36c16454c15e9792c33e52d3f548936402ff.tar.gz
py-gsxws-d1ea36c16454c15e9792c33e52d3f548936402ff.tar.bz2
py-gsxws-d1ea36c16454c15e9792c33e52d3f548936402ff.zip
Fixed GSX element matching, added more tests
Diffstat (limited to 'tests/fixtures')
-rw-r--r--tests/fixtures/ios_activation.xml41
-rw-r--r--tests/fixtures/onsite_dispatch_detail.xml76
-rw-r--r--tests/fixtures/parts_lookup.xml47
3 files changed, 164 insertions, 0 deletions
diff --git a/tests/fixtures/ios_activation.xml b/tests/fixtures/ios_activation.xml
new file mode 100644
index 0000000..7b18d6b
--- /dev/null
+++ b/tests/fixtures/ios_activation.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
+ <S:Body>
+ <ns3:FetchIOSActivationDetailsResponse
+ xmlns:ns2="http://asp.core.endpoint.ws.gsx.ist.apple.com/"
+ xmlns:ns3="http://gsxws.apple.com/elements/global"
+ xmlns:ns4="http://gsxws.apple.com/elements/core/asp"
+ xmlns:ns5="http://gsxws.apple.com/elements/core/asp/am"
+ xmlns:ns6="http://gsxws.apple.com/elements/core">
+ <FetchIOSActivationDetailsResponse>
+ <operationId>1e62913276430159203556d</operationId>
+ <activationDetailsInfo>
+ <serialNumber>2J141331A4S</serialNumber>
+ <imeiNumber>010648001526755</imeiNumber>
+ <meid></meid>
+ <iccID>897010266884541917</iccID>
+ <firstUnbrickDate>01/16/12</firstUnbrickDate>
+ <lastUnbrickDate>01/18/12</lastUnbrickDate>
+ <lastRestoreDate></lastRestoreDate>
+ <unbricked>true</unbricked>
+ <unlocked>true</unlocked>
+ <unlockDate>01/18/12</unlockDate>
+ <productVersion>4.2.1</productVersion>
+ <initialActivationPolicyID>1</initialActivationPolicyID>
+ <initialActivationPolicyDetails>
+ Unassigned factory default - Apple carriers only.
+ SIM Swap triggers rebricking.</initialActivationPolicyDetails>
+ <appliedActivationPolicyID>152</appliedActivationPolicyID>
+ <appliedActivationDetails>Russia MegaFon.</appliedActivationDetails>
+ <nextTetherPolicyID>1</nextTetherPolicyID>
+ <nextTetherPolicyDetails>
+ Unassigned factory default - Apple carriers only.
+ SIM Swap triggers rebricking.</nextTetherPolicyDetails>
+ <macAddress></macAddress>
+ <bluetoothMacAddress></bluetoothMacAddress>
+ <partDescription>iPhone4 16GB BLACKE</partDescription>
+ </activationDetailsInfo>
+ </FetchIOSActivationDetailsResponse>
+ </ns3:FetchIOSActivationDetailsResponse>
+ </S:Body>
+</S:Envelope>
diff --git a/tests/fixtures/onsite_dispatch_detail.xml b/tests/fixtures/onsite_dispatch_detail.xml
new file mode 100644
index 0000000..4025dd0
--- /dev/null
+++ b/tests/fixtures/onsite_dispatch_detail.xml
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
+ <S:Body>
+ <ns4:OnsiteDispatchDetailResponse xmlns:ns2="http://asp.core.endpoint.ws.gsx.ist.apple.com/" xmlns:ns3="http://gsxws.apple.com/elements/global" xmlns:ns4="http://gsxws.apple.com/elements/core/asp" xmlns:ns5="http://gsxws.apple.com/elements/core/asp/am" xmlns:ns6="http://gsxws.apple.com/elements/core">
+ <OnsiteDispatchDetailResponse>
+ <operationId>8a6231310158348248</operationId>
+ <onsiteDispatchDetails>
+ <dispatchId>G101260028</dispatchId>
+ <serialNumber>YM1432NELFB</serialNumber>
+ <dispatchSentDate/>
+ <serviceAccountId>0000511590</serviceAccountId>
+ <assignedToShipTo>0000022296</assignedToShipTo>
+ <coverageStatusDescription>AppleCare Protection Plan</coverageStatusDescription>
+ <productName>iMac (Summer 2001)</productName>
+ <configuration>iMac 500MHz/128M/20G/CD-RW/RUltra/56K/FW</configuration>
+ <purchaseOrderNumber>503017</purchaseOrderNumber>
+ <notes>Customer Reported Symptom:
+ System crashes after logging in.
+ Sold-To Diagnosis:
+ System crashes after logging in.
+ Notes:</notes>
+ <zone>TR01</zone>
+ <primaryAddress>
+ <addressLine1>2323 E. Mountain Gate Pass2323 E. Mountain Gate Pass</addressLine1>
+ <country>US</country>
+ <zipCode>85024</zipCode>
+ <county>Madera</county>
+ <city>PHOENIX</city>
+ <state>AZ</state>
+ <region>005</region>
+ <firstName>Christopher</firstName>
+ <lastName>Howard</lastName>
+ <companyName>PVUSD</companyName>
+ <primaryPhone>480-650-3876</primaryPhone>
+ </primaryAddress>
+ <secondaryAddress>
+ <addressLine1>2323 E. Mountain Gate Pass2323 E. Mountain Gate Pass</addressLine1>
+ <country>US</country>
+ <zipCode>85024</zipCode>
+ <county>Madera</county>
+ <city>PHOENIX</city>
+ <state>AZ</state>
+ <region>005</region>
+ <firstName>Hogan</firstName>
+ <lastName>Patrick</lastName>
+ <companyName>PVUSD</companyName>
+ <primaryPhone>602-867-5252</primaryPhone>
+ </secondaryAddress>
+ <assignedToLocationAddress>
+ <addressLine1>8545 N BLACK CANYON HWY</addressLine1>
+ <country>United States</country>
+ <zipCode>85021</zipCode>
+ <county>Madera</county>
+ <city>PHOENIX</city>
+ <state>AZ</state>
+ <region>005</region>
+ <firstName>CDS GROUP INC</firstName>
+ <lastName></lastName>
+ <primaryPhone>602-242-5101</primaryPhone>
+ </assignedToLocationAddress>
+ <dispatchOrderLines>
+ <partNumber>661-2447</partNumber>
+ <partDescription>Board, Logic, 500 MHz</partDescription>
+ <partCoverageDescription>AppleCare Protection Plan</partCoverageDescription>
+ <comptiaCode>581</comptiaCode>
+ <comptiaModifier>B</comptiaModifier>
+ <returnStatus>Known Bad Board</returnStatus>
+ <isSerialized>Y</isSerialized>
+ <notaFiscalNumber>123456789</notaFiscalNumber>
+ </dispatchOrderLines>
+ </onsiteDispatchDetails>
+ <communicationMessage/>
+ </OnsiteDispatchDetailResponse>
+ </ns4:OnsiteDispatchDetailResponse>
+ </S:Body>
+</S:Envelope>
diff --git a/tests/fixtures/parts_lookup.xml b/tests/fixtures/parts_lookup.xml
new file mode 100644
index 0000000..c1ffcb6
--- /dev/null
+++ b/tests/fixtures/parts_lookup.xml
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
+ <S:Body>
+ <ns3:PartsLookupResponse xmlns:ns3="http://gsxws.apple.com/elements/core">
+ <PartsLookupResponse>
+ <operationId>AnK6lhP8j4Zw8hHYswYMGCthSKGnzy9O</operationId>
+ <parts>
+ <eeeCode>DC18,DC19,DC20,YLW,YVL</eeeCode>
+ <exchangePrice>14.4</exchangePrice>
+ <isSerialized>Y</isSerialized>
+ <laborTier></laborTier>
+ <partDescription>SVC,REMOTE</partDescription>
+ <partNumber>661-4448</partNumber>
+ <partType>Module</partType>
+ <stockPrice>17.1</stockPrice>
+ <stockPrice>17.1</stockPrice>
+ <componentCode>5</componentCode>
+ <originalPartNumber>661-2549</originalPartNumber>
+ </parts>
+ <parts>
+ <eeeCode>59T</eeeCode>
+ <exchangePrice>19</exchangePrice>
+ <isSerialized>Y</isSerialized>
+ <laborTier></laborTier>
+ <partDescription>Power Adapter w/Plug, Ultra-Compact, USB, iPhone/iPod-US/CAN/JPN/TWN</partDescription>
+ <partNumber>661-4954</partNumber>
+ <partType>Module</partType>
+ <stockPrice>26.1</stockPrice>
+ <componentCode>3</componentCode>
+ <originalPartNumber></originalPartNumber>
+ </parts>
+ <parts>
+ <eeeCode></eeeCode>
+ <exchangePrice>19</exchangePrice>
+ <isSerialized>N</isSerialized>
+ <laborTier></laborTier>
+ <partDescription>SVC,STEREO HEADSET</partDescription>
+ <partNumber>661-5028</partNumber>
+ <partType>Module</partType>
+ <stockPrice>26.1</stockPrice>
+ <componentCode>6</componentCode>
+ <originalPartNumber>922-8629</originalPartNumber>
+ </parts>
+ </PartsLookupResponse>
+ </ns3:PartsLookupResponse>
+ </S:Body>
+</S:Envelope>