108
109
def test_all_checks_pass(self):
109
110
# All checks pass when the services are available and data is returned.
113
113
self.index_client.index_charm(charm_data)
114
115
response = heartbeat(self.getRequest())
115
116
checks = response['checks']
116
117
remark = '1 charms found'