)]}'
{
  "log": [
    {
      "commit": "b1c22c3e2ea2a49e0c014e8919b8d692b7d4b663",
      "tree": "33c01ca0cb5eb92f5882631257ca1e74d0add377",
      "parents": [
        "adb4964cced8434c5823f28fc3423fc3211047d0"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Oct 02 13:21:16 2019 +0300"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Oct 02 17:57:22 2019 +0000"
      },
      "message": "[SPT] Defined create_fake_external_network() method\n\nThe create_fake_external_network() method was called\nwithout definition when there was no real ext net.\nIn this case the was error that method is not defined.\n\nChange-Id: I0f8fb1da60eb278ffd235879f1f0230510472271\nRelated-PROD: #PROD-33626\n"
    },
    {
      "commit": "adb4964cced8434c5823f28fc3423fc3211047d0",
      "tree": "9fd3fa5a4017ff47354c4cf0997c985b5a50d962",
      "parents": [
        "a34a304ca406bfbba900c2a097d35667358d6bdb"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Tue Oct 01 18:27:50 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Oct 02 13:42:11 2019 +0300"
      },
      "message": "[SPT] Added details of vm2vm measurements to output in table\n\nPROD-32021: The details of vm2vm measurements were missed\nand were not printed, just numbers were printer without\ndescription of the test case. Fixed this by drawing the\ntable.\n\nChange-Id: I12051e5d0cd7542477feb2c6e973a01e7b141b22\nRealated: PROD-32021\n"
    },
    {
      "commit": "a34a304ca406bfbba900c2a097d35667358d6bdb",
      "tree": "4710714a82c7304f09e8377020822a626be7edb1",
      "parents": [
        "90076a301b9a319733482026da7df2bca0b0a0e9"
      ],
      "author": {
        "name": "Dmitriy Kruglov",
        "email": "dkruglov@mirantis.com",
        "time": "Tue Aug 20 11:45:35 2019 +0200"
      },
      "committer": {
        "name": "Dmitriy Kruglov",
        "email": "dkruglov@mirantis.com",
        "time": "Wed Aug 21 11:43:40 2019 +0200"
      },
      "message": "Update error messages in sanity tests\n\nUpdate error messages throughout sanity tests\nto use the same (or similar) format of error message.\n\nChange-Id: I4db0517a5b264151ddaa6ea2c2a04d37e139944e\nRelated-PROD: #PROD-32415\n"
    },
    {
      "commit": "90076a301b9a319733482026da7df2bca0b0a0e9",
      "tree": "01472f665f3aca2b23a8f6dc0e92a401b96c5105",
      "parents": [
        "7ea971582dbb5ff84cc3520c699dbc02b767715a"
      ],
      "author": {
        "name": "Dmitriy Kruglov",
        "email": "dkruglov@mirantis.com",
        "time": "Mon Aug 19 12:16:48 2019 +0200"
      },
      "committer": {
        "name": "Dmitriy Kruglov",
        "email": "dkruglov@mirantis.com",
        "time": "Mon Aug 19 12:25:20 2019 +0200"
      },
      "message": "Make Python style traceback as the default one\n\npytest style of traceback adds additional symbols,\nwhich supposedly makes it prettier to look, but\nprevents from parsing easily data collections\n(e.g. dicts).\nPython style of traceback helps to resolve the issue.\n\nChange-Id: I682a61d74092978cab4f9146c6b8260b20dc0b3e\nRelated-PROD: #PROD-23832\n"
    },
    {
      "commit": "7ea971582dbb5ff84cc3520c699dbc02b767715a",
      "tree": "24bc093a0fa70b05876dbb6c710a755eb1437e31",
      "parents": [
        "b4806756e05a3ca1c39ceeddf69b237f8b136bb9"
      ],
      "author": {
        "name": "Ekaterina Chernova",
        "email": "efedorova@mirantis.com",
        "time": "Mon Jul 29 17:09:12 2019 +0300"
      },
      "committer": {
        "name": "Ekaterina Chernova",
        "email": "efedorova@mirantis.com",
        "time": "Tue Jul 30 16:29:26 2019 +0300"
      },
      "message": "Update test_check_module_versions\n\nAdd separate inconsistency_rule\n\nChange-Id: Id6b4d068ffe2e0ff9ac59c7ec419311a9ac7d9f2\nRealated: PROD-32197\n"
    },
    {
      "commit": "b4806756e05a3ca1c39ceeddf69b237f8b136bb9",
      "tree": "7145cfc00bfa3945d9744785c382c9fb8624e70e",
      "parents": [
        "b2804bc4b0b2d5413bbc3cc007f36cfb37581a65"
      ],
      "author": {
        "name": "Ekaterina Chernova",
        "email": "efedorova@mirantis.com",
        "time": "Fri Jul 26 16:02:18 2019 +0300"
      },
      "committer": {
        "name": "Ekaterina Chernova",
        "email": "efedorova@mirantis.com",
        "time": "Fri Jul 26 19:11:39 2019 +0300"
      },
      "message": "Add exceptions to test_check_package_versions\n\nSome packages are installed only to the specific nodes.\nIn that case test is failing. To prevent this,\ncheck if package is not in the exception.\n\nAlso previously 1 error was allowed. After exception list is added,\nno package version mismatch is allowed.\n\nChange-Id: Icbab1f15e9ae936cae4ec9e05466ab2b8b216e64\nRelated: PROD-32190\nRelated: PROD-32108\n"
    },
    {
      "commit": "b2804bc4b0b2d5413bbc3cc007f36cfb37581a65",
      "tree": "89e621f77a88154dae540bcf82c3c210fb4954c8",
      "parents": [
        "131b58e9782706c3c213477764475cd238c7967b"
      ],
      "author": {
        "name": "Ekaterina Chernova",
        "email": "efedorova@mirantis.com",
        "time": "Thu Jul 25 16:13:29 2019 +0300"
      },
      "committer": {
        "name": "Ekaterina Chernova",
        "email": "efedorova@mirantis.com",
        "time": "Thu Jul 25 16:21:28 2019 +0300"
      },
      "message": "Expect sysstat to be running on kvm03 only\n\nChange-Id: Icf4771c792f3676378a6e77cc788da2f88b16f3e\nRelated: PROD-32198\n"
    },
    {
      "commit": "131b58e9782706c3c213477764475cd238c7967b",
      "tree": "aeddb5324ad1789bf7188bf0ec1291bdc7d19a2b",
      "parents": [
        "8cc3a98ac6dec0655fcc79737c5f7f18bc1acde5"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Jul 22 17:24:29 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Jul 22 17:26:18 2019 +0300"
      },
      "message": "Mark test_sysctl_variables as xfail PROD-31892\n\nRelated-prod: #PROD-31892(PROD:31892)\nChange-Id: I727786c49dafabd07e99d82a8426cf76ccd626a5\n"
    },
    {
      "commit": "8cc3a98ac6dec0655fcc79737c5f7f18bc1acde5",
      "tree": "7b9206c977a60c46dd7561283dcec684f2147cff",
      "parents": [
        "b9635f997c7d711eca7d008461a7c6ce28efd82a"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Jul 22 14:58:03 2019 +0300"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Jul 22 13:08:04 2019 +0000"
      },
      "message": "test_drivetrain_components_and_versions, check images only for services\n\nFixes-bug:#PROD-32120(PROD:32120)\n\nChange-Id: Id8b0201ba96c07535403e6042dd5e87c53815f67\n"
    },
    {
      "commit": "b9635f997c7d711eca7d008461a7c6ce28efd82a",
      "tree": "6926d30b9d0cc5f2ba7262f498695de9fa4b423c",
      "parents": [
        "7a1702b111971680cb2ce9acae547beb5103870c"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Jul 18 19:00:35 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Jul 19 00:31:18 2019 +0300"
      },
      "message": "Added tests to check kernel parameters\n\nAdditional changes:\n* removed kdt-related tests\n\nChange-Id: Ifee71c075411bce7ea2421fa2766383cb27b0330\nRelated-Task: #PROD-31892(PROD:31892)\n"
    },
    {
      "commit": "7a1702b111971680cb2ce9acae547beb5103870c",
      "tree": "447f8235b0ae974a05105ffe16eee25feebd0a02",
      "parents": [
        "8d4082d49471015b15bfd1ae3467ca2e9e650490"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Jul 16 16:44:46 2019 +0300"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Jul 18 11:16:22 2019 +0000"
      },
      "message": "[cvp-spt] Allow to redefine flavor parameters from environment variables\n\nAdditional changes: \n* remake calling \u0027image_name\u0027 variable for more pythonic way\n* subprocess.call calls with shell\u003dTrue when creating the image\n* fix the deprecation message from yaml.load\n\n\nChange-Id: Ic057f7b0364eed2ab0693569b1330e8066def757\nRelated-Prod:#PROD-26971(PROD:26971)\n"
    },
    {
      "commit": "8d4082d49471015b15bfd1ae3467ca2e9e650490",
      "tree": "e9843b3ce9dcf7fd69230acf42e4bdf32990124c",
      "parents": [
        "85f55feb86838c9faf3d0171c8b0524754146c70"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Jul 16 16:07:11 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Jul 16 16:08:21 2019 +0300"
      },
      "message": "Added Loader object for yaml.load\n\nChange-Id: I2523c890950071dde09005d970baa37fc5f91320\nRelated-Prod: #PROD-30230(PROD:30230)\n"
    },
    {
      "commit": "85f55feb86838c9faf3d0171c8b0524754146c70",
      "tree": "dbf2cf0907305f1b56eacfbe849fc551a93a9b82",
      "parents": [
        "91dc81558eceedaa41383cc666bbc0bad99a8671"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Mon Jun 10 17:30:53 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Jul 05 23:06:29 2019 +0000"
      },
      "message": "[CVP] Use correct proto in UI tests according to reclass\n\nChange-Id: I6646d8752ae221e36b5f77d71dfd4e51f62b970c\nRelated-PROD: PROD-30969\nRelated-PROD: PROD-30859\n(cherry picked from commit 7d4f07eb6e058eda4f7fe2af811ea3b0abb8a6fc)\n"
    },
    {
      "commit": "91dc81558eceedaa41383cc666bbc0bad99a8671",
      "tree": "f58ff9b938887422a357157b9723003e78405bf6",
      "parents": [
        "599801a74cff0254512147cf99c41c32c9f9727e"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Jul 04 12:43:16 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Jul 05 12:16:39 2019 +0300"
      },
      "message": "Set https protocol for drivetrain components\n\nChange-Id: If1c30d2de1e227201c3e180217f218af240b6ac1\nFixes-Bug: #PROD-31708(PROD:31708)\n"
    },
    {
      "commit": "599801a74cff0254512147cf99c41c32c9f9727e",
      "tree": "d7a20f88e4c460fc6e3d20ebcb27a224b30ea325",
      "parents": [
        "c8997a4ca33bbd0a2c9a1033958d3eae7988b314"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Jun 04 17:26:51 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Mon Jul 01 20:16:52 2019 +0000"
      },
      "message": "[CVP] Exclude gtw01 in several tests in special case for octavia\n\nChange-Id: If64331482fd6cf312b8a9027be60521fa481ac74\nRelated-PROD: PROD-30833\n(cherry picked from commit a3e79cebc9e7faf302a87c86d14efa1433f59e0d)\n"
    },
    {
      "commit": "c8997a4ca33bbd0a2c9a1033958d3eae7988b314",
      "tree": "a1a410a2604c6e841ff1949151572f4ab09d906c",
      "parents": [
        "04344f10c1a26db48567b8927c405036d15ef5f4"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Mon Jun 03 13:24:53 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Mon Jul 01 17:54:05 2019 +0000"
      },
      "message": "[CVP] Improve OS authentication in spt\n\nChange-Id: I129c043e38f278ac836b621999357178c3a43598\nRelated-PROD: PROD-30815\n(cherry picked from commit 47aad3d8025181f224bd9cf385e3d2a874a65193)\n"
    },
    {
      "commit": "04344f10c1a26db48567b8927c405036d15ef5f4",
      "tree": "e6254df6e3bd5943af4a81854bf4f2e6807c96b5",
      "parents": [
        "79f8d60aa5248ea31f127ee75950dfcdd9aef7b6"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Jun 12 13:56:36 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Jun 12 14:07:16 2019 +0300"
      },
      "message": "Fix parsing in docker images for test_drivatrain\n\nChange-Id: Ic7e848b76d99093f5140d30829c41060b11dd013\nFixes-Bug: #PROD-30975(PROD:30975)\n"
    },
    {
      "commit": "79f8d60aa5248ea31f127ee75950dfcdd9aef7b6",
      "tree": "b737712aae9ccd5541c32e448776238d7fd3f832",
      "parents": [
        "ede8b89e28cc96bbfe33ffec592feb69ed447a61"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed May 08 16:23:16 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Jun 03 13:17:07 2019 +0300"
      },
      "message": "K8s dashboard is enabled only for deployment with Contrail, not with\nCalico\n\nChange-Id: I617fffc9fe35126c1ce0daa7c6351b7dcc1b248a\nFixes-Issue: #PROD-29776(PROD:29776)\n"
    },
    {
      "commit": "ede8b89e28cc96bbfe33ffec592feb69ed447a61",
      "tree": "92964503ca548746ccfe064b20d40233a477169e",
      "parents": [
        "394f6bcde152b1dcc22813e4396be285d04f82a0"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Thu May 30 09:37:23 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri May 31 22:59:51 2019 +0000"
      },
      "message": "[CVP] Exclude dns nodes in test_single_vip_exists\n\nChange-Id: Ieb6418c7306a52b0937b0db2c06b0d9979d8c672\nRelated-PROD: PROD-30734\n(cherry picked from commit 2a11a6c2f1ef79c57764b7b65e22f664c3868635)\n"
    },
    {
      "commit": "394f6bcde152b1dcc22813e4396be285d04f82a0",
      "tree": "2de474d21feda2fe9d9f6043a0f4c9025d3e56c7",
      "parents": [
        "c81093578f10ffb2aeb0c6170a45df1b956b32b6"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri May 31 16:55:56 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri May 31 17:12:43 2019 +0300"
      },
      "message": "Show gitlog for stacklight repo when building docker image\n\nChange-Id: Ic0e2b2f99a67f4288d71f85e8a9d49c6e2a116b1\nRelated-prod: #PROD-30693(PROD:30693)\n"
    },
    {
      "commit": "c81093578f10ffb2aeb0c6170a45df1b956b32b6",
      "tree": "a58dbeaacd5b1bc07d24b1e7334a535fe7f21457",
      "parents": [
        "3d21fc7c9c2822e3d69e2a8f80728c30d95d03b1"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue May 28 17:29:49 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 29 22:18:45 2019 +0000"
      },
      "message": "[CVP] Exclude some mounts in test_mounted_file_systems\n\nChange-Id: I84c16d655f84db57a1e6448100c928490b02ebfb\nRelated-PROD: PROD-30655\n(cherry picked from commit 3218f17ee5dadd642de5352fac14440ca8f2f5a0)\n"
    },
    {
      "commit": "3d21fc7c9c2822e3d69e2a8f80728c30d95d03b1",
      "tree": "72b8ea9bac5fbcb4b475ee4d33fd7eb4f1ba63ec",
      "parents": [
        "2c8362dd537ddc22d6371e11de9a38351a07d66c"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue May 28 18:58:07 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 29 22:18:17 2019 +0000"
      },
      "message": "[CVP] Additional assert for test_k8s_dashboard_available\n\nChange-Id: I54507def1b003b4daaaad4cb59ff5e6430d61b06\nRelated-PROD: PROD-30657\n(cherry picked from commit 5a863865a0c2caa8fff20f308a9887087d4feefd)\n"
    },
    {
      "commit": "2c8362dd537ddc22d6371e11de9a38351a07d66c",
      "tree": "d492dc2663fa07098206b62f8eb778b7c80bcbaf",
      "parents": [
        "bea17c3fbd7142e63d2d6b20983962f378e9ccda"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue May 28 09:25:51 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 29 22:18:01 2019 +0000"
      },
      "message": "[CVP] Enable test_reclass_nodes\n\nChange-Id: Ia271accfcecae69753d95a2f6c4b8aa93ee05e7c\n"
    },
    {
      "commit": "bea17c3fbd7142e63d2d6b20983962f378e9ccda",
      "tree": "ded80aff7e7b7d24d32fd0d3257b16d0992ba916",
      "parents": [
        "1ee9bdcb7e639a7e3d3bf0add5a8d9994e623832"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue May 28 21:41:46 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 29 16:42:34 2019 +0000"
      },
      "message": "[CVP] Additional check for empty salt response\n\nChange-Id: I2f12040208aae8c52370665b43825d10f6eff32e\nRelated-PROD: PROD-30658\n(cherry picked from commit b4d88023c67a477b89f52e64a9e9fddd09203261)\n"
    },
    {
      "commit": "1ee9bdcb7e639a7e3d3bf0add5a8d9994e623832",
      "tree": "c91e7efc37e3cd107439d48d2ae47d548356e9e6",
      "parents": [
        "4e667e5f3519ec598a1d20bd32a4b2544a62ddb8"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed May 29 15:43:15 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed May 29 16:48:36 2019 +0300"
      },
      "message": "[CVP][Sanity] Added vnet interfaces to skip list for MTU\n\nIt is not valid to compare vnet interfaces\u0027 MTU on KVM nodes\nby name.\n\nChange-Id: I62edb6339d8ab37031d6f3e75e5acf348b9a406b\nRelated-PROD: PROD-30698\n"
    },
    {
      "commit": "4e667e5f3519ec598a1d20bd32a4b2544a62ddb8",
      "tree": "afc10f5147a51fd91e858b460f0fbe009fa52f74",
      "parents": [
        "759e39c21986807eb5b79a1ce43cb35b040bc305"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue May 28 18:42:00 2019 -0500"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed May 29 13:34:30 2019 +0000"
      },
      "message": "[CVP] Skip all not relevant interfaces in test_mtu\n\nChange-Id: I14ff6913077c03ae1211ddabf4d1fa0223073a0f\nRelated-PROD: PROD-27217\n(cherry picked from commit 674bd1328cd08c1e2a2e66f057e71c7e5d45e2f4)\n"
    },
    {
      "commit": "759e39c21986807eb5b79a1ce43cb35b040bc305",
      "tree": "8da350205e0ade4f944fdbff638b27b0c6ce422a",
      "parents": [
        "d1018020ed82d04842d57d116034efce79ee45ee"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue May 28 12:38:24 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue May 28 13:09:44 2019 +0300"
      },
      "message": "Add definition for folder with report to the Dockerfile\n\nAdditional changes:\n  * disabled voting for test_reclass_nodes\n\nChange-Id: Ibc69df5fe2a462c476f18da4797794c251ed1914\nRelated-prod: #PROD-30542(PROD:30542)\n"
    },
    {
      "commit": "d1018020ed82d04842d57d116034efce79ee45ee",
      "tree": "43918aab8f65af2454b05cc138440a843aa00ac9",
      "parents": [
        "075cc7aed41f1e7819357281ec70297ba00062c0"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri May 24 15:53:24 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri May 24 15:53:24 2019 +0300"
      },
      "message": "[cvp-spt] add live logs to stdout\n\nChange-Id: Ifde152b84a503db84b91689bb326cda88455a485\nCloses-Bug: #PROD-30541(PROD:30541)\n"
    },
    {
      "commit": "075cc7aed41f1e7819357281ec70297ba00062c0",
      "tree": "19b172c067b47f46c7a747435023e1fdd70fe018",
      "parents": [
        "56eab9451d7505ebe108605a9804b07ce0be201a"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri May 17 14:04:28 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue May 21 11:57:22 2019 -0500"
      },
      "message": "[CVP] Fix several small issues found during testing\n\nRelated-PROD: PROD-30404\nChange-Id: Ied92729a59fa9b053a09ce27733bb0db1df692e8\n"
    },
    {
      "commit": "56eab9451d7505ebe108605a9804b07ce0be201a",
      "tree": "97fe0c282e93b531a6e044002a00aa6679ad4b78",
      "parents": [
        "5b15b9b60a8aa5acda549666a4af0071125147ac"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon May 06 20:14:18 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon May 20 18:53:13 2019 +0300"
      },
      "message": "Add logging for salt-api requests/responses\n\nChange-Id: I0dd73c60cc4364ce5962ddb2520390ad3ee32f06\nCloses-Task:#PROD-29994(PROD:29994)\n"
    },
    {
      "commit": "5b15b9b60a8aa5acda549666a4af0071125147ac",
      "tree": "3a57501bf240d856f71b51e69c4d31ee8f66c2cf",
      "parents": [
        "d6c250e8b8d380a744e4088dab754811c59b9071"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Thu May 09 18:53:40 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Thu May 16 12:58:18 2019 -0500"
      },
      "message": "[CVP] Add tags and review SL tests\n\nChange-Id: Ic110e7123f42161911fc49daaaf3a3c045886eae\nRelated-PROD: PROD-17820\nRelated-PROD: PROD-20855\n"
    },
    {
      "commit": "d6c250e8b8d380a744e4088dab754811c59b9071",
      "tree": "5d4b8ced1d8788f12e56b9ccbf030010d1900c01",
      "parents": [
        "100dc3806f1bad3b6665bbee98da863ed27d759e"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Jan 30 20:55:38 2019 -0600"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu May 16 17:43:34 2019 +0000"
      },
      "message": "Add test to check # of node in reclass and in salt\n\nRelated-PROD: PROD-22775\n\nChange-Id: I6b69844b52691c8d0bfd3f5994d159cde9ad0606\n"
    },
    {
      "commit": "100dc3806f1bad3b6665bbee98da863ed27d759e",
      "tree": "59880419e7d812960de3fd14c13fea661491a1d6",
      "parents": [
        "90c25cf9065189c7f48a38d7e8601c5ffc8845db"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Thu May 09 14:18:17 2019 -0500"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu May 16 17:33:03 2019 +0000"
      },
      "message": "[CVP] Skip flannel interfaces from  test_single_vip_exists (it is a case for k8s clusters)\n\nChange-Id: I9b470da565a233cc1cf222b3bd620bc3de73ecd0\nRelated-PROD: PROD-30137\n"
    },
    {
      "commit": "90c25cf9065189c7f48a38d7e8601c5ffc8845db",
      "tree": "403709093f501384ab83134bd0b355d020ea25a6",
      "parents": [
        "8c05e2703aa328d9e22bc09360ea30723dc0dd74"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 15 18:02:12 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 15 18:02:12 2019 -0500"
      },
      "message": "[CVP] Bump python modules packages for cvp-spt and cvp-sanity\n\nChange-Id: I6890b40574740ed8f39278f28544fabcbb0c62a5\nRelated-PROD: PROD-30331\n"
    },
    {
      "commit": "8c05e2703aa328d9e22bc09360ea30723dc0dd74",
      "tree": "ac50bf7b9a1260f76c1a2595eaf0d362c4249167",
      "parents": [
        "a14488d565790992e8453d643a6fbea14bb25311"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Apr 24 11:47:31 2019 +0300"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Mon May 06 19:00:42 2019 +0000"
      },
      "message": "Add test steps into the stdout if test failed.\n\nRelated-Prod:#PROD-29995(PROD:29995)\nChange-Id: Ie0a03d4d8896c7d7836cfd57736778f3896bcb87\n"
    },
    {
      "commit": "a14488d565790992e8453d643a6fbea14bb25311",
      "tree": "5c869893e641d2907047d14a2fbcbab7049177c8",
      "parents": [
        "10e2db4420d74db51259f55cc5b98482b53b116b"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Apr 30 15:08:33 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri May 03 19:21:36 2019 +0300"
      },
      "message": "Fix incorrect counting of backends\n\nSplit tests for cinder services into two tests\n\nChange-Id: I74137b4cc31a82718fc2a17f5abfd117aacf9963\nFix-Issue:#PROD-29913(PROD:29913)\n"
    },
    {
      "commit": "10e2db4420d74db51259f55cc5b98482b53b116b",
      "tree": "7c57e09349b6ca8135af8208018078da40324595",
      "parents": [
        "1db3888a0df328e8c41f3f465c9ed28bb1f95763"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu May 02 13:17:00 2019 +0300"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu May 02 10:22:52 2019 +0000"
      },
      "message": "Run opencontrain tests for OpenStack-type deployment only\n\nChange-Id: I2b36bf33c4d3fde3fac37d669a4a2e8e449d4caf\nFix-Prod: #PROD-27782(PROD:27782\n"
    },
    {
      "commit": "1db3888a0df328e8c41f3f465c9ed28bb1f95763",
      "tree": "1167a4c7187a11a2b860a971185f2277da573e68",
      "parents": [
        "80514de4b630141ba42e6f4bb85bf5f6e0a15f72",
        "50a2167b35f743c27432e6ac6a4dc3634c3b6acb"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 01 20:43:52 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Wed May 01 20:43:52 2019 +0000"
      },
      "message": "Merge \"test_oss launched if cicd node  available\""
    },
    {
      "commit": "80514de4b630141ba42e6f4bb85bf5f6e0a15f72",
      "tree": "d6498eabe5b5281017a359c7864b2b22e0e6f0b0",
      "parents": [
        "864f2326856b128aacad5ccba13227938541ce78"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Apr 25 12:33:28 2019 +0300"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 01 20:40:51 2019 +0000"
      },
      "message": "Exclude kdt-nodes from test_mounts\n\nChange-Id: I1cb9c2521fff6e9cffe8d4d86c0abf149233c296\nRelated-Prod: #PROD-29774(PROD:29774)\n"
    },
    {
      "commit": "864f2326856b128aacad5ccba13227938541ce78",
      "tree": "fc21325f624bd1c2ffddf6d71d59d057a8e4b4e4",
      "parents": [
        "dd17609d8f4e3a6a080b6cc1858139a0d3cf5057"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Mon Apr 29 15:48:12 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 01 20:39:19 2019 +0000"
      },
      "message": "[CVP] Add ext_net parameter\n\nChange-Id: Ie0d80d86b6d527f5593b9525cf22bc8343b84839\nRelated-PROD: PROD-26972\n"
    },
    {
      "commit": "dd17609d8f4e3a6a080b6cc1858139a0d3cf5057",
      "tree": "d416a1e4627850ade98a48db761273e392cc5d31",
      "parents": [
        "10b360319fafb711391884af9f2b484a15412c0d"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Apr 26 15:29:10 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 01 20:36:26 2019 +0000"
      },
      "message": "[CVP] Fix parameter name in test_check_services\n\nChange-Id: I338bea5bb180ef9999d22b5acefc5af74f877ba3\nRelated-PROD: PROD-29928\n"
    },
    {
      "commit": "10b360319fafb711391884af9f2b484a15412c0d",
      "tree": "d88564fe1cab54e60e3949980ee5d88d73ae6221",
      "parents": [
        "577453f143d140353d8d62f6bd2f51a4b7011888"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Apr 24 18:16:43 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed May 01 20:32:12 2019 +0000"
      },
      "message": "[CVP] Add sanity test to check vip address presence for groups\n\nChange-Id: I8b26a8e30de7eadf76254f35afb0e2621b73ea52\nRelated-PROD: PROD-29845\n"
    },
    {
      "commit": "577453f143d140353d8d62f6bd2f51a4b7011888",
      "tree": "f7aaaad8743e3a2a5ad469ad1b4429ecb169758d",
      "parents": [
        "bcb27cd48482ba8daee5a2466482d2d9a30d0091",
        "4a79efda8e8151760cd54f2cc4b0561aaf536bc0"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Apr 30 22:52:31 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Tue Apr 30 22:52:31 2019 +0000"
      },
      "message": "Merge \"Added tests to check Drivetrain on K8s\""
    },
    {
      "commit": "bcb27cd48482ba8daee5a2466482d2d9a30d0091",
      "tree": "d9e86ca8dd6d2b68cd3bbffca225dff863a3b039",
      "parents": [
        "67aaec97464e5750388d760cb5d35672fd194419"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Apr 23 17:04:20 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Apr 30 22:52:04 2019 +0000"
      },
      "message": "[CVP] Disable public url check for gerrit and jenkins on k8s envs\n\nChange-Id: Iab1637d234e8d597635758c886f7a40165928597\nRelated-PROD: PROD-28324\n"
    },
    {
      "commit": "50a2167b35f743c27432e6ac6a4dc3634c3b6acb",
      "tree": "be28e4be254914134daf4fb8a4bccfbee1acb865",
      "parents": [
        "4bfd2ee3f0e1b83ebb6928ea5a490be19b4c9166"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Apr 25 12:20:52 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Apr 30 17:44:35 2019 +0300"
      },
      "message": "test_oss launched if cicd node  available\n\nChange-Id: Ief119e18851b5ec39103195ca183db1d82fc5eb8\nRelated-Prod: #PROD-29775(PROD:29775)\n"
    },
    {
      "commit": "67aaec97464e5750388d760cb5d35672fd194419",
      "tree": "ca2d5258bfdb61c75b4d5afca856c03a66072df3",
      "parents": [
        "4bfd2ee3f0e1b83ebb6928ea5a490be19b4c9166"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Mon Apr 15 18:05:13 2019 -0500"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Apr 30 12:27:21 2019 +0000"
      },
      "message": "[CVP] Do not skip test_jenkins_jobs_branch by default\n\nChange-Id: I2b636e089d77d17833f4839f55808369e1f1ebce\nRelated-PROD: PROD-29505\n"
    },
    {
      "commit": "4a79efda8e8151760cd54f2cc4b0561aaf536bc0",
      "tree": "5a1e611aa03636840d5773672e03bec3ac09bb2c",
      "parents": [
        "4bfd2ee3f0e1b83ebb6928ea5a490be19b4c9166"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Apr 24 11:12:55 2019 +0300"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Apr 26 16:18:12 2019 -0500"
      },
      "message": "Added tests to check Drivetrain on K8s\n\nChange-Id: I86b9bbccf771cee6d6d294bb76f0c3979e269e86\nRelated-Prod: #PROD-29625(PROD:29625)\n"
    },
    {
      "commit": "4bfd2ee3f0e1b83ebb6928ea5a490be19b4c9166",
      "tree": "246f66ef7f0d6e0e71d3eae869bf6083c552a8b8",
      "parents": [
        "b7e866cfa45c2887c7b3671463774c3dc78cab26"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Apr 10 21:56:58 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Apr 26 10:01:30 2019 -0500"
      },
      "message": "[CVP] Refactor salt client class\n\nChange-Id: I91cfffe1c8d5df0224657ce9e36be9063b56f0b3\nRelated-PROD: PROD-28981\nRelated-PROD: PROD-28729\nRelated-PROD: PROD-28624\nRelated-PROD: PROD-29286\n"
    },
    {
      "commit": "b7e866cfa45c2887c7b3671463774c3dc78cab26",
      "tree": "3bdd4d671dd49c71c17683aa05d5457b934afefe",
      "parents": [
        "45ae6b65ca436867fcf5b6ac7144e9f837299ad3"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Apr 10 13:49:56 2019 +0300"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Apr 15 17:12:28 2019 +0000"
      },
      "message": "Set requirement for existed cicd-nodes in drivetrain  tests\n\nRelated-Task: #PROD-28514(PROD:28514)\n\nChange-Id: I95268fae93cb1fe0eed5276468d0e8e1512c92d2\n"
    },
    {
      "commit": "45ae6b65ca436867fcf5b6ac7144e9f837299ad3",
      "tree": "c7ab5e1a7b94a53e09e4a727315a870d0160c728",
      "parents": [
        "835b0cb957748e49e21bafd43c0ca9da60707e92"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Tue Mar 05 18:52:44 2019 +0300"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Apr 10 16:05:17 2019 +0000"
      },
      "message": "Added test to check mounted file systems on control plane VMs\n\nProblem: sometimes it happens that after KVM host is rebooted,\nits VMs come up with missing mounts (e.g. ctl node can have\nkeystone volumes missed). We had such an issue. It can happen\nbecause of the hardware / host system performance issue or\nnetwork misconfiguration, but such issue can appear after\ne.g. HA testing, or when KVM is rebooted. So, such test\nwill detect the inconsistent mounts.\n\nCreated the test to check that mounted file systems are\nconsistent on the virtual control plane nodes (e.g. on ctl,\nprx, etc nodes). The nodes like kvm, cmp, ceph OSD, nodes\nwith docker (like k8s nodes, cid, mon) are skipped.\n\nTo skip other nodes if needed, add the node or group in the\nconfig (skipped_nodes, skipped_groups).\n\nChange-Id: Iab5311060790bd2fdfc8587e4cb8fc63cc3a0a13\nRelated-PROD: PROD-28247\n"
    },
    {
      "commit": "835b0cb957748e49e21bafd43c0ca9da60707e92",
      "tree": "bb878f53fb541e9e89dcd4b477b9ae214696821d",
      "parents": [
        "16a8f414ac8cc8d43404995b2002d3a943f893ca"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Apr 10 17:10:20 2019 +0300"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Apr 10 15:52:38 2019 +0000"
      },
      "message": "[test_cinder_services] Verify backend existence before testing\nAdded docstring to the method\n\nChange-Id: I511b9876e5a65f21a4cc823e616a29166b5b9cb4\nFixes-bug:#PROD-28523(PROD:28523)\n"
    },
    {
      "commit": "16a8f414ac8cc8d43404995b2002d3a943f893ca",
      "tree": "5f9dbbf42cab39c49086448cac7fb6597f662690",
      "parents": [
        "b91c3147e20eb00e5429beefbb8e9a2e157bd3c0"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Apr 08 17:10:38 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Apr 10 16:00:07 2019 +0300"
      },
      "message": "Move test_drivetrain_jenkins_job to the end of drivetrain tests queue to\navoid the failing of the test_drivetrain_jenkins_job\n\nAdditional changes:\n* added docstring to test methods\n* fixed pep8\nRelated-Bug: #PROD-27372(PROD:27372)\n\nChange-Id: I34c679d66e483c107e6dda583b3c2e1ceeca5ced\n"
    },
    {
      "commit": "b91c3147e20eb00e5429beefbb8e9a2e157bd3c0",
      "tree": "735797a8a6f8832b029362fb4e1559c6eda3f627",
      "parents": [
        "cbf1f3ae648129b26fdd5183878ce7abab9cc794"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Mar 26 16:49:44 2019 -0500"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Apr 10 09:24:36 2019 +0000"
      },
      "message": "[CVP] Fix test_drivetrain_components_and_versions for new MCP updates logic\n\nRelated-PROD: PROD-28954\n\nChange-Id: I9ea99b36115834da7d7110de8811730d11df4da4\n"
    },
    {
      "commit": "cbf1f3ae648129b26fdd5183878ce7abab9cc794",
      "tree": "8e457a206904f7de1642f20d1fea0e0a6e8955c6",
      "parents": [
        "d52b5fe2722ea50eac65c5f8f2a55bab9f1db583"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Apr 09 20:02:10 2019 +0300"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Apr 09 20:02:10 2019 +0300"
      },
      "message": "[cvp-spt] change adm_tenant in the create_subnet function\n\nChange-Id: I8ebf04b658d5f17846c23f13670b7b63c1e9c771\nFixes-Issue: #PROD-29311(PROD:29311)\n"
    },
    {
      "commit": "d52b5fe2722ea50eac65c5f8f2a55bab9f1db583",
      "tree": "b84eafb657e573c0967fd34910d6c7058fd1c32c",
      "parents": [
        "ab919649a64e1a379e11d84d3c21604d027e9645"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Thu Mar 28 11:11:35 2019 -0500"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Thu Mar 28 16:13:46 2019 +0000"
      },
      "message": "[CVP] Fix test_jenkins_jobs_branch according to new MCP updates logic\n\nRelated-PROD: PROD-28954\n\nChange-Id: I023fd6f57ac5f52642aa963cef5cbc9fc1a74264\n"
    },
    {
      "commit": "ab919649a64e1a379e11d84d3c21604d027e9645",
      "tree": "6b069b5797e96f2085bf47beb09f1a38b18ca213",
      "parents": [
        "8fd295c1a4b037b9aad5c1fe485351d4f9ed457c"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Mar 27 20:05:38 2019 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Mar 27 22:39:32 2019 +0200"
      },
      "message": "[test_check_services] Change logic to check services\n\nChange-Id: I1eb0ff077d497f95a0004bfd8ff4f25538acbfd6\nFix-bug: #PROD-26431(PROD:26431)\n"
    },
    {
      "commit": "8fd295c1a4b037b9aad5c1fe485351d4f9ed457c",
      "tree": "29df720b82d85993c116dace5c32dd9047209d5f",
      "parents": [
        "f139db45e7fe0cc9b62178dc8cd1f799344723a1"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Mar 07 13:46:43 2019 +0200"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Mar 22 23:07:37 2019 +0000"
      },
      "message": "Add possibility to define list of services/modules/packages to skip\n\nChange-Id: Ice289221e6e99181682ddf9155f390c388e590ad\nRelated-Prod: #PROD-27215(PROD:27215)\n"
    },
    {
      "commit": "f139db45e7fe0cc9b62178dc8cd1f799344723a1",
      "tree": "16a68f76c9de4d5262286c2c551a8e231a86e78f",
      "parents": [
        "04ac2000016338fa283b9c34931ec3e96c595302"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Tue Mar 05 11:18:48 2019 +0300"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Mar 13 21:54:08 2019 +0000"
      },
      "message": "Added test to check nova services, hosts are consistent\n\nAdded test to check nova hosts are consistent in nova-services,\nopenstack hosts and hypervisors. While deploying clouds, we faced\nseveral times when nova hosts were inconsistent after deployment\n(due to incorrect deployment steps), in this case hypervisor list\nhas some computes missing, but they are present in nova-services.\nSo, there can be some issues like \"host is not mapped to any cell\",\nor boot VM error. So, it is better to check these nova lists are\nconsistent.\n\nRelated-PROD: PROD-28210\n\nChange-Id: I9705417817e6075455dc4ccf5e25f2ab3439108c\n"
    },
    {
      "commit": "04ac2000016338fa283b9c34931ec3e96c595302",
      "tree": "f5e011bda367428c0cd7361a2143b12d616eb64d",
      "parents": [
        "1ee3a651d10d6b32e1b34adef8c703e2036ffae1"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Mar 01 13:12:41 2019 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Mar 06 16:50:18 2019 +0200"
      },
      "message": "cvp-spt, size check image to check Glance upload/download speed can be\nchanged using env var\nIt set to 2000 MB by default (because of free space on cid* nodes)\n\nTest vm2vm gracefully skips test if no image found\n\nChange-Id: I3aa5f50bf75b48df528de8c4196ae51c23de4b9e\nFixes-bug: #PROD-27763(PROD:27763)\n"
    },
    {
      "commit": "1ee3a651d10d6b32e1b34adef8c703e2036ffae1",
      "tree": "57ef14be0ff3bb335f2947aa8b9ab9408870bc84",
      "parents": [
        "90ed2eadd9c1ce0f2f83d70b34a37144dc0da791",
        "c4f520c98136b8aa35d3ec02f93244bb090da5c3"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Mar 01 23:33:22 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Fri Mar 01 23:33:22 2019 +0000"
      },
      "message": "Merge \"Remove accidentally added file\""
    },
    {
      "commit": "c4f520c98136b8aa35d3ec02f93244bb090da5c3",
      "tree": "4a1b454dea912ad7969d71e3a8ab4b0b71c619ed",
      "parents": [
        "5a0d02b3f0dfc8e525e2bd49736a352a1e101d06"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Feb 26 17:58:48 2019 -0600"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Mar 01 23:23:23 2019 +0000"
      },
      "message": "Remove accidentally added file\n\nRelated-PROD: PROD-28153\n\nChange-Id: Iee4c7b8fc59fd88fb148ed24776cae1af54998f1\n"
    },
    {
      "commit": "90ed2eadd9c1ce0f2f83d70b34a37144dc0da791",
      "tree": "2e3826200bfb53c4e12cefa1b55b7a06468801fe",
      "parents": [
        "d006dbf457567ab7e43d165e751cae5bf9fe64ff",
        "9b74486023b04708c9db2ee45ba4d0f0f6410c6b"
      ],
      "author": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Mar 01 15:39:05 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Fri Mar 01 15:39:05 2019 +0000"
      },
      "message": "Merge \"Add ntp_skipped_nodes parameter, do not compare time on nodes with salt master\""
    },
    {
      "commit": "d006dbf457567ab7e43d165e751cae5bf9fe64ff",
      "tree": "2b5f4ba5cfc7344154ff9f4481c68f60259f1518",
      "parents": [
        "6661b2332faad465a3e50bd6bf38f05731a95c9d",
        "24b71aa285748e8912fd780673f321f32e09a8c8"
      ],
      "author": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Mar 01 15:38:22 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Fri Mar 01 15:38:22 2019 +0000"
      },
      "message": "Merge \"Do not add node without virbr0* interfaces for comparison\""
    },
    {
      "commit": "6661b2332faad465a3e50bd6bf38f05731a95c9d",
      "tree": "5dee7adbd35cae6fdbfe3a716b94ac7e82c78052",
      "parents": [
        "5a0d02b3f0dfc8e525e2bd49736a352a1e101d06",
        "25215d9ededf612f3e9354e9a6232eea6b958bc6"
      ],
      "author": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Mar 01 15:37:37 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Fri Mar 01 15:37:37 2019 +0000"
      },
      "message": "Merge \"Add more public url tests for UIs\""
    },
    {
      "commit": "24b71aa285748e8912fd780673f321f32e09a8c8",
      "tree": "290cc0d34240917a87c302dc2386cd19726989c4",
      "parents": [
        "5a0d02b3f0dfc8e525e2bd49736a352a1e101d06"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Feb 27 17:02:05 2019 -0600"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Feb 27 23:03:09 2019 +0000"
      },
      "message": "Do not add node without virbr0* interfaces for comparison\n\nRelated-PROD: PROD-27217\n\nChange-Id: I704290f5b0708b96e03cbbb96674fc4355639723\n"
    },
    {
      "commit": "9b74486023b04708c9db2ee45ba4d0f0f6410c6b",
      "tree": "62795f3f255dd868ced1a086712939116a67cd39",
      "parents": [
        "5a0d02b3f0dfc8e525e2bd49736a352a1e101d06"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Feb 26 17:33:43 2019 -0600"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Feb 27 12:37:12 2019 -0600"
      },
      "message": "Add ntp_skipped_nodes parameter, do not compare time on nodes with salt master\n\nRelated-PROD: PROD-21993\nRelated-PROD: PROD-27182\n\nChange-Id: Id8247d0b28301d098569f2ae3bd08ff7cfcad154\n"
    },
    {
      "commit": "5a0d02b3f0dfc8e525e2bd49736a352a1e101d06",
      "tree": "43d86a259424b7765364b421b9d90ad9d50d155f",
      "parents": [
        "e792be50fa47222389e2e55f7d46e01b59a88e52",
        "90fdfb5e3cccbba22f8fe60a2fe119cab7308b37"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Feb 22 18:10:30 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Fri Feb 22 18:10:30 2019 +0000"
      },
      "message": "Merge \"Added test to check nodes status in MAAS\""
    },
    {
      "commit": "25215d9ededf612f3e9354e9a6232eea6b958bc6",
      "tree": "23b5ed58910ab8b27ca765bf0c464b8f57c85753",
      "parents": [
        "b8ec40e14917ec3b69dfcfe6ddcf36500dbc4754"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Thu Jan 31 16:35:57 2019 -0600"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Feb 20 20:39:17 2019 +0000"
      },
      "message": "Add more public url tests for UIs\n\nRelated-PROD: PROD-23746\n\nChange-Id: Ie680d0d934cf36f4147b9d9a079f53469d26eccc\n"
    },
    {
      "commit": "90fdfb5e3cccbba22f8fe60a2fe119cab7308b37",
      "tree": "edcc8b1d7849e52493e0d2596f2506d9e13b2ea7",
      "parents": [
        "6baf78783bad9dbdf1fb1928077507f5f9a70a1a"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Sun Jan 27 23:01:07 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Feb 18 13:31:37 2019 +0000"
      },
      "message": "Added test to check nodes status in MAAS\n\nMAAS should have the nodes in \u0027Deployed\u0027 status. At the same time,\nQA engineer can add some nodes in the skipped_nodes list and ignore\nchecking them.\n\nChange-Id: I5407523f700fd76bb88cd5383c73cfce55cdd907\n"
    },
    {
      "commit": "e792be50fa47222389e2e55f7d46e01b59a88e52",
      "tree": "9730ec349fb738f636cf9398c0f476edb3625e4d",
      "parents": [
        "6baf78783bad9dbdf1fb1928077507f5f9a70a1a"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Feb 13 13:28:11 2019 +0200"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Feb 14 12:14:39 2019 +0000"
      },
      "message": "Fix version parsing in test_drivetrain_components_and_versions\n\nChange-Id: I3f036a7e3c324be8c50d6c5d7071ee12a5b3127e\nFixes-Bug: #PROD-27454(PROD:27454)\nCloses-Task: #PROD-27253(PROD:27253)\n"
    },
    {
      "commit": "6baf78783bad9dbdf1fb1928077507f5f9a70a1a",
      "tree": "0c0823a66a6dfac3636ad9550bbc896d4997d6d3",
      "parents": [
        "c48585ffded98bf907b98a69b61635829c48f2c4"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Fri Jan 25 19:09:30 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Feb 13 18:13:52 2019 +0300"
      },
      "message": "Added test to check all packages are latest\n\nAdded test to check that all packages on the nodes are latest and\nare not upgradable. Added the possibility to skip some packages\nin global_config if they should not be upgraded.\n\nProblem description:\nThe \u0027test_check_package_versions\u0027 checks that the versions are\nconsistent across the nodes of the same group. But we have no\ntest that the actual versions are really correct and from correct\nMCP release. I had the cloud that had some packages installed\nfrom the wrong repositories, not from the required MCP release, so\nthe fix was to upgrade packages. So there is the need to have\nthe test to check that the packages are latest.\nAt the same time if several packages should not be upgraded and\nhave correct version even if Installed!\u003dCandidate, there is\npossibility to skip packages.\n\nCurrently the test is skipped by default (\"skip_test\": True in\nglobal_config.yaml file). Set False to run the test.\n\nChange-Id: Iddfab8b3d7fb4e72870aa0791e9da95a66f0ccfd\n"
    },
    {
      "commit": "c48585ffded98bf907b98a69b61635829c48f2c4",
      "tree": "27118c5b5129efa4b07a6bdfbc93becb7b194bab",
      "parents": [
        "ae0e72af8b63a65fb9e1fcfb7a626532da4c14b1"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Feb 04 19:38:54 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Feb 13 08:30:46 2019 +0000"
      },
      "message": "Added test to check ntpq peers state\n\nThe existing test \u0027test_ntp_sync\u0027 check the time is equal across\nthe nodes. Sometimes there can be some NTP issue, but the time\ncan be still correct. For example, Contrail can have \"NTP state\nunsynchronized\" when noone from remote peers is chosen. So there\nis some need to check \"ntpq -pn\" on the nodes and check the peers\nstate.\nThe new test gets ntpq peers state and check the system peer is\ndeclared.\n\nChange-Id: Icb8799b2323a446a3ec3dc6db54fd1d9de0356e5\n"
    },
    {
      "commit": "ae0e72af8b63a65fb9e1fcfb7a626532da4c14b1",
      "tree": "eb1cd0961d830ae89086e6026dac3dbc1cb7f7fd",
      "parents": [
        "47e42daa5287c858daefbab8eeefe2d8f406feb5"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Feb 12 13:57:26 2019 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Feb 12 13:59:01 2019 +0200"
      },
      "message": "Disabled test result for test_duplicate_ips. It reacts to ens3 networks\n\nRelalet-Bug: #PROD-27449(PROD:27449)\nChange-Id: Ia28dcf09a89b4a6bee8a746a7ce1a069b74ce8cf\n"
    },
    {
      "commit": "47e42daa5287c858daefbab8eeefe2d8f406feb5",
      "tree": "9624715107680c01eded655c9f86381b33544fcf",
      "parents": [
        "f9a95caa34f0eb1043e2c9655d096d0d69a6d4c2"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Feb 12 11:49:26 2019 +0200"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Feb 12 10:14:43 2019 +0000"
      },
      "message": "Disabled test results for  test_cinder_services. It affects to test_drivetrain job voting\n\nFixes-Bug:#PROD-27436(PROD:27436)\n\nChange-Id: I0da3365d7f51a8863b10d9450321c7f5119b842e\n"
    },
    {
      "commit": "f9a95caa34f0eb1043e2c9655d096d0d69a6d4c2",
      "tree": "55a8b5dab7b03d556b7663591ab8df034ff44f7e",
      "parents": [
        "f2660bdee650fa0240a3e9b34ca2b92f7d1d1e00"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Jan 30 15:47:00 2019 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Feb 11 15:54:01 2019 +0200"
      },
      "message": "Add stacklight tests from stackligth-pytest repo\n\nChange-Id: I2d2ea6201b6495c35bed57d71450b30b0e0ff49f\nRelates-Task: #PROD-21318(PROD:21318)\n"
    },
    {
      "commit": "f2660bdee650fa0240a3e9b34ca2b92f7d1d1e00",
      "tree": "845ea5719854a7455af8df7c27fcaeebe83df1f1",
      "parents": [
        "6f34fbbfcb424f99e2a6c81ac4eb73ac4e40ce6b"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Feb 08 17:25:39 2019 +0200"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Feb 08 15:59:21 2019 +0000"
      },
      "message": "Retry test for docker services replicas\n\nChange-Id: Id4b983fe575516f33be4b401a005b23097c0fe96\nFixes-Bug: #PROD-27372(PROD:27372)\n"
    },
    {
      "commit": "6f34fbbfcb424f99e2a6c81ac4eb73ac4e40ce6b",
      "tree": "5c2ff07f12dfdb6ddc8f13c2bdc7e04b2265c530",
      "parents": [
        "42ed43a37b96846cddb1d69985f1e15780c8a697"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Feb 08 11:19:41 2019 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Feb 08 15:32:53 2019 +0200"
      },
      "message": "Change jenkins_jobs_branch test to check release branches\n\nChange-Id: I2d0551f6291f79dc20b2d031e4e669c4009d0aa3\n"
    },
    {
      "commit": "42ed43a37b96846cddb1d69985f1e15780c8a697",
      "tree": "22a25902954e40e02ab8906359de4552b5fb2857",
      "parents": [
        "7c5f3fdef6477ac08dec4ace6630662b8adfe458"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Sun Jan 27 23:58:35 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Feb 06 13:25:31 2019 +0000"
      },
      "message": "Added timeout in iperf command for Vm2Vm test\n\nAdded timeout in iperf command for Vm2Vm test for having some\nstatistics: sometimes 10s timeout is not enough when the network\nspeed is unstable.\n\nChange-Id: I4912ccf8ba346a8b427cf6bd6181ce6e6c180fb2\n"
    },
    {
      "commit": "7c5f3fdef6477ac08dec4ace6630662b8adfe458",
      "tree": "b81672b295d5171a239119c46335fc3787ae5242",
      "parents": [
        "b8ec40e14917ec3b69dfcfe6ddcf36500dbc4754"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Tue Feb 05 18:01:33 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Tue Feb 05 18:01:33 2019 +0300"
      },
      "message": "Added test for K8S dashboard availability\n\nIn MCP the K8S dashboard is enabled by default. Need to check that\nthe dashboard is available.\n\nChange-Id: I5b94ecce46d5f43491c9cf65a15a50461214e9c4\n"
    },
    {
      "commit": "b8ec40e14917ec3b69dfcfe6ddcf36500dbc4754",
      "tree": "064ac120556cd3c2a448cc85b220d1cd28c23491",
      "parents": [
        "6dc2b00bc4b059968daa3d49775ec77e00b903ed",
        "ac4a14e24f5bc1f53096627ae7d4f4cb60183ea0"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Thu Jan 31 18:37:51 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Thu Jan 31 18:37:51 2019 +0000"
      },
      "message": "Merge \"Add a new test to check for duplicate IPs in an env\""
    },
    {
      "commit": "6dc2b00bc4b059968daa3d49775ec77e00b903ed",
      "tree": "260330ad431a967fe198fcd63d44edebeedd4ed3",
      "parents": [
        "09b1ae88229cb8055a6c291097b3f6b0e0eb63c8",
        "03af292569edc29db72bbdf97a331eceab3dc05c"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Jan 29 22:47:00 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Tue Jan 29 22:47:00 2019 +0000"
      },
      "message": "Merge \"Small fix: test nodes in ElasticSearch will get \u003e than 500 nodes\""
    },
    {
      "commit": "ac4a14e24f5bc1f53096627ae7d4f4cb60183ea0",
      "tree": "78ab875cca96004a2ff71086baa3858a25de4c48",
      "parents": [
        "09b1ae88229cb8055a6c291097b3f6b0e0eb63c8"
      ],
      "author": {
        "name": "Dmitriy Kruglov",
        "email": "dkruglov@mirantis.com",
        "time": "Wed Jan 23 09:37:13 2019 +0100"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Jan 29 16:44:03 2019 -0600"
      },
      "message": "Add a new test to check for duplicate IPs in an env\n\nChange-Id: I08ad6b22f252a0f8ea5bc4a4edd2fe566826868b\nCloses-PROD: #PROD-24347\n"
    },
    {
      "commit": "09b1ae88229cb8055a6c291097b3f6b0e0eb63c8",
      "tree": "833d249f196cce2d60a3e135762c1bd0b93d1202",
      "parents": [
        "df243ef14cbb7ab2707d2e7a2c292863f5010760"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Jan 28 13:06:01 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Tue Jan 29 11:50:33 2019 +0300"
      },
      "message": "Added StackLight UI tests for public endpoints\n\nChange-Id: Ib60f278b77cc6673394c70b6b0ab16f74bc74366\n"
    },
    {
      "commit": "df243ef14cbb7ab2707d2e7a2c292863f5010760",
      "tree": "da0f1429384b82294ba42b49465e24134f69b136",
      "parents": [
        "ac850455f686f1092077e2c95c9ab0d466f099c6"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Thu Nov 08 18:17:17 2018 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Jan 28 17:35:22 2019 +0300"
      },
      "message": "Added UI tests for Alerta: internal and public addresses\n\nThe related fix https://gerrit.mcp.mirantis.com/#/c/34661\nadds tests for public endpoints for the rest of\nStackLight UI.\n\nChange-Id: Ie94ea242b19e30b7ed7143e01444125182fb6305\n"
    },
    {
      "commit": "ac850455f686f1092077e2c95c9ab0d466f099c6",
      "tree": "a481cbaf3bf2c592f49947a338e32ebe6ec926d3",
      "parents": [
        "16e93fb7375fdfb87901b4a074f17ef09e722e56"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Sun Jan 27 22:31:38 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Jan 28 17:02:01 2019 +0300"
      },
      "message": "Added test to check minions status\n\nThe CVP Sanity tests skip the nodes automatically if this minion\ndoes not respond in 1 sec (salt_timeout in config) time.\nSometimes all the tests can pass, but some KVM nodes along with its\nControl plane VMs can be down and CVP tests will not test this and\nwill not inform about this.\nThe tests check that all minions are up.\n\nChange-Id: Ib8495aeb043448b36aea85bb31ee2650d655075e\n"
    },
    {
      "commit": "03af292569edc29db72bbdf97a331eceab3dc05c",
      "tree": "e692118c40144c9b2063f6988771fb6fccb9cb67",
      "parents": [
        "16e93fb7375fdfb87901b4a074f17ef09e722e56"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Jan 28 15:55:02 2019 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Jan 28 15:55:02 2019 +0300"
      },
      "message": "Small fix: test nodes in ElasticSearch will get \u003e than 500 nodes\n\nSome big Production clouds have more than 500 nodes in total.\nSo the test is not valid for such cloud: it will fetch only\n500 nodes instead of all nodes of the cloud. Changing the request\nto fetch 1000 nodes.\n\nChange-Id: I58493fc55e1deb2c988d61e7c8a4f8ed971a60d4\n"
    },
    {
      "commit": "16e93fb7375fdfb87901b4a074f17ef09e722e56",
      "tree": "66635a8ed148e488c0e4412eacc39d590782a3f6",
      "parents": [
        "27a41d814cc9d4f5bbc7f780a3d9e6042a6aaa4c"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Jan 23 19:03:01 2019 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Jan 24 14:56:20 2019 +0200"
      },
      "message": "Renamed folder with tests to make them consistent with cvp-runner.groovy\nand CVP jobs in cluster Jenkins\nReturn rsync service into inconsistency_rule\n\nRelated-Task: #PROD-23604(PROD:23604)\n\nChange-Id: I94afe350bd1d9c184bafe8e9e270aeb4c6c24c50\n"
    },
    {
      "commit": "27a41d814cc9d4f5bbc7f780a3d9e6042a6aaa4c",
      "tree": "853811cc664704bd388911ce0a74c12498823b18",
      "parents": [
        "55cc129f3e93a3801a4abf620b40c1e5d7c53fe7"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Jan 17 17:40:40 2019 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Jan 17 17:40:40 2019 +0200"
      },
      "message": "Check kubectl on kubernetes:master only\n\nChange-Id: I8ae308eb903694feffe65b14f7f857dfaf6b689c\nFixes-Bug: #PROD-26555(PROD:26555)\n"
    },
    {
      "commit": "55cc129f3e93a3801a4abf620b40c1e5d7c53fe7",
      "tree": "beff7bc87190f66bfd96ee666b697ab4dd6f5544",
      "parents": [
        "753a03e19780b090776ce5e2c27d74c44c5750a3"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Tue Jan 08 14:22:18 2019 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Thu Jan 17 15:59:25 2019 +0200"
      },
      "message": "Common Dockerfile for CVP-Sanity and CVP-SPT\n\nRelated-Task: #PROD-26312(PROD:26312)\n\nChange-Id: I457a8d5c6ff73d944518f6b0c2c568f8286728a9\n"
    },
    {
      "commit": "753a03e19780b090776ce5e2c27d74c44c5750a3",
      "tree": "fd0346ce10831ca8b6cf041cacba5b6edfe27eaa",
      "parents": [
        "7b70537c2b7bfe29d1dc84915a21da5238f120f0"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Jan 15 17:35:25 2019 -0600"
      },
      "committer": {
        "name": "harhipova",
        "email": "harhipova@mirantis.com",
        "time": "Wed Jan 16 16:08:59 2019 +0000"
      },
      "message": "[CVP] Add checks for docker_registry, docker_visualizer and cvp jobs version\n\nRelated-PROD: PROD-21801\n\nChange-Id: I79c8c5eb0833aca6d077129e3ec81ff3afb06143\n"
    },
    {
      "commit": "7b70537c2b7bfe29d1dc84915a21da5238f120f0",
      "tree": "df46c55187c2d47bd68452b525081beb07325605",
      "parents": [
        "aaa8e6e95861e4e3f51c4d28dc7fcb0ed8ab8578"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Jan 15 18:40:29 2019 -0600"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Tue Jan 15 18:40:32 2019 -0600"
      },
      "message": "[CVP] Get drivetrain_version parameter from reclass\n\nRelated-PROD: PROD-21801\n\nChange-Id: I628480b053e7b03c09c55d5b997e9dc74aa98c90\n"
    },
    {
      "commit": "aaa8e6e95861e4e3f51c4d28dc7fcb0ed8ab8578",
      "tree": "bbfa48baf47135921f32f6215d18dc8aeccc50e1",
      "parents": [
        "c0a7f0c01adc6a391f662dc306902cde138658ce",
        "30bd90c986234343aabf03ec5f174026d02d4988"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Jan 11 16:45:10 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Fri Jan 11 16:45:10 2019 +0000"
      },
      "message": "Merge \"Add assert for return code\""
    },
    {
      "commit": "30bd90c986234343aabf03ec5f174026d02d4988",
      "tree": "15b27ac950dcd4f4f1e6e37d6dcd9e7a271e5806",
      "parents": [
        "5d965b230b4b5348d425510dc4667ced0c7e8ec3"
      ],
      "author": {
        "name": "Tatyana Leontovich",
        "email": "tleontovich@mirantis.com",
        "time": "Fri Jan 11 16:26:32 2019 +0200"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Fri Jan 11 16:26:32 2019 +0000"
      },
      "message": "Add assert for return code\n\n* Add assertion that reposne was sucess\n  before process response.text()\n* Add header to request to avoid 406 error\n\nChange-Id: If41598e8c1ef5d9bf36847a750008d1203b4ed84\nCloses-Prod: PROD-26423\n"
    },
    {
      "commit": "c0a7f0c01adc6a391f662dc306902cde138658ce",
      "tree": "ff7ab331762636d7bac06ee7983030f72742784c",
      "parents": [
        "5d965b230b4b5348d425510dc4667ced0c7e8ec3"
      ],
      "author": {
        "name": "Tatyana Leontovich",
        "email": "tleontovich@mirantis.com",
        "time": "Fri Jan 11 16:08:50 2019 +0200"
      },
      "committer": {
        "name": "Tatyana Leontovich",
        "email": "tleontovich@mirantis.com",
        "time": "Fri Jan 11 16:08:50 2019 +0200"
      },
      "message": "Remove rsync service from inconsistency_rule\n\nRsync service exists on all kvm nodes, so that\nremove it from inconsistency_rule to avail false -negative results\n\nChange-Id: I25ce5db2990645992c8fa7fb6cc33f082903b295\nCloses-PROD: PROD-26431\n"
    },
    {
      "commit": "5d965b230b4b5348d425510dc4667ced0c7e8ec3",
      "tree": "127ff61fe471bd300185c636bf58503939441a55",
      "parents": [
        "0763a040044b20f8229292b547798d4ed99ca7e3"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Jan 09 16:29:31 2019 -0600"
      },
      "committer": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Jan 09 16:31:25 2019 -0600"
      },
      "message": "Fix ceph tests filename\n\nChange-Id: I67ffc9f4da27d8b64c0334f3a6ae3f8f05dcd3b2\n"
    },
    {
      "commit": "0763a040044b20f8229292b547798d4ed99ca7e3",
      "tree": "e25f76180c8efdd21f079cdae4985f5b7b0a4852",
      "parents": [
        "b8d04d575b1cb8b05aace823de64d74e0d0e4c48",
        "f77b50bdb2b1fb2b747ac8e1b1262ee88fdfd2ed"
      ],
      "author": {
        "name": "Oleksii Zhurba",
        "email": "ozhurba@mirantis.com",
        "time": "Wed Jan 09 21:47:45 2019 +0000"
      },
      "committer": {
        "name": "Gerrit Code Review",
        "email": "mail@domain.com",
        "time": "Wed Jan 09 21:47:45 2019 +0000"
      },
      "message": "Merge \"Added Ceph health test\""
    },
    {
      "commit": "b8d04d575b1cb8b05aace823de64d74e0d0e4c48",
      "tree": "0c4edaf1d128461ba2354c4f9b96d2495c05fd48",
      "parents": [
        "feebf9e482a3e8d64eb205797424894e3430743a"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Dec 28 13:19:17 2018 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Fri Dec 28 13:19:17 2018 +0200"
      },
      "message": "Remove ldap_server component from test_drivetrain_components_and_versions\n\nChange-Id: Idc8e8581f828334db511b0ca2149ad812e71a6c3\nFixes-Bug: #PROD-26151(PROD:26151)\n"
    },
    {
      "commit": "feebf9e482a3e8d64eb205797424894e3430743a",
      "tree": "71b3614e2dec46845b62e8dd8cb861807d73b0a0",
      "parents": [
        "e67f7352dcf9233e8b08de0017b67c51bfc8dc66"
      ],
      "author": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Dec 24 12:45:54 2018 +0200"
      },
      "committer": {
        "name": "Hanna Arhipova",
        "email": "harhipova@mirantis.com",
        "time": "Mon Dec 24 12:53:05 2018 +0200"
      },
      "message": "Ignore checking srv-volumes-backup.mount service for kvm03 node in tests_services.py::test_check_services\n\nChange-Id: I0f937e70a1bb7a12e9abe300b14c2915e51d8eff\nCloses-Bug: #PROD-26053(PROD:26053)\n"
    },
    {
      "commit": "e67f7352dcf9233e8b08de0017b67c51bfc8dc66",
      "tree": "8a84811f2f817c44929ba7349ad34f9ebe1f21ff",
      "parents": [
        "ec38a1cd96e4862a6f60857f35bccb2059aaf2be"
      ],
      "author": {
        "name": "azvyagintsev",
        "email": "azvyagintsev@mirantis.com",
        "time": "Thu Dec 20 16:11:40 2018 +0200"
      },
      "committer": {
        "name": "azvyagintsev",
        "email": "azvyagintsev@mirantis.com",
        "time": "Thu Dec 20 16:27:11 2018 +0200"
      },
      "message": "Switch to local mirror\n\nChange-Id: I3e6d723598ff6ec225eaa8b769132e4739501d92\n"
    },
    {
      "commit": "f77b50bdb2b1fb2b747ac8e1b1262ee88fdfd2ed",
      "tree": "d0b60787b70d4573235510b267440deed2a9b23d",
      "parents": [
        "ec38a1cd96e4862a6f60857f35bccb2059aaf2be"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Dec 12 19:41:15 2018 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Dec 19 14:27:06 2018 +0000"
      },
      "message": "Added Ceph health test\n\nChange-Id: If2f318169e841cdd278c76c237f040b09d7b87ea\n"
    }
  ],
  "next": "ec38a1cd96e4862a6f60857f35bccb2059aaf2be"
}
