Update robot comments

This commit is contained in:
Gerrit User 22348 2024-02-13 08:59:42 +00:00 committed by Gerrit Code Review
parent d813b29738
commit c5560aa499
1 changed files with 130 additions and 0 deletions

View File

@ -0,0 +1,130 @@
{
"comments": [
{
"robotId": "zuul",
"robotRunId": "7e5a291755de43a4a4eeb8410487b8d4",
"url": "https://zuul.opendev.org/t/openstack/buildset/7e5a291755de43a4a4eeb8410487b8d4",
"fixSuggestions": [],
"key": {
"uuid": "ad9118d5_bfd25c64",
"filename": "neutron_vpnaas/services/vpn/device_drivers/ipsec.py",
"patchSetId": 6
},
"lineNbr": 38,
"author": {
"id": 22348
},
"writtenOn": "2024-02-13T08:59:42Z",
"side": 1,
"message": "pep8: I100 Import statements are in the wrong order. \u0027from typing import List\u0027 should be before \u0027from neutron_lib.utils import file\u0027 and in a different group.",
"tag": "autogenerated:zuul:check",
"revId": "f1b5cd4163ea2e16f3c2236b81b95f647d0aa0dc",
"serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543"
},
{
"robotId": "zuul",
"robotRunId": "7e5a291755de43a4a4eeb8410487b8d4",
"url": "https://zuul.opendev.org/t/openstack/buildset/7e5a291755de43a4a4eeb8410487b8d4",
"fixSuggestions": [],
"key": {
"uuid": "b2a40a47_18351eea",
"filename": "neutron_vpnaas/services/vpn/device_drivers/ipsec.py",
"patchSetId": 6
},
"lineNbr": 38,
"author": {
"id": 22348
},
"writtenOn": "2024-02-13T08:59:42Z",
"side": 1,
"message": "pep8: I201 Missing newline between import groups. \u0027from typing import List\u0027 is identified as Stdlib and \u0027from neutron_lib.utils import file\u0027 is identified as Third Party.",
"tag": "autogenerated:zuul:check",
"revId": "f1b5cd4163ea2e16f3c2236b81b95f647d0aa0dc",
"serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543"
},
{
"robotId": "zuul",
"robotRunId": "7e5a291755de43a4a4eeb8410487b8d4",
"url": "https://zuul.opendev.org/t/openstack/buildset/7e5a291755de43a4a4eeb8410487b8d4",
"fixSuggestions": [],
"key": {
"uuid": "ce0ee67a_965d08cd",
"filename": "neutron_vpnaas/services/vpn/device_drivers/ipsec.py",
"patchSetId": 6
},
"lineNbr": 39,
"author": {
"id": 22348
},
"writtenOn": "2024-02-13T08:59:42Z",
"side": 1,
"message": "pep8: H306: imports not in alphabetical order (typing.list, oslo_concurrency.lockutils)",
"tag": "autogenerated:zuul:check",
"revId": "f1b5cd4163ea2e16f3c2236b81b95f647d0aa0dc",
"serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543"
},
{
"robotId": "zuul",
"robotRunId": "7e5a291755de43a4a4eeb8410487b8d4",
"url": "https://zuul.opendev.org/t/openstack/buildset/7e5a291755de43a4a4eeb8410487b8d4",
"fixSuggestions": [],
"key": {
"uuid": "96f4ede1_7cc554f1",
"filename": "neutron_vpnaas/services/vpn/device_drivers/ipsec.py",
"patchSetId": 6
},
"lineNbr": 39,
"author": {
"id": 22348
},
"writtenOn": "2024-02-13T08:59:42Z",
"side": 1,
"message": "pep8: I201 Missing newline between import groups. \u0027from oslo_concurrency import lockutils\u0027 is identified as Third Party and \u0027from typing import List\u0027 is identified as Stdlib.",
"tag": "autogenerated:zuul:check",
"revId": "f1b5cd4163ea2e16f3c2236b81b95f647d0aa0dc",
"serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543"
},
{
"robotId": "zuul",
"robotRunId": "7e5a291755de43a4a4eeb8410487b8d4",
"url": "https://zuul.opendev.org/t/openstack/buildset/7e5a291755de43a4a4eeb8410487b8d4",
"fixSuggestions": [],
"key": {
"uuid": "f4d2deb3_3f34bdb8",
"filename": "neutron_vpnaas/tests/functional/common/test_scenario.py",
"patchSetId": 6
},
"lineNbr": 537,
"author": {
"id": 22348
},
"writtenOn": "2024-02-13T08:59:42Z",
"side": 1,
"message": "pep8: E231 missing whitespace after \u0027,\u0027",
"tag": "autogenerated:zuul:check",
"revId": "f1b5cd4163ea2e16f3c2236b81b95f647d0aa0dc",
"serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543"
},
{
"robotId": "zuul",
"robotRunId": "7e5a291755de43a4a4eeb8410487b8d4",
"url": "https://zuul.opendev.org/t/openstack/buildset/7e5a291755de43a4a4eeb8410487b8d4",
"fixSuggestions": [],
"key": {
"uuid": "81c0d61e_f8f6783c",
"filename": "neutron_vpnaas/tests/unit/services/vpn/device_drivers/test_ipsec.py",
"patchSetId": 6
},
"lineNbr": 26,
"author": {
"id": 22348
},
"writtenOn": "2024-02-13T08:59:42Z",
"side": 1,
"message": "pep8: F401 \u0027neutron.agent.l3.router_info.RouterInfo\u0027 imported but unused",
"tag": "autogenerated:zuul:check",
"revId": "f1b5cd4163ea2e16f3c2236b81b95f647d0aa0dc",
"serverId": "4a232e18-c5a9-48ee-94c0-e04e7cca6543"
}
]
}