)]}'
{"tempest/cmd/cleanup_service.py":[{"author":{"_account_id":10459,"name":"Luigi Toscano","email":"ltoscano@redhat.com","username":"ltoscano"},"change_message_id":"d1237f29f3064fed8a6b533e986a5197e360c67e","unresolved":false,"context_lines":[{"line_number":372,"context_line":"        try:"},{"line_number":373,"context_line":"            client.reset_quotas(self.project_id)"},{"line_number":374,"context_line":"        except Exception:"},{"line_number":375,"context_line":"            LOG.exception(\"Delete Quotas exception for \u0027project %s\u0027.\","},{"line_number":376,"context_line":"                          self.project_id)"},{"line_number":377,"context_line":""},{"line_number":378,"context_line":"    def dry_run(self):"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_6376e3a6","line":375,"updated":"2019-11-05 11:26:34.000000000","message":"I think it should be \"Delete Network Quotas exception...\", see the error for VolumeQuotaService.","commit_id":"1f4fd690b66fed58f62f80837b22768837ebd7be"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"3c8c963a726eb543e40f8d925bc63f2b61877ef6","unresolved":false,"context_lines":[{"line_number":372,"context_line":"        try:"},{"line_number":373,"context_line":"            client.reset_quotas(self.project_id)"},{"line_number":374,"context_line":"        except Exception:"},{"line_number":375,"context_line":"            LOG.exception(\"Delete Quotas exception for \u0027project %s\u0027.\","},{"line_number":376,"context_line":"                          self.project_id)"},{"line_number":377,"context_line":""},{"line_number":378,"context_line":"    def dry_run(self):"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_2473d9b6","line":375,"in_reply_to":"3fa7e38b_6376e3a6","updated":"2019-11-12 16:07:50.000000000","message":"Done","commit_id":"1f4fd690b66fed58f62f80837b22768837ebd7be"},{"author":{"_account_id":10459,"name":"Luigi Toscano","email":"ltoscano@redhat.com","username":"ltoscano"},"change_message_id":"aa458970edf62aba8ac21bf682a23efe6f775f77","unresolved":false,"context_lines":[{"line_number":372,"context_line":"        try:"},{"line_number":373,"context_line":"            client.reset_quotas(self.project_id)"},{"line_number":374,"context_line":"        except Exception:"},{"line_number":375,"context_line":"            LOG.exception(\"Delete Network exception for \u0027project %s\u0027.\","},{"line_number":376,"context_line":"                          self.project_id)"},{"line_number":377,"context_line":""},{"line_number":378,"context_line":"    def dry_run(self):"}],"source_content_type":"text/x-python","patch_set":2,"id":"3fa7e38b_049b3d66","line":375,"updated":"2019-11-11 09:25:45.000000000","message":"Network Quotas :)","commit_id":"d1e8bf066776b1fa69390b7e620bc3d60ec2c201"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"467ece3bda5856038e77d1ac1981d25f8f48d7a2","unresolved":false,"context_lines":[{"line_number":362,"context_line":"        self.data[\u0027compute_quotas\u0027] \u003d quotas[\u0027absolute\u0027]"},{"line_number":363,"context_line":""},{"line_number":364,"context_line":""},{"line_number":365,"context_line":"class NetworkQuotaService(BaseService):"},{"line_number":366,"context_line":"    def __init__(self, manager, **kwargs):"},{"line_number":367,"context_line":"        super(NetworkQuotaService, self).__init__(kwargs)"},{"line_number":368,"context_line":"        self.client \u003d manager.network_quotas_client"}],"source_content_type":"text/x-python","patch_set":3,"id":"3fa7e38b_c01ae67a","line":365,"range":{"start_line":365,"start_character":6,"end_line":365,"end_character":25},"updated":"2019-11-12 10:16:39.000000000","message":"you need to add this class to get_project_cleanup_services method","commit_id":"d784821178af078692fda20dc44cb6eb83ded28d"}],"tempest/tests/cmd/test_cleanup_services.py":[{"author":{"_account_id":10459,"name":"Luigi Toscano","email":"ltoscano@redhat.com","username":"ltoscano"},"change_message_id":"d1237f29f3064fed8a6b533e986a5197e360c67e","unresolved":false,"context_lines":[{"line_number":1594,"context_line":"        self._test_is_preserve_true([(self.get_method, self.response, 200)])"},{"line_number":1595,"context_line":""},{"line_number":1596,"context_line":""},{"line_number":1597,"context_line":"class TestNetworkQuotaService(BaseCmdServiceTests):"},{"line_number":1598,"context_line":""},{"line_number":1599,"context_line":"    service_class \u003d \u0027NetworkQuotaService\u0027"},{"line_number":1600,"context_line":"    service_name \u003d \u0027network_quota_service\u0027"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_0365afe0","line":1597,"updated":"2019-11-05 11:26:34.000000000","message":"minor nitpick: could you please reorder the Test*QuotaService classes to match the order of the tested classes?","commit_id":"1f4fd690b66fed58f62f80837b22768837ebd7be"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"3c8c963a726eb543e40f8d925bc63f2b61877ef6","unresolved":false,"context_lines":[{"line_number":1594,"context_line":"        self._test_is_preserve_true([(self.get_method, self.response, 200)])"},{"line_number":1595,"context_line":""},{"line_number":1596,"context_line":""},{"line_number":1597,"context_line":"class TestNetworkQuotaService(BaseCmdServiceTests):"},{"line_number":1598,"context_line":""},{"line_number":1599,"context_line":"    service_class \u003d \u0027NetworkQuotaService\u0027"},{"line_number":1600,"context_line":"    service_name \u003d \u0027network_quota_service\u0027"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_84440d49","line":1597,"in_reply_to":"3fa7e38b_0365afe0","updated":"2019-11-12 16:07:50.000000000","message":"Done","commit_id":"1f4fd690b66fed58f62f80837b22768837ebd7be"}]}
