~ubuntu-branches/debian/sid/lexicon/sid

« back to all changes in this revision

Viewing changes to tests/fixtures/cassettes/zonomi/IntegrationTests/test_Provider_when_calling_list_records_with_name_filter_should_return_record.yaml

  • Committer: Package Import Robot
  • Author(s): Ana Custura
  • Date: 2018-03-02 22:36:08 UTC
  • Revision ID: package-import@ubuntu.com-20180302223608-4e2sghral3uifgq7
Tags: upstream-2.1.21
ImportĀ upstreamĀ versionĀ 2.1.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
interactions:
 
2
- request:
 
3
    body: null
 
4
    headers:
 
5
      Accept: ['*/*']
 
6
      Accept-Encoding: ['gzip, deflate']
 
7
      Connection: [keep-alive]
 
8
      User-Agent: [python-requests/2.18.4]
 
9
    method: GET
 
10
    uri: https://zonomi.com/app/dns/dyndns.jsp?action=QUERY&name=%2A%2A.pcekper.com.ar&type=SOA
 
11
  response:
 
12
    body: {string: !!python/unicode "<?xml version =\"1.0\"  ?><!DOCTYPE html [<!ENTITY\
 
13
        \ nbsp '&#160;'><!ENTITY trade '&#8482;'><!ENTITY copy '&#169;'>]><dnsapi_result><is_ok>OK:</is_ok>\n\
 
14
        <result_counts \n added=\"0\"\n changed=\"0\"\n unchanged=\"0\"\n deleted=\"\
 
15
        0\"/>\n<actions>\n\n<action \n action=\"QUERY\"\n host=\"pcekper.com.ar\"\n\
 
16
        \ type=\"SOA\">\n<record \n name=\"pcekper.com.ar\"\n type=\"SOA\"\n content=\"\
 
17
        ns1.zonomi.com. soacontact.zonomi.com. 37 10800 3600 604800 3600\"\n ttl=\"\
 
18
        86400 seconds\"\n prio=\"0\"/>\t</action></actions></dnsapi_result>"}
 
19
    headers:
 
20
      cache-control: [no-store]
 
21
      connection: [Keep-Alive]
 
22
      content-length: ['477']
 
23
      content-type: [text/xml;charset=UTF-8]
 
24
      date: ['Tue, 28 Nov 2017 22:03:46 GMT']
 
25
      keep-alive: ['timeout=5, max=100']
 
26
      server: [Apache/2.4.25 (Debian)]
 
27
      set-cookie: ['uv=670061985; Expires=Wed, 28-Nov-2018 22:03:46 GMT; Path=/app;
 
28
          HttpOnly', JSESSIONID=B0BD10CA280974E3911AF9FA86D20A63; Path=/app/; Secure;
 
29
          HttpOnly]
 
30
      vary: [Accept-Encoding]
 
31
    status: {code: 200, message: OK}
 
32
- request:
 
33
    body: null
 
34
    headers:
 
35
      Accept: ['*/*']
 
36
      Accept-Encoding: ['gzip, deflate']
 
37
      Connection: [keep-alive]
 
38
      User-Agent: [python-requests/2.18.4]
 
39
    method: GET
 
40
    uri: https://zonomi.com/app/dns/dyndns.jsp?action=SET&name=random.test.pcekper.com.ar&prio=placeholder_priority&ttl=3600&type=TXT&value=challengetoken
 
41
  response:
 
42
    body: {string: !!python/unicode "<?xml version =\"1.0\"  ?><!DOCTYPE html [<!ENTITY\
 
43
        \ nbsp '&#160;'><!ENTITY trade '&#8482;'><!ENTITY copy '&#169;'>]><dnsapi_result><is_ok>OK:</is_ok>\n\
 
44
        <result_counts \n added=\"1\"\n changed=\"0\"\n unchanged=\"0\"\n deleted=\"\
 
45
        0\"/>\n<actions>\n\n<action \n action=\"SET\"\n host=\"random.test.pcekper.com.ar\"\
 
46
        \n type=\"TXT\"\n value=\"challengetoken\"\n ttl=\"3600\">\n<record \n name=\"\
 
47
        random.test.pcekper.com.ar\"\n type=\"TXT\"\n content=\"challengetoken\"\n\
 
48
        \ ttl=\"3600 seconds\"\n prio=\"0\"\n added=\"\"/>\t</action></actions></dnsapi_result>"}
 
49
    headers:
 
50
      cache-control: [no-store]
 
51
      connection: [Keep-Alive]
 
52
      content-length: ['494']
 
53
      content-type: [text/xml;charset=UTF-8]
 
54
      date: ['Tue, 28 Nov 2017 22:03:47 GMT']
 
55
      keep-alive: ['timeout=5, max=100']
 
56
      server: [Apache/2.4.25 (Debian)]
 
57
      set-cookie: ['uv=870061985; Expires=Wed, 28-Nov-2018 22:03:47 GMT; Path=/app;
 
58
          HttpOnly', JSESSIONID=5DAE52414A1BB304A2215C1332BAA86E; Path=/app/; Secure;
 
59
          HttpOnly]
 
60
      vary: [Accept-Encoding]
 
61
    status: {code: 200, message: OK}
 
62
- request:
 
63
    body: null
 
64
    headers:
 
65
      Accept: ['*/*']
 
66
      Accept-Encoding: ['gzip, deflate']
 
67
      Connection: [keep-alive]
 
68
      User-Agent: [python-requests/2.18.4]
 
69
    method: GET
 
70
    uri: https://zonomi.com/app/dns/dyndns.jsp?action=QUERY&name=random.test.pcekper.com.ar&type=TXT
 
71
  response:
 
72
    body: {string: !!python/unicode "<?xml version =\"1.0\"  ?><!DOCTYPE html [<!ENTITY\
 
73
        \ nbsp '&#160;'><!ENTITY trade '&#8482;'><!ENTITY copy '&#169;'>]><dnsapi_result><is_ok>OK:</is_ok>\n\
 
74
        <result_counts \n added=\"0\"\n changed=\"0\"\n unchanged=\"0\"\n deleted=\"\
 
75
        0\"/>\n<actions>\n\n<action \n action=\"QUERY\"\n host=\"random.test.pcekper.com.ar\"\
 
76
        \n type=\"TXT\">\n<record \n name=\"random.test.pcekper.com.ar\"\n type=\"\
 
77
        TXT\"\n content=\"challengetoken\"\n ttl=\"3600 seconds\"\n prio=\"0\"/>\t\
 
78
        </action></actions></dnsapi_result>"}
 
79
    headers:
 
80
      cache-control: [no-store]
 
81
      connection: [Keep-Alive]
 
82
      content-length: ['450']
 
83
      content-type: [text/xml;charset=UTF-8]
 
84
      date: ['Tue, 28 Nov 2017 22:03:47 GMT']
 
85
      keep-alive: ['timeout=5, max=100']
 
86
      server: [Apache/2.4.25 (Debian)]
 
87
      set-cookie: ['uv=380061985; Expires=Wed, 28-Nov-2018 22:03:47 GMT; Path=/app;
 
88
          HttpOnly', JSESSIONID=486BF1D092A3B3C00B1231285E8D08D3; Path=/app/; Secure;
 
89
          HttpOnly]
 
90
      vary: [Accept-Encoding]
 
91
    status: {code: 200, message: OK}
 
92
version: 1