)]}'
{
  "log": [
    {
      "commit": "68d6495a68a0c06dae7b805927b4992a82bd4ab8",
      "tree": "172e2159651ffaaa2f6a891f427cdc2785a9fe17",
      "parents": [
        "283809f78890bf2f2970449f8374d375bacd0c3c"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Thu Aug 22 18:15:45 2024 +0200"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Thu Aug 22 23:45:49 2024 +0200"
      },
      "message": "Fixed public endpoints settings, and requirements\n\nRelated-PROD: PROD-36943\nChange-Id: I516e0503164c6deaf78af4a7e5182e624cfc3ba8\n"
    },
    {
      "commit": "a080ec0f6674d7e2727d92231d8ff1d5baef973a",
      "tree": "2815c383325bc1fe1ba64cd2619056900285014e",
      "parents": [
        "9664b4261bf13ef73d0f87f806ae4dcd1f62a8c9"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Tue Dec 05 02:08:52 2023 +0100"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Tue Jan 23 06:35:51 2024 +0100"
      },
      "message": "Implemented HW2HW network performance testing\n\nImplemented HW2HW network performance test:\n- Added K8S client manager and API methods\n- Added method for collecting HW compute nodes\n- Improved and extended global config\n- Extended requirements.txt, pinned some modules\n- Extended and improved SSH methods\n\nAdded some small improvements:\n- extended .gitignore\n- Added some custom exceptions instead of basic ones\n- Renamed some classes\n- Set iperf v2 to be default for multi-threads tests\n- Updated README file\n\nRelated-PROD: PROD-36943\nChange-Id: I265058967ccc01d96bf3bca532a8a0ae2a26f1f2\n"
    },
    {
      "commit": "670e7fff07a49cfa042e034f0e5f332a2a84ff68",
      "tree": "e49d7d7f040e7d60b82d6195433115a780d1199c",
      "parents": [
        "040dfe86ad4efa54b7253fac2aa1b787aec97237"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Mar 29 00:22:22 2023 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Mar 29 00:26:40 2023 +0300"
      },
      "message": "Small fix of adding role to the user\n\nMade a small fix of adding role to the user: setting clear\nvariables. In the corner case when the \u0027admin\u0027 user is\nnot present, or it is has other username, or the domain is\ndifferent, the tests tried to find the only \"admin\" user in\nthe default domain only.\n\nAlso, there is a couple of minor fixes according to the PEP8\ncodestyle.\n\nRelated-PROD: PROD-36943\n\nChange-Id: Ic891c4b54479adf85f88081d742cb7af45fc4639\n"
    },
    {
      "commit": "f22827bb5ca34e917d69e1a32cb4772c475bccb9",
      "tree": "1d0ec080d58b4d565ce01171cf431248c5111f1a",
      "parents": [
        "c67b86b19eb821183adee6b631f2e371f464bd0e"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Wed Jul 20 13:30:32 2022 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Feb 27 23:34:07 2023 +0300"
      },
      "message": "Added VM2VM test between different routers in 2 projects\n\nAdded the test:\n VM to VM test in different projects, different networks,\n different routers, measure by Floating IPs (common floating net):\n\n * a separate project is created, admin user is added to it\n * VMs are in separate projects (admin and newly created),\n   separate networks, each project has its own router.\n   VMs have access to each other only by the common floating net.\n * VMs are created on the same and different compute nodes.\n * Verification is done via Floating IPs in 1 and multiple threads.\n\nOther enhancements:\n* renamed \"tenant\" variables and values to \"project\"\n* more detailed logging (e.g. in which project resource is created)\n* some refactoring\n* fixed picking existing spt flavor if any\n* check the project is empty before deleting it\n* added stderr, stdout in case Internet is absent at VM and iperf\n  was not installed\n\nRelated-PROD: PROD-36943\nChange-Id: I165ed41259336e586ad16ed9eb27ea59619db4c8\n"
    },
    {
      "commit": "90aa8023612c8fc4c08399d7407539ce4c8d9ecf",
      "tree": "15e95a4c989335b9eaca527413ed80ff34f9e45d",
      "parents": [
        "6cf0c9617050ea6a2818c5b36047f9691c983747"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Thu Aug 11 18:00:23 2022 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Aug 15 17:31:09 2022 +0300"
      },
      "message": "Added ability to choose the version of iperf to test for multi-threading\n\nThe QA engineer can choose now the utility (version) of the iperf tool\nto verify the multiple threads test cases.\nSet \u0027iperf\u0027 to use \u0027iperf\u0027 tool (v2).\nSet \u0027iperf3\u0027 to use iperf v3 tool.\n\nChange-Id: Ie11fb6d148779b53183f362b27847e9880af3542\n"
    },
    {
      "commit": "97dfde41a471b6faeb363383127a183502c9e4a7",
      "tree": "aa80c43192cbf1db079801cbdba4eaf3eb1fd956",
      "parents": [
        "fa13ba685b64dd7d0371b385c16890cf7caacea7"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Fri Jun 17 20:05:09 2022 +0300"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Fri Jul 08 20:17:01 2022 +0300"
      },
      "message": "Replaced the print() outputs to the sys.stdout.write()\n\nChange-Id: Ib6dad45ba72383e19a616ca5ed601fb38f0701ce\n"
    },
    {
      "commit": "8402302d14b2471208162b74a2d2364eee5e4576",
      "tree": "312e74f5a24542c7fd01ecb5fa9c30e4c691a705",
      "parents": [
        "bc153f583d0fc9cba63cb11f9a177c97fa4ea689"
      ],
      "author": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Thu Dec 30 13:00:41 2021 +0200"
      },
      "committer": {
        "name": "Ievgeniia Zadorozhna",
        "email": "izadorozhna@mirantis.com",
        "time": "Mon Jan 10 16:05:42 2022 +0300"
      },
      "message": "Reworked SPT tests for running at MOS inside rally pod\n\nThese SPT tests are taken from the CVP-SPT, but reworked\nto test MOS inside rally pod.\n\nHere is the list of changes since CVP-SPT:\n* Switched to Python3\n* Removed all Salt related code\n* Removed HW2HW test\n* Default global_config.yaml is suitable for MOS\n* Switched to iperf3\n* Added smart waiters for VMs to be Active, VMs to be reachable by FIPs\n* Extended pytest.ini file with logging settings\n* Added lots of loggers at info level to understand what happends during the test run\n* Extended \u0026 fixed README with the actual instruction\n* Ability to use iperf3 even if there is no Internet at VMs\n* Fixed the coding style according PEP8\n* Various small fixes, enhancements\n\nChange-Id: I31a1b8c8c827133d144377031c6f546d8c82a47d\n"
    }
  ]
}
