Home | History | Annotate | Download | only in buffet_PrivetInfo

Lines Matching refs:info

36     """This test verifies that the buffet responds to /privet/info request and
53 info = helper.send_privet_request(privet_helper.URL_INFO)
56 if info['version'] != '3.0':
59 authentication = info['authentication']
65 _assert_not_empty(info, 'name')
66 _assert_not_empty(info, 'id')
68 _assert_not_empty(info, 'modelManifestId')
69 _assert_equal(5, len(info['modelManifestId']))
71 manifest = info['basicModelManifest']
76 _assert_equal({'id': '', 'status': 'unconfigured'}, info['gcd'])