)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"0ce06a70b2540de4b2fe016fd68568e9d82e3f5b","unresolved":false,"context_lines":[{"line_number":4,"context_line":"Commit:     AlexSTafeyev \u003calexo101087@gmail.com\u003e"},{"line_number":5,"context_line":"CommitDate: 2017-05-08 11:07:48 +0000"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Adding \"sudo\" for \"ip addr list\" command so it could work with non"},{"line_number":8,"context_line":"admin user."},{"line_number":9,"context_line":""},{"line_number":10,"context_line":"Change-Id: Ib75c468cc15f9912e110af4748734bf0b48bcf5d"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"3f044301_1e424911","line":7,"updated":"2017-05-08 11:29:15.000000000","message":"Please, you should follow this recomendations: https://wiki.openstack.org/wiki/GitCommitMessages\n\nThe title should have one line only.","commit_id":"df3220aa1ac554c5d8d58e87f7b85dd50be9cf21"},{"author":{"_account_id":9656,"name":"Ihar Hrachyshka","email":"ihrachys@redhat.com","username":"ihrachys","status":"Red Hat Networking Systems Engineer"},"change_message_id":"0ce52a405b26548e425b795438cfe0ee6df9e981","unresolved":false,"context_lines":[{"line_number":4,"context_line":"Commit:     Alex Stafeyev \u003calexo101087@gmail.com\u003e"},{"line_number":5,"context_line":"CommitDate: 2017-05-15 14:11:46 +0000"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Change PATH for \"ip addr list\" command so it could work with cloud-user"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Change-Id: Ib75c468cc15f9912e110af4748734bf0b48bcf5d"},{"line_number":10,"context_line":"closes-bug: 1689279"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":5,"id":"1f013ff3_629e9464","line":7,"updated":"2017-05-15 14:19:57.000000000","message":"Could probably explain a bit that it\u0027s needed for some custom images like RHEL7 where /usr/sbin/ is not enabled by default for users under test. (btw why aren\u0027t they admin enabled in the images?)","commit_id":"c0551497b81fa51f0dde60d5f710103169b61da7"},{"author":{"_account_id":9656,"name":"Ihar Hrachyshka","email":"ihrachys@redhat.com","username":"ihrachys","status":"Red Hat Networking Systems Engineer"},"change_message_id":"0ce52a405b26548e425b795438cfe0ee6df9e981","unresolved":false,"context_lines":[{"line_number":7,"context_line":"Change PATH for \"ip addr list\" command so it could work with cloud-user"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Change-Id: Ib75c468cc15f9912e110af4748734bf0b48bcf5d"},{"line_number":10,"context_line":"closes-bug: 1689279"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":5,"id":"1f013ff3_c2e1e800","line":10,"range":{"start_line":10,"start_character":0,"end_line":10,"end_character":10},"updated":"2017-05-15 14:19:57.000000000","message":"Closes-Bug:","commit_id":"c0551497b81fa51f0dde60d5f710103169b61da7"}],"neutron/tests/tempest/scenario/test_trunk.py":[{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"0ce06a70b2540de4b2fe016fd68568e9d82e3f5b","unresolved":false,"context_lines":[{"line_number":239,"context_line":"            # Configure VLAN interfaces on server"},{"line_number":240,"context_line":"            command \u003d CONFIGURE_VLAN_INTERFACE_COMMANDS % {\u0027tag\u0027: vlan_tag}"},{"line_number":241,"context_line":"            server[\u0027ssh_client\u0027].exec_command(command)"},{"line_number":242,"context_line":"            out \u003d server[\u0027ssh_client\u0027].exec_command(\u0027sudo ip addr list\u0027)"},{"line_number":243,"context_line":"            LOG.debug(\"Interfaces on server %s: %s\", server, out)"},{"line_number":244,"context_line":""},{"line_number":245,"context_line":"        # Ping from server1 to server2 via VLAN interface should fail because"}],"source_content_type":"text/x-python","patch_set":1,"id":"3f044301_bec11583","line":242,"range":{"start_line":242,"start_character":53,"end_line":242,"end_character":58},"updated":"2017-05-08 11:29:15.000000000","message":"Why do you need this change? There is no need to be root to execute this command. Maybe I\u0027m missing something.","commit_id":"df3220aa1ac554c5d8d58e87f7b85dd50be9cf21"},{"author":{"_account_id":1131,"name":"Brian Haley","email":"haleyb.dev@gmail.com","username":"brian-haley"},"change_message_id":"92effddc11860466815a0a218d79a0ad711d012c","unresolved":false,"context_lines":[{"line_number":239,"context_line":"            # Configure VLAN interfaces on server"},{"line_number":240,"context_line":"            command \u003d CONFIGURE_VLAN_INTERFACE_COMMANDS % {\u0027tag\u0027: vlan_tag}"},{"line_number":241,"context_line":"            server[\u0027ssh_client\u0027].exec_command(command)"},{"line_number":242,"context_line":"            out \u003d server[\u0027ssh_client\u0027].exec_command(\u0027sudo ip addr list\u0027)"},{"line_number":243,"context_line":"            LOG.debug(\"Interfaces on server %s: %s\", server, out)"},{"line_number":244,"context_line":""},{"line_number":245,"context_line":"        # Ping from server1 to server2 via VLAN interface should fail because"}],"source_content_type":"text/x-python","patch_set":2,"id":"3f044301_44323712","line":242,"updated":"2017-05-09 04:30:00.000000000","message":"So does root just have a different path?  Does /sbin/ip work without the sudo?  I don\u0027t see why you would need the sudo otherwise unless I\u0027m missing something.","commit_id":"0c590c56a8982d27c486b955eadd6e013a4a1bac"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"bd8e305b0cbce66d95ac2f9517d9455fef56bb29","unresolved":false,"context_lines":[{"line_number":240,"context_line":"            command \u003d CONFIGURE_VLAN_INTERFACE_COMMANDS % {\u0027tag\u0027: vlan_tag}"},{"line_number":241,"context_line":"            server[\u0027ssh_client\u0027].exec_command(command)"},{"line_number":242,"context_line":"            out \u003d server[\u0027ssh_client\u0027].exec_command("},{"line_number":243,"context_line":"                      \u0027PATH\u003d$PATH:/usr/sbin;ip addr list\u0027)"},{"line_number":244,"context_line":"            LOG.debug(\"Interfaces on server %s: %s\", server, out)"},{"line_number":245,"context_line":""},{"line_number":246,"context_line":"        # Ping from server1 to server2 via VLAN interface should fail because"}],"source_content_type":"text/x-python","patch_set":4,"id":"1f013ff3_df83ff03","line":243,"range":{"start_line":243,"start_character":12,"end_line":243,"end_character":22},"updated":"2017-05-15 13:52:50.000000000","message":"Strange indentation, should be 4 chars?","commit_id":"6771a0cfa8278acc652273e52fdbf0da6b68f774"},{"author":{"_account_id":9656,"name":"Ihar Hrachyshka","email":"ihrachys@redhat.com","username":"ihrachys","status":"Red Hat Networking Systems Engineer"},"change_message_id":"0ce52a405b26548e425b795438cfe0ee6df9e981","unresolved":false,"context_lines":[{"line_number":240,"context_line":"            command \u003d CONFIGURE_VLAN_INTERFACE_COMMANDS % {\u0027tag\u0027: vlan_tag}"},{"line_number":241,"context_line":"            server[\u0027ssh_client\u0027].exec_command(command)"},{"line_number":242,"context_line":"            out \u003d server[\u0027ssh_client\u0027].exec_command("},{"line_number":243,"context_line":"                \u0027PATH\u003d$PATH:/usr/sbin;ip addr list\u0027)"},{"line_number":244,"context_line":"            LOG.debug(\"Interfaces on server %s: %s\", server, out)"},{"line_number":245,"context_line":""},{"line_number":246,"context_line":"        # Ping from server1 to server2 via VLAN interface should fail because"}],"source_content_type":"text/x-python","patch_set":5,"id":"1f013ff3_22bc0cdb","line":243,"range":{"start_line":243,"start_character":16,"end_line":243,"end_character":38},"updated":"2017-05-15 14:19:57.000000000","message":"is it always in /usr/sbin? Then maybe just call it from there?","commit_id":"c0551497b81fa51f0dde60d5f710103169b61da7"}]}
