)]}'
{
  "log": [
    {
      "commit": "867a9756ba781452cc4bfdd38fae3995f3978f9a",
      "tree": "c25e058dae74881be64563897d4afa8b3ce981e7",
      "parents": [
        "e7f8f1a25ed89af60bc071ea1cb9ce47ac137cfb"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Oct 05 17:01:09 2017 +0300"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Oct 05 17:01:09 2017 +0300"
      },
      "message": "Update tests to do not use deprecated test.services()\n\nFunction \u0027tempest.test.services()\u0027 has moved to\n\u0027tempest.common.utils.services()\u0027 in version \u0027Pike\u0027.\nThis commit update tests accordingly.\n\nChange-Id: I1924ccabb1eef8913c1e20775df21ccbef1e6095\n"
    },
    {
      "commit": "e7f8f1a25ed89af60bc071ea1cb9ce47ac137cfb",
      "tree": "d9e577989c1ca5cc38c51f3f1284a17d153a7893",
      "parents": [
        "8da9ef5926d40c6f393493b8de0b3a4fa8be0d05"
      ],
      "author": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Mon Sep 25 10:58:17 2017 +0700"
      },
      "committer": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Mon Sep 25 10:58:17 2017 +0700"
      },
      "message": "Update after recent removal of cred manager aliases\n\nIn tempest, alias \u0027admin_manager\u0027 has been moved to \u0027os_admin\u0027\n\u0027alt_manager\u0027 to \u0027os_alt\u0027 and \u0027manager\u0027 to \u0027os_primary\u0027 in\nversion Pike, and it will be removed in version Queens[1].\n\n[1]I5f7164f7a7ec5d4380ca22885000caa0183a0bf7\n\nChange-Id: Ifec0e661031647555dbc03ad1000c50c590afa8c\nCloses-bug: 1697588\n"
    },
    {
      "commit": "8da9ef5926d40c6f393493b8de0b3a4fa8be0d05",
      "tree": "89982691a7bbb131904b73c5e7a32db308b64ec3",
      "parents": [
        "b287de831cd235575f6cfcb014175fb646365a18"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Sep 22 18:43:40 2017 +0300"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Sep 22 18:43:40 2017 +0300"
      },
      "message": "Fix API VIF tests when using flat network\n\nInstead of creating new network, pick one that is specified in\nconfig when using shared network.\n\nChange-Id: I927fe55de77956427916dba682f6927c4a8d9882\n"
    },
    {
      "commit": "b287de831cd235575f6cfcb014175fb646365a18",
      "tree": "e00584652d5daaa54eeac2a4f34f9f77aaac13f2",
      "parents": [
        "ca69ffed4311c5f1f26d3f8e9d9ca3c9a2055fa9"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Sep 08 09:32:50 2017 +0300"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Sep 08 09:32:50 2017 +0300"
      },
      "message": "Update vif_attach from NeutronVIFPortIDMixin\n\nThis patch updates vif_attach from NeutronVIFPortIDMixin to rely\non presence of Neutron. Drop incorrect logic that skips mac_address\nupdate when show_port() to neutron failed as NeutronVIFPortIDMixin\nis used only in flat and neutron network interfaces which require\nneutron presence.\nUpdate api tests to use real neutron port.\n\nChange-Id: Iffaf3569aa296b4466729cf7f62c92995b6b3723\n"
    },
    {
      "commit": "ca69ffed4311c5f1f26d3f8e9d9ca3c9a2055fa9",
      "tree": "6fe28fe14ec435c312f441b2f894f4c5a3c244dd",
      "parents": [
        "569f0a4e7176e7136e912ca138f4d5b8a141d75c"
      ],
      "author": {
        "name": "Nguyen Hung Phuong",
        "email": "phuongnh@vn.fujitsu.com",
        "time": "Tue Jun 13 14:22:10 2017 +0700"
      },
      "committer": {
        "name": "Nguyen Hung Phuong",
        "email": "phuongnh@vn.fujitsu.com",
        "time": "Tue Jun 13 14:22:10 2017 +0700"
      },
      "message": "Add functional API tests for volume connector and volume target\n\nExtend baremetal json client with volume connector and volume target.\nAdd basic positive tests for volume connector and volume target:\n\n    test_create_volume_connector_error\n    test_delete_volume_connector\n    test_delete_volume_connector_error\n    test_show_volume_connector\n    test_list_volume_connectors\n    test_list_with_limit\n    test_update_volume_connector_replace\n    test_update_volume_connector_replace_error\n    test_update_volume_connector_remove_item\n    test_update_volume_connector_remove_collection\n    test_update_volume_connector_add\n\n    test_create_volume_target_error\n    test_delete_volume_target\n    test_delete_volume_target_error\n    test_show_volume_target\n    test_list_volume_targets\n    test_list_with_limit\n    test_update_volume_target_replace\n    test_update_volume_target_replace_error\n    test_update_volume_target_remove_item\n    test_update_volume_target_remove_collection\n    test_update_volume_target_add\n\nChange-Id: I642a02cff2afe7f89b6800d69e14d05e04e6a59c\nPartial-bug: #1559691\n"
    },
    {
      "commit": "569f0a4e7176e7136e912ca138f4d5b8a141d75c",
      "tree": "9673b1ef4c9fb99edf2f196d7aba805d5180ffb5",
      "parents": [
        "bb72f2e3fc9e8917ff6a712dea4366bf7134b80a"
      ],
      "author": {
        "name": "SofiiaAndriichenko",
        "email": "sandriichenko@mirantis.com",
        "time": "Thu Dec 08 05:02:17 2016 -0500"
      },
      "committer": {
        "name": "SofiiaAndriichenko",
        "email": "sandriichenko@mirantis.com",
        "time": "Thu Dec 08 05:02:17 2016 -0500"
      },
      "message": "Add tempest plugin API tests for driver\n\nTest for the following actions were added:\n\n* getting driver\u0027s properties\n* getting driver\u0027s RAID logical disk properties\n\nChange-Id: I395bc4f512a731ab4bfe8ac6a2d850816696400f\n"
    },
    {
      "commit": "bb72f2e3fc9e8917ff6a712dea4366bf7134b80a",
      "tree": "8ca684f9d3176e42dec293ef0bf4e5e19fefd74b",
      "parents": [
        "da89a414e055e39fa48a6e1676e1418db627d36b"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Aug 04 12:35:37 2017 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Fri Aug 04 12:35:37 2017 +0200"
      },
      "message": "[tempest] also catch BadRequest in negative tests with physical_network in old API\n\nBefore this field was introduced we would raise BadRequest (HTTP 400),\nafter - NotAcceptable (HTTP 406).\n\nCheck for any of the exceptions to allow branchless testing.\n\nChange-Id: I3fafd4ef7f046a9195fc15f47f7fc967fb959550\n"
    },
    {
      "commit": "da89a414e055e39fa48a6e1676e1418db627d36b",
      "tree": "0288ca4c1e2815fbdd21b72c599576614cb3c240",
      "parents": [
        "9ea3c692e2b21d59fd47a6623df95df40dfc62f3"
      ],
      "author": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Tue Aug 01 14:29:10 2017 +0200"
      },
      "committer": {
        "name": "Dmitry Tantsur",
        "email": "divius.inside@gmail.com",
        "time": "Tue Aug 01 14:29:10 2017 +0200"
      },
      "message": "[Tempest] fix negative tests on old API versions\n\nCurrently, these tests rely on an arbitrary chosen version, without checking\nif the installation supports it. This results in failures on older installations.\n\nChange these tests to not request any version, thus using the minimum available one.\n\nChange-Id: I624fbad36d25328b6eb6c38a9a5fb5837e6751d4\n"
    },
    {
      "commit": "9ea3c692e2b21d59fd47a6623df95df40dfc62f3",
      "tree": "80860fb875d2d8aa08e0bdca3661f432c5360c9c",
      "parents": [
        "bc0aee39b37401daaa6f23ceabff740c73e9a314"
      ],
      "author": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Wed Jul 26 19:36:00 2017 +0100"
      },
      "committer": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Wed Jul 26 19:36:00 2017 +0100"
      },
      "message": "Add negative attribute to negative port tests\n\nChange I8b30764d797f2f8b45c2ae46ce559e74e0281a49 added tempest tests for\nthe port.physical_network field. In that review, it was noted that the\nnegative tests should have a decorator applied to mark them as negative.\nThis change applies that decorator.\n\nChange-Id: I69446703894b89596183c50482a4286eaac4ed42\nRelated-Bug: #1666009\n"
    },
    {
      "commit": "bc0aee39b37401daaa6f23ceabff740c73e9a314",
      "tree": "7db4a2306cce0b8221055837c13e7edbc109098e",
      "parents": [
        "53bb68cda3bdc37f599a1a22837f81fd20c30200"
      ],
      "author": {
        "name": "Dao Cong Tien",
        "email": "tiendc@vn.fujitsu.com",
        "time": "Fri Jun 09 22:51:34 2017 +0700"
      },
      "committer": {
        "name": "Dao Cong Tien",
        "email": "tiendc@vn.fujitsu.com",
        "time": "Fri Jun 09 22:51:34 2017 +0700"
      },
      "message": "Tempest scenario test for boot-from-volume\n\nAdded a tempest test to create a cinder volume, then create a\nserver with appropriate config options for block device mapping.\nThat will result in the baremetal node to boot from the cinder\nvolume.\n\nChange-Id: Ife0db2b8a1e639ac1e3d617b981eb81f793a71f1\nPartial-bug: #1559691\n"
    },
    {
      "commit": "53bb68cda3bdc37f599a1a22837f81fd20c30200",
      "tree": "d7253b400643a457d540d6b75293d2f37d8d680e",
      "parents": [
        "f825d1999644147d8f1a3e9a79fea15772640cb2"
      ],
      "author": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Mon Jun 05 11:35:28 2017 +0100"
      },
      "committer": {
        "name": "Mark Goddard",
        "email": "mark@stackhpc.com",
        "time": "Mon Jun 05 11:35:28 2017 +0100"
      },
      "message": "Add tempest tests for physical networks\n\nThis change adds tests to the ironic tempest plugin to cover the\nAPI changes made for the physical network awareness feature in\nI7023a1d6618608c867c31396fa677d3016ca493e.\n\nChange-Id: I8b30764d797f2f8b45c2ae46ce559e74e0281a49\nPartial-Bug: #1666009\n"
    },
    {
      "commit": "f825d1999644147d8f1a3e9a79fea15772640cb2",
      "tree": "358adf656c6fc1a3e2289e42651188ac4299bd5b",
      "parents": [
        "f37d24569134f64169c6e68010752dc8ec14c2cc"
      ],
      "author": {
        "name": "Vu Cong Tuan",
        "email": "tuanvc@vn.fujitsu.com",
        "time": "Wed Jun 21 18:32:15 2017 +0700"
      },
      "committer": {
        "name": "Vu Cong Tuan",
        "email": "tuanvc@vn.fujitsu.com",
        "time": "Wed Jun 21 18:32:15 2017 +0700"
      },
      "message": "Replace the usage of \u0027manager\u0027 with \u0027os_primary\u0027\n\nIn tempest, alias \u0027manager\u0027 has been moved to \u0027os_primary\u0027\nin version Pike, and it will be removed in version Queens [1].\n\nThe other usages which also need to be replaced, are listed below:\n* admin_manager \u003e os_admin [2]\n* os_adm \u003e os_admin [3]\n* os \u003e os_primary [4]\n\n[1] https://review.openstack.org/#/c/468036/\n[2] https://review.openstack.org/#/c/467852/\n[3] https://review.openstack.org/#/c/467605/\n[4] https://review.openstack.org/#/c/466991/\n\nChange-Id: I295bc37b903ada341320b73de6ebb4bf31aa955b\n"
    },
    {
      "commit": "f37d24569134f64169c6e68010752dc8ec14c2cc",
      "tree": "87757716ce4d4ceb8266756ba14cef2d4f27eea7",
      "parents": [
        "a540e4fca9b89c0f0ddd199d516251ba31218c75"
      ],
      "author": {
        "name": "wangkf",
        "email": "kaifeng.w@gmail.com",
        "time": "Mon Jul 10 09:22:12 2017 +0800"
      },
      "committer": {
        "name": "wangkf",
        "email": "kaifeng.w@gmail.com",
        "time": "Mon Jul 10 09:22:12 2017 +0800"
      },
      "message": "Fix broken links in tempest plugin README\n\nThe link is broken due to doc-migration, this patch fixes following\nbroken links:\n\n- the link to tempest plugin\n- the link to running tempest part in ironic dev-quickstart\n\nChange-Id: I7b4287ad74795712fb81d3177d950450c0dadf65\n"
    },
    {
      "commit": "a540e4fca9b89c0f0ddd199d516251ba31218c75",
      "tree": "3cd87b23a35a3c5a0bfbe070741f047912920d08",
      "parents": [
        "c21766c5a20e56222bd8f5c5b0e661b643bed4d4"
      ],
      "author": {
        "name": "xgwang5843",
        "email": "xgwang5843@fiberhome.com",
        "time": "Thu May 25 22:39:32 2017 +0800"
      },
      "committer": {
        "name": "xgwang5843",
        "email": "xgwang5843@fiberhome.com",
        "time": "Thu May 25 22:39:32 2017 +0800"
      },
      "message": "Replace test.attr with decorators.attr\n\nFunction \u0027tempest.test.attr()\u0027 has moved to \u0027tempest.lib.decorators\n.attr()\u0027 in Pike and will be removed in a future version[1].\nThis patch replaces the \u0027tempest.test.attr()\u0027 with the \u0027tempest.lib\n.decorators.attr().\u0027\n\n[1] Iaafbb112b6eee458089cc49918359a8a8d0485e2\n\nChange-Id: If39f271124be63888073d3179090e508b4b1bc1f\n"
    },
    {
      "commit": "c21766c5a20e56222bd8f5c5b0e661b643bed4d4",
      "tree": "dc711a9f88c91e41a6e20da0ef3f0d86075868c5",
      "parents": [
        "b2ae8c192ae147d2ffd821a7a82f31cf88d96c32"
      ],
      "author": {
        "name": "xgwang5843",
        "email": "xgwang5843@fiberhome.com",
        "time": "Fri May 26 13:57:44 2017 +0800"
      },
      "committer": {
        "name": "xgwang5843",
        "email": "xgwang5843@fiberhome.com",
        "time": "Fri May 26 13:57:44 2017 +0800"
      },
      "message": "Replace test.attr with decorators.attr\n\nFunction \u0027tempest.test.attr()\u0027 has moved to \u0027tempest.lib.decorators\n.attr()\u0027 in Pike and will be removed in a future version[1].\nThis patch replaces the \u0027tempest.test.attr()\u0027 with the \u0027tempest.lib\n.decorators.attr().\u0027\n[1] Iaafbb112b6eee458089cc49918359a8a8d0485e2\n\nChange-Id: Ib0384f67b3fdd8812eaa9a71ba2f3ead17b04577\n"
    },
    {
      "commit": "b2ae8c192ae147d2ffd821a7a82f31cf88d96c32",
      "tree": "278c34c47d0d50e181a2866af13054ee236de2b3",
      "parents": [
        "968769153b830ec1ecb9a11059a639b84e593fe2"
      ],
      "author": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Fri May 19 15:56:28 2017 +0700"
      },
      "committer": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Fri May 19 15:56:28 2017 +0700"
      },
      "message": "Replace test.attr with decorators.attr\n\nFunction \u0027tempest.test.attr()\u0027 has moved to \u0027tempest.lib.decorators\n.attr()\u0027 in Pike and will be removed in a future version[1].\nThis patch replaces the \u0027tempest.test.attr()\u0027 with the \u0027tempest.lib\n.decorators.attr().\u0027\n\n[1] Iaafbb112b6eee458089cc49918359a8a8d0485e2\n\nChange-Id: I4796a1e10311cae2910e0d3ee5d0cb8368fbed1e\n"
    },
    {
      "commit": "968769153b830ec1ecb9a11059a639b84e593fe2",
      "tree": "bc788bb9dea26c77f7df6ef31d2d806dd88225c3",
      "parents": [
        "be2e0e0ead5b3c6574bd0ea545aded80c627f18b"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Fri Feb 24 18:14:46 2017 +0200"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Fri Feb 24 18:14:46 2017 +0200"
      },
      "message": "Add functional api tests for node resource class\n\nAdd following tests:\n  Create new node with specified longest name of resource class.\n  Update existing node with specified resource class.\n  Show resource class field of specified node.\n  List nodes of specified resource class only.\n  Get detailed nodes list of specified resource class only.\n  Try to create a node with too long resource class name.\n  Try to update a node with too long resource class name.\n  Try to create a node with resource class using older api version.\n  Try to update a node with resource class using older api version.\n  Try to list nodes with resource class using older api version.\n\nCloses-Bug: #1668605\nChange-Id: If412a2aeab2ab457f04067cf296cac80b4378482\n"
    },
    {
      "commit": "be2e0e0ead5b3c6574bd0ea545aded80c627f18b",
      "tree": "7b0ee859bcb72f37c14a5844cedae1c124504ba0",
      "parents": [
        "c1d1f632a58c623745a715b928d55afb955a6561"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Thu Mar 30 15:38:55 2017 +0300"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Thu Mar 30 15:38:55 2017 +0300"
      },
      "message": "Add assertion of name to test_list_portgroups test\n\nChange-Id: Ic745433cd425c874b14ab99a4e326cf41a1d15cf\n"
    },
    {
      "commit": "c1d1f632a58c623745a715b928d55afb955a6561",
      "tree": "05c836c66449d0cd8f23a40c5741d290c85d74e3",
      "parents": [
        "0afe22703d783bca75dccfa79fecc9eadad2f2c6"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Mar 30 11:18:59 2017 +0300"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Mar 30 11:18:59 2017 +0300"
      },
      "message": "Skip PortNotFound when unbinding port\n\nThere might be cases when user deleted port before doing vif_detach.\nWith this patch info message will be shown in the logs for such cases.\n\nChange-Id: Ic3c5073130a4839f27692db1862100bdd7dfca1e\n"
    },
    {
      "commit": "0afe22703d783bca75dccfa79fecc9eadad2f2c6",
      "tree": "cacc4164c3915fd3331908c45c17da916599ed9b",
      "parents": [
        "8e1be6458b20c9c651b97f710bbf902153f852fc"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Wed Feb 15 19:13:30 2017 +0200"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Wed Feb 15 19:13:30 2017 +0200"
      },
      "message": "Skip VIF tests for standalone ironic\n\nConsider standalone Ironic environment as Neutron-less.\nSkip VIF tests because they fail in standalone Ironic.\n\nChange-Id: I55e78712b74ca074e5ff18a885a3057b1072fed0\n"
    },
    {
      "commit": "8e1be6458b20c9c651b97f710bbf902153f852fc",
      "tree": "64e09b3a5e86d869ac3d5a19f99558013d7c2592",
      "parents": [
        "9ec233b160be6a0d5fb94a7cd19a0213be19b9f9"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Mon Mar 20 16:01:33 2017 +0000"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Mon Mar 20 16:01:33 2017 +0000"
      },
      "message": "Fix docstrings for creating methods in baremetal api tests\n\nChange-Id: Iec39fbf4ceac9e7b697ddacc3eb9a4f1defb699e\n"
    },
    {
      "commit": "9ec233b160be6a0d5fb94a7cd19a0213be19b9f9",
      "tree": "15b409d99e23f28bbf57e8612a88da4bca6159f7",
      "parents": [
        "f46b9fa3a6797df794891bc949c0589ffc4c6ff6"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Mar 24 10:42:56 2017 +0200"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Mar 24 10:42:56 2017 +0200"
      },
      "message": "Define minimum required API ver for portgroups\n\nThis patch defines min_microversion for API portgroup tests to\nskip them when this API version is not supported/available.\nFor example on stable/mitaka branches.\n\nChange-Id: I8895e1e6a819b5b3821fdfc10e1cff8626c9eb29\n"
    },
    {
      "commit": "f46b9fa3a6797df794891bc949c0589ffc4c6ff6",
      "tree": "4281771b60d19970831f2ca6c7c5e2e2a217d0d3",
      "parents": [
        "d66737ced6814b0f3b4c46fa1f718d6ea49f99d4"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Feb 23 13:06:56 2017 -0500"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Feb 23 13:06:56 2017 -0500"
      },
      "message": "Add standalone tests using direct HTTP links\n\nAdds two tests that uses direct HTTP link instead of glance:\n  * pxe_ipmitool + wholedisk on HTTP server\n  * agent_ipmitool + wholedisk on HTTP server\n\nChange-Id: I8f1a5b0ecb3d53ffdefd7018c1b9700210572ffc\n"
    },
    {
      "commit": "d66737ced6814b0f3b4c46fa1f718d6ea49f99d4",
      "tree": "c5c471d8470a573b19b5e9926714f66013944eb2",
      "parents": [
        "2193e545f4436f26f4e701f16ac2fcb4cc652e77"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Mon Feb 20 15:55:23 2017 +0200"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Mon Feb 20 15:55:23 2017 +0200"
      },
      "message": "Extend tests and checks for node VIFs\n\nAdd more checks to the test_vifs test:\n  - check that attached VIF appears in port internal_info;\n  - check that VIF was detached and does not appear in\n    node\u0027s VIF list anymore.\nAdd test for VIF attachement to node with portgroup.\n\nPartial-Bug: #1666534\nChange-Id: I755df18e03d01fe93f85df114b979ea7ea70ca53\n"
    },
    {
      "commit": "2193e545f4436f26f4e701f16ac2fcb4cc652e77",
      "tree": "19a7a2f04c817c2ab617ddd7fe60d45ec7aae2ae",
      "parents": [
        "40db033a1cb61ac829d30e4064e1df2103b3d8ce"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Tue Feb 21 18:47:53 2017 +0200"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Tue Feb 21 18:47:53 2017 +0200"
      },
      "message": "Add functional API tests for portgroups\n\nExtend baremetal json client with portgroups.\nAdd basic positive tests for portgroups baremetal api resources:\n  test_create_portgroup_with_address,\n  test_create_portgroup_no_address,\n  test_delete_portgroup,\n  test_show_portgroup,\n  test_list_portgroups.\n\nCloses-Bug: #1666858\nChange-Id: Ifb17a43fa61d0ffb22b7af25174206cf798ca0ee\n"
    },
    {
      "commit": "40db033a1cb61ac829d30e4064e1df2103b3d8ce",
      "tree": "a168e809ff89ca469b4d5d90b86c23d12d486a6e",
      "parents": [
        "70db680de9e451350f4d7d3abbb57b8f11f0d452"
      ],
      "author": {
        "name": "Pavlo Shchelokovskyy",
        "email": "shchelokovskyy@gmail.com",
        "time": "Tue Mar 21 08:00:17 2017 +0000"
      },
      "committer": {
        "name": "Pavlo Shchelokovskyy",
        "email": "shchelokovskyy@gmail.com",
        "time": "Tue Mar 21 08:00:17 2017 +0000"
      },
      "message": "Fix local copy of scenario manager\n\nadd back some methods that were pruned. They are used in tests running\non stable branches.\n\nChange-Id: I2e0c979f870777d3f643ab8b87c5b1f0b9601c34\nCloses-Bug: #1674597\n"
    },
    {
      "commit": "70db680de9e451350f4d7d3abbb57b8f11f0d452",
      "tree": "6ca48f16fdfff0f22892376145d87bebe7283cd5",
      "parents": [
        "60095ff2eac273cf801a95e3b1e4a1f3d11f2fb2"
      ],
      "author": {
        "name": "Solio Sarabia",
        "email": "solio.sarabia@intel.com",
        "time": "Thu Mar 16 23:28:52 2017 -0500"
      },
      "committer": {
        "name": "Solio Sarabia",
        "email": "solio.sarabia@intel.com",
        "time": "Thu Mar 16 23:28:52 2017 -0500"
      },
      "message": "Prune local copy of tempest.scenario.manager.py\n\nRemove unused code from manager.py to better identify ironic\ndependencies on this tempest interface. This is a follow-up\npatch to https://review.openstack.org/#/c/439252/.\n\nChange-Id: I3ca7cf3af42e0e55431d5affa36e567f147aa850\n"
    },
    {
      "commit": "60095ff2eac273cf801a95e3b1e4a1f3d11f2fb2",
      "tree": "155b583929db4eb246b1ddb68dce367cc4e20e59",
      "parents": [
        "4a09673d85e960080e9fc2cf90a2532c895ad837"
      ],
      "author": {
        "name": "Solio Sarabia",
        "email": "solio.sarabia@intel.com",
        "time": "Tue Feb 28 18:18:26 2017 -0600"
      },
      "committer": {
        "name": "Solio Sarabia",
        "email": "solio.sarabia@intel.com",
        "time": "Tue Feb 28 18:18:26 2017 -0600"
      },
      "message": "Include a copy of tempest.scenario.manager module\n\nAdd tempest/scenario/manager.py from openstack/tempest [1], and update\nimports in ironic. As announced in [2], the interface in manager.py is\nnot stable, and should not be consumed outside tempest. With this\ntemporary change, QA will have time to improve the tempest.scenario\ninterface for other projects to consume, without breaking gate jobs.\n\nAn alternative to copying the local file was proposed in [3], which\nsuggested creating a new interface class, living along with the old\ninterface. Through a tempest config option projects would choose which\nscenario interface class to use. QA reasoned that this would increase\nthe number of jobs, and slow their work. Thus the option was rejected.\n\n[1] http://git.openstack.org/cgit/openstack/tempest/tree/tempest/scenario/manager.py?id\u003d82a278e88c9e9f9ba49f81c1f8dba0bca7943daf\n[2] http://lists.openstack.org/pipermail/openstack-dev/2017-February/112938.html\n[3] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113496.html\n\nCloses-Bug: #1668807\nChange-Id: Iaa06df6ab75fb8f79cbcd3f6b21e68622e7799c1\n"
    },
    {
      "commit": "4a09673d85e960080e9fc2cf90a2532c895ad837",
      "tree": "719210fca93d0ef7a952685e090ee895e0014c10",
      "parents": [
        "4ddbeecee9ab1360085a52c356c5a7c3fec77606"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Tue Feb 28 21:28:17 2017 +0200"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Tue Feb 28 21:28:17 2017 +0200"
      },
      "message": "Add ironic standlaone test with ipmi dynamic driver\n\nThis patch adds the following ironic standalone tests:\n  * ipmi + wholedisk_image + bios\n  * ipmi + partitioned_image + bios\n\nChange-Id: I99b7dd23eab7e7c0a6c621c800e98c7c786e1244\nDepends-On: I348a27a13d3025fe7e8ddfa31992b895a3809730\n"
    },
    {
      "commit": "4ddbeecee9ab1360085a52c356c5a7c3fec77606",
      "tree": "5c558ca426a19daa19ed4549b9db2e8d8933b405",
      "parents": [
        "401fd46093aecd30d6063109fa3069356bf206cc"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Jan 20 16:26:04 2017 +0000"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri Jan 20 16:26:04 2017 +0000"
      },
      "message": "Add Ironic standalone tests\n\nThis patch adds the following standalone tests:\n\n  * agent_ipmitool + wholedisk image + bios\n  * agent_ipmitool + partitioned image + bios\n  * pxe_ipmitool + wholedisk image + bios\n  * pxe_ipmitool + partitioned image + bios\n\nPartial-Bug: #1660606\n\nChange-Id: Ic04b0f134e20d9937a610a14d7c4128f45738eeb\n"
    },
    {
      "commit": "401fd46093aecd30d6063109fa3069356bf206cc",
      "tree": "a2711c08354087b1990f18c834c8636783d644d0",
      "parents": [
        "0cad04462ee31751e15d7a1cc8918c4da09201c2"
      ],
      "author": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Mon Mar 13 16:33:52 2017 +0000"
      },
      "committer": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Mon Mar 13 16:33:52 2017 +0000"
      },
      "message": "Fix the exception message in tempest plugin\n\nFollow up to commit 733ff3fff71f8781414befe40aaca3c6492cda6b\n\nChange-Id: I3498268c6dd7626c1e99ded9fdfb287b4197c999\n"
    },
    {
      "commit": "0cad04462ee31751e15d7a1cc8918c4da09201c2",
      "tree": "91cc3e7d538c26547a94c35b2cc6ae42151bd976",
      "parents": [
        "3c833964563db6cc76953341f736b72d4f0dba71"
      ],
      "author": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Wed Dec 14 12:48:20 2016 +0200"
      },
      "committer": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Wed Dec 14 12:48:20 2016 +0200"
      },
      "message": "Refactor waiters in our tempest plugin\n\nDeduplicates some of the code between common.waiters module and\nBaremetalScenarioTest functions.\n\nChange-Id: Ia87646cccdefba22caf121f4e347e8f2edf736e0\n"
    },
    {
      "commit": "3c833964563db6cc76953341f736b72d4f0dba71",
      "tree": "ffb835b04fd1228022b79a534e70b85c31f1d3a7",
      "parents": [
        "ac752acd53f377f6df554005f11b922adc1615e3"
      ],
      "author": {
        "name": "SofiiaAndriichenko",
        "email": "sandriichenko@mirantis.com",
        "time": "Fri Dec 09 10:12:18 2016 -0500"
      },
      "committer": {
        "name": "SofiiaAndriichenko",
        "email": "sandriichenko@mirantis.com",
        "time": "Fri Dec 09 10:12:18 2016 -0500"
      },
      "message": "This adds a tempest test for creating a chassis with a specific UUID.\n\nChange-Id: I51fbcd0613c16618d5e4a52ae1d798321a21bced\n"
    },
    {
      "commit": "ac752acd53f377f6df554005f11b922adc1615e3",
      "tree": "09d8305e6334ad41fdad5529d6ee5e6ea7d22ee9",
      "parents": [
        "f78122ebfa65ece1de57f2123bf0bda37da6caeb"
      ],
      "author": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Fri Mar 10 16:16:14 2017 +0200"
      },
      "committer": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Fri Mar 10 16:16:14 2017 +0200"
      },
      "message": "Do not load credentials on import in tempest plugin clients.py\n\nSet the ADMIN_CREDS global variable inside the Manager class\nconstructor instead of doing it on module import.\n\nChange-Id: I8c82fa077f316c747a37e31980f7c2d74986bad2\nCloses-Bug: 1671813\n"
    },
    {
      "commit": "f78122ebfa65ece1de57f2123bf0bda37da6caeb",
      "tree": "ee03f8fb5264ae4d487c8b7b6321dd05a08b1a5a",
      "parents": [
        "6abadd4ea0c94b08d76f2874819118edc8e549e4"
      ],
      "author": {
        "name": "Solio Sarabia",
        "email": "solio.sarabia@intel.com",
        "time": "Thu Feb 23 16:17:34 2017 -0600"
      },
      "committer": {
        "name": "Solio Sarabia",
        "email": "solio.sarabia@intel.com",
        "time": "Thu Feb 23 16:17:34 2017 -0600"
      },
      "message": "Trivial: Change hardcoded values in tempest plugin\n\nReplace hardcoded http status codes in ironic_tempest_plugin\n\nChange-Id: Ib13d01e297e949f83b32977fc60291b6516d9b41\n"
    },
    {
      "commit": "6abadd4ea0c94b08d76f2874819118edc8e549e4",
      "tree": "4afbdeedc067b5c1ff740fb0bf739ad7a7821183",
      "parents": [
        "62c0c09677184bd990122579b5070dfb6f19a4d3"
      ],
      "author": {
        "name": "Ruby Loo",
        "email": "ruby.loo@intel.com",
        "time": "Mon Feb 27 15:45:03 2017 +0000"
      },
      "committer": {
        "name": "Ruby Loo",
        "email": "ruby.loo@intel.com",
        "time": "Mon Feb 27 15:45:03 2017 +0000"
      },
      "message": "Fix BaseBaremetalTest._assertExpected docstring\n\nThis updates the docstring for tempest plugin\u0027s\nBaseBaremetalTest._assertExpected() so that it clarifies\nwhat it is doing and what the parameters are.\n\nChange-Id: Icd61bbbdc0f0633a93adef89652d54a87d835534\n"
    },
    {
      "commit": "62c0c09677184bd990122579b5070dfb6f19a4d3",
      "tree": "4788deee2e826ad1bd0e71266f98cd99ed3247f1",
      "parents": [
        "dbd33dcff53d1f227b53f4e514585b15a454dd56"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Mon Feb 20 18:22:27 2017 +0200"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Mon Feb 20 18:22:27 2017 +0200"
      },
      "message": "Deduplicate _assertExpected method in tests\n\nDeduplicate _assertExpected method in baremetal admin api tests.\n\nChange-Id: Icba38b77529c78895d713a7ee7bf19193a8141cf\n"
    },
    {
      "commit": "dbd33dcff53d1f227b53f4e514585b15a454dd56",
      "tree": "8fe9b71c00c1b35597bcaec3fb979386cccb0bc8",
      "parents": [
        "0fd8818476867e1fa91bd5eac741e3f0ee40cb4a"
      ],
      "author": {
        "name": "wangxiyuan",
        "email": "wangxiyuan@huawei.com",
        "time": "Fri Feb 10 09:40:50 2017 +0800"
      },
      "committer": {
        "name": "wangxiyuan",
        "email": "wangxiyuan@huawei.com",
        "time": "Fri Feb 10 09:40:50 2017 +0800"
      },
      "message": "Change misc to test_utils for tempest test\n\ntempest.lib.common.utils.misc.find_test_caller has been moved into\nthe tempest.lib.common.utils.test_utils module. Calling the\nfind_test_caller function with its old location is deprecated in Newton.\n\nChange-Id: If8219363aa597326b431b436c85914db5018452a\n"
    },
    {
      "commit": "0fd8818476867e1fa91bd5eac741e3f0ee40cb4a",
      "tree": "bb61a3713176957d72644559f2ad376ef50438f8",
      "parents": [
        "7cdfac3a3f54399718431b779c5dae4fbdd2be90"
      ],
      "author": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Thu Feb 09 10:06:30 2017 -0800"
      },
      "committer": {
        "name": "Ken\u0027ichi Ohmichi",
        "email": "ken-oomichi@wx.jp.nec.com",
        "time": "Thu Feb 09 10:06:30 2017 -0800"
      },
      "message": "Switch to use test_utils.call_until_true\n\ntest.call_until_true has been deprecated since Newton on Tempest side,\nand now Tempest provides test_utils.call_until_true as the stable\nlibrary method. So this patch switches to use the stable method before\nremoving old test.call_until_true on Tempest side.\n\nChange-Id: Ia4b8cf5ac58daaadac0a1ec4a55e50f312ecd256\n"
    },
    {
      "commit": "7cdfac3a3f54399718431b779c5dae4fbdd2be90",
      "tree": "d6a2ca65fd1c951340dcde453a3d311aa775161a",
      "parents": [
        "6f5fb8ed058b66b3e1b8c5f75fad0a2e60f00744"
      ],
      "author": {
        "name": "Andrey Shestakov",
        "email": "ashestakov@mirantis.com",
        "time": "Mon Feb 06 14:44:23 2017 +0200"
      },
      "committer": {
        "name": "Andrey Shestakov",
        "email": "ashestakov@mirantis.com",
        "time": "Mon Feb 06 14:44:23 2017 +0200"
      },
      "message": "Remove trailing slash from base_url in tempest plugin\n\nWhen service endpoint url has trailing slash, tempest plugin constructs\nwrong url with two slashes.\nAdded rstrip(\u0027/\u0027) for base_url for ensure trailing slash is absent.\n\nChange-Id: Id9455779156147e9d3001985d8ab9a367095bcce\n"
    },
    {
      "commit": "6f5fb8ed058b66b3e1b8c5f75fad0a2e60f00744",
      "tree": "d456d7445ddafd6bf87b738eae19aad4ed9e75a0",
      "parents": [
        "2c511581cbaf4fd412cd1b2564739dc8a6e2135a"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Fri Jan 27 05:56:09 2017 +0000"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyammann@gmail.com",
        "time": "Fri Jan 27 05:56:09 2017 +0000"
      },
      "message": "Switch to decorators.idempotent_id\n\ntest.idempotent_id is being kept temporary to migrate\nto new lib interface. Now idempotent_id is available as Tempest stable\ninterface decorators and all plugins tests using the old decorator\nshould be switched to new interface.\n\nIn future, Once all plugins are switched to new decorator Tempest\nwill remove the test.idempotent_id\n\nChange-Id: I249d55fe2ce3f3b51e21ad013f0bfb9c7834da5f\nRelated-Bug: 1616913\n"
    },
    {
      "commit": "2c511581cbaf4fd412cd1b2564739dc8a6e2135a",
      "tree": "a55448f9beda8514a647265ac020c2afa49a86b8",
      "parents": [
        "54292031a6543df45ac8b066755e2dab2bacf9af"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Jan 12 21:02:27 2017 +0200"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Jan 12 21:02:27 2017 +0200"
      },
      "message": "Update validate_ports from BaremetalBasicOps\n\nGet node attached vifs via v1/nodes/\u003cnode\u003e/vifs when max supported\nIronic API microversion is higher or equal 1.28. Fallback to\n port-show otherwise.\n\nChange-Id: I20e889d255c070897ee1cd4bece347cbf44a94d5\n"
    },
    {
      "commit": "54292031a6543df45ac8b066755e2dab2bacf9af",
      "tree": "57f3de7e5104603d384089fd6376190f020fbdfc",
      "parents": [
        "462e9e6550cfcecfdca9d6b88fb063cd89b73e62"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Jan 12 13:37:23 2017 +0200"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Jan 12 13:37:23 2017 +0200"
      },
      "message": "Skip VIF api tests for old api versions\n\nThis patch ensures that VIF api tests are not launched on installations\nwith unsupported Ironic API version \u003c 1.28.\n\nChange-Id: I6f562aed6307915fb5ff158b91bdb595d62f1f6f\nRelated-Bug: #1655888\n"
    },
    {
      "commit": "462e9e6550cfcecfdca9d6b88fb063cd89b73e62",
      "tree": "fc1ef3801b75c4ab19f27134dfc6aca27a51339f",
      "parents": [
        "96bd3e3f826d76f055b0e4a15a77fd7b41c90220"
      ],
      "author": {
        "name": "Sam Betts",
        "email": "sam@code-smash.net",
        "time": "Wed Nov 30 18:43:35 2016 +0000"
      },
      "committer": {
        "name": "Sam Betts",
        "email": "sam@code-smash.net",
        "time": "Wed Nov 30 18:43:35 2016 +0000"
      },
      "message": "Add Virtual Network Interface REST APIs\n\nThis patch adds the REST APIs for the virtual network interface API in\norder to abstract the task of assigning logical network interfaces to\nphysical network interfaces.\n\nSince Newton Ironic provides an interface for pluggable network\nimplementations. Different network implementations may want to handle\nhow logical to physical network interface assignment happens. To do this\nthe new API calls into new functions on the network implementation\nloaded for the specified node.\n\nThis is part 3 of 3, and adds the node vif subcontroller to expose the\n/nodes/\u003cident\u003e/vifs REST API endpoint. API version is bumped to 1.28.\n\nCo-Authored-By: Vasyl Saienko (vsaienko@mirantis.com)\nChange-Id: I70f1166a15a26f392734e21d6bc30a03da4e5486\nPartial-Bug: #1582188\n"
    },
    {
      "commit": "96bd3e3f826d76f055b0e4a15a77fd7b41c90220",
      "tree": "1ce8430cd2a0152d1683f0565b8ee32ad7944ec8",
      "parents": [
        "1c11bdfdef544ee363c31a243904883f1b98a05a"
      ],
      "author": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Thu Jan 05 12:19:11 2017 +0200"
      },
      "committer": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Thu Jan 05 12:19:11 2017 +0200"
      },
      "message": "Remove service argument from tempest plugin client manager\n\nIt was removed as part of commit\ne4be907e34e043888bb10b29655018dd2d4eb06e to tempest.\n\nAlso, fix python3 compatibility for API boolean type\n\nThis was throwing errors in the latest WSME on python 3.5, make it the\nright string type instead. It must be squashed into this change because\neach fixes a different CI job, and they can\u0027t land without each other.\n\nCloses-Bug: #1654202\nChange-Id: I5cefad7d9d8f6db51fd891ecce9879979c83baee\n"
    },
    {
      "commit": "1c11bdfdef544ee363c31a243904883f1b98a05a",
      "tree": "fc2bce382f29a19c680389acdeff438b9af1c207",
      "parents": [
        "0ac08c8d6d5630188ad433564807121952e79d0e"
      ],
      "author": {
        "name": "Jim Rollenhagen",
        "email": "jim@jimrollenhagen.com",
        "time": "Tue Nov 29 16:57:30 2016 -0500"
      },
      "committer": {
        "name": "Jim Rollenhagen",
        "email": "jim@jimrollenhagen.com",
        "time": "Tue Nov 29 16:57:30 2016 -0500"
      },
      "message": "Move CONF.service_available.ironic to our plugin\n\nThis is unwanted in tempest\u0027s plugin, bring it here instead.\n\nAlso add skip checks for our tests to skip the tests if ironic is not\nenabled. This allows the plugin to be installed in a tempest\nenvironment, without breaking if ironic isn\u0027t present.\n\nLast, drop \u0027baremetal\u0027 from the test.services decorators used, as it is\nno longer in tempest\u0027s service list, and we use the skip check mentioned\nabove instead.\n\nChange-Id: I0b7e32dfad2ed63f9dd4d7cad130da39bc869a8a\nDepends-On: Idede322190d57491d4f7e18090aa8c29b5b87353\n"
    },
    {
      "commit": "0ac08c8d6d5630188ad433564807121952e79d0e",
      "tree": "b3bb39a5f4a4b0ac3c4d5da19c83c25364c66210",
      "parents": [
        "79734651ddc6d52969bcf842cdc1865c8e127cfe"
      ],
      "author": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Tue Dec 13 19:51:20 2016 +0200"
      },
      "committer": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Tue Dec 13 19:51:20 2016 +0200"
      },
      "message": "Enhance wait_for_bm_node_status waiter\n\nThis change introduces timeout and interval parameters to the waiter,\npreserving previous behaviour, where they were set to\nclient.build_timeout and client.build_interval.\n\nChange-Id: I2a55af029b59f485d00ae1bc9ad62de9556a6e3f\n"
    },
    {
      "commit": "79734651ddc6d52969bcf842cdc1865c8e127cfe",
      "tree": "473676e9d46102d69a69b98fc7f5dd10fa01d384",
      "parents": [
        "cce1505b182711c228b3ed3550c5081c42c90627"
      ],
      "author": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Tue Dec 13 17:02:21 2016 +0200"
      },
      "committer": {
        "name": "Vladyslav Drok",
        "email": "vdrok@mirantis.com",
        "time": "Tue Dec 13 17:02:21 2016 +0200"
      },
      "message": "Use polling in set_console_mode tempest test\n\nset_consolde_mode is an asynchronous operation, so we need to use\npolling to avoid races between set_console_mode and get_console.\n\nCloses-Bug: #1649344\nChange-Id: Iedf3148d6324cc3d552234f46060d28603386044\n"
    },
    {
      "commit": "cce1505b182711c228b3ed3550c5081c42c90627",
      "tree": "3559ebc7114cab99b20f040ba343d85a09dc67dd",
      "parents": [
        "a77609327c6902558efd7f7d23b70790a87d440b"
      ],
      "author": {
        "name": "Jim Rollenhagen",
        "email": "jim@jimrollenhagen.com",
        "time": "Wed Nov 23 08:36:32 2016 -0500"
      },
      "committer": {
        "name": "Jim Rollenhagen",
        "email": "jim@jimrollenhagen.com",
        "time": "Wed Nov 23 08:36:32 2016 -0500"
      },
      "message": "Drop bad skip check in tempest plugin\n\nThis isn\u0027t needed, and breaks inspector CI.\n\nChange-Id: I63db0b231976e40c5c188d8e6966891b4cfb5de6\n"
    },
    {
      "commit": "a77609327c6902558efd7f7d23b70790a87d440b",
      "tree": "eb4ff49cab711ea7ac41c6688bd164702a17cc8f",
      "parents": [
        "2c2803cc418bb11accbb5122917d1035a3a1087e"
      ],
      "author": {
        "name": "Thiago Paiva",
        "email": "thiagop@lsd.ufcg.edu.br",
        "time": "Mon Aug 15 15:23:30 2016 -0300"
      },
      "committer": {
        "name": "Thiago Paiva",
        "email": "thiagop@lsd.ufcg.edu.br",
        "time": "Mon Aug 15 15:23:30 2016 -0300"
      },
      "message": "Bring configurations from tempest to ironic_tempest_plugin\n\nTo remove our tests from tempest first we need to bring the configurations that\nwe need to the tempest plugin.\n\nCloses-Bug: #1614516\nChange-Id: Iad6e16c28cf2a35cc6bf040f57224d32c085b7bc\n"
    },
    {
      "commit": "2c2803cc418bb11accbb5122917d1035a3a1087e",
      "tree": "6dab7e7bbe4022d4fb14d8c85e3f4f31f1005409",
      "parents": [
        "9494db0d2b55a9676c1dff2099bb64b4774510ab"
      ],
      "author": {
        "name": "John L. Villalovos",
        "email": "john.l.villalovos@intel.com",
        "time": "Tue Nov 08 10:07:56 2016 -0800"
      },
      "committer": {
        "name": "John L. Villalovos",
        "email": "john.l.villalovos@intel.com",
        "time": "Tue Nov 08 10:07:56 2016 -0800"
      },
      "message": "Update to hacking 0.12.0 and use new checks\n\nUse hacking 0.12.0\n\nUse the new checks that are available:\n    [H106] Don’t put vim configuration in source files.\n    [H203] Use assertIs(Not)None to check for None.\n    [H904] Delay string interpolations at logging calls.\n\nFix code so tests pass.\n\nChange-Id: I902e999687b066800e18fafd091571bf718b15f4\nDepends-On: I2aa44b62f900d4dfd67701b01eadd0523fbfaf07\n"
    },
    {
      "commit": "9494db0d2b55a9676c1dff2099bb64b4774510ab",
      "tree": "620ffcf0b0ef4eebd37d8d410949d3454a9581c2",
      "parents": [
        "dbda64945f9f273a7db3f6ebf2980e8ca9811977"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Wed Sep 14 12:30:07 2016 +0000"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Wed Sep 14 12:30:07 2016 +0000"
      },
      "message": "Remove unused argument in Tempest Plugin\n\nRemove unused argument expect_errors from create_chassis method.\n\nChange-Id: I85448930d2b2ad7c29dcb10bdc202d03f5ab8b38\n"
    },
    {
      "commit": "dbda64945f9f273a7db3f6ebf2980e8ca9811977",
      "tree": "210f54968fa308a02901811123d711ec9543ddf6",
      "parents": [
        "b0b809b1125dfb9e8969c775cb399b7ed9d768bc"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Wed Sep 14 14:58:54 2016 +0300"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Wed Sep 14 14:58:54 2016 +0300"
      },
      "message": "Fix docstrings to match with method arguments\n\nChange-Id: Id6cdb6328fcbc0c2d85d5fa91641267756b30a85\n"
    },
    {
      "commit": "b0b809b1125dfb9e8969c775cb399b7ed9d768bc",
      "tree": "2571f42fe682a6643979e387ecab09e23df05f50",
      "parents": [
        "5aff90c635e4f97af0191fa90f80ceab705b2ecb"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Tue Sep 27 17:59:59 2016 +0300"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Tue Sep 27 17:59:59 2016 +0300"
      },
      "message": "Fix docstrings in tempest plugin baremetal json client\n\nFix parameter descriptions in docstrings for\nset_node_provision_state and set_node_raid_config methods.\n\nChange-Id: I457b234e8d5b77da6e0be46fa62c135d2e9bb840\n"
    },
    {
      "commit": "5aff90c635e4f97af0191fa90f80ceab705b2ecb",
      "tree": "4af20b198406fcc5e2174b7dfe32f08be71a6ece",
      "parents": [
        "e9f3a611555cbfc2071ac76b61601cf14c04d6cd"
      ],
      "author": {
        "name": "melissaml",
        "email": "ma.lei@99cloud.net",
        "time": "Mon Oct 03 16:36:33 2016 +0800"
      },
      "committer": {
        "name": "melissaml",
        "email": "ma.lei@99cloud.net",
        "time": "Mon Oct 03 16:36:33 2016 +0800"
      },
      "message": "Replace assertTrue(isinstance()) with assertIsInstance()\n\nSome of tests use different method of assertTrue(isinstance(A, B)) or\nassertEqual(type(A), B). The correct way is to use assertIsInstance(A,\nB) provided by testtools.\n\nChange-Id: I32afee50ebabab9595b05bbfdf83d49aa09858f1\n"
    },
    {
      "commit": "e9f3a611555cbfc2071ac76b61601cf14c04d6cd",
      "tree": "a4bb77bc8c95d52ca9391bc31fdd684f236e9eb8",
      "parents": [
        "3600054181032ef63d7ddca749ec0a034995ccca"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Wed Sep 14 15:11:20 2016 +0300"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Wed Sep 14 15:11:20 2016 +0300"
      },
      "message": "Fix docstrings in Tempest Plugin REST client for Ironic API\n\nFix misprints in docstrings.\n\nChange-Id: I68a6f98a626acccb404fb3088e7533e8340473da\n"
    },
    {
      "commit": "3600054181032ef63d7ddca749ec0a034995ccca",
      "tree": "c21a8a2ad3f9758fb218cbda5b4218ff9270358a",
      "parents": [
        "e22fbe10aafc57883869d6d77ee6a08c3ae5e887"
      ],
      "author": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Fri Sep 16 15:07:40 2016 +0300"
      },
      "committer": {
        "name": "Kyrylo Romanenko",
        "email": "kromanenko@mirantis.com",
        "time": "Fri Sep 16 15:07:40 2016 +0300"
      },
      "message": "[trivial] Fix typo in docstring\n\nChange-Id: Ie142198b868d91f386319bdc253f7be34dedc55b\n"
    },
    {
      "commit": "e22fbe10aafc57883869d6d77ee6a08c3ae5e887",
      "tree": "6216044861b8f6d143112b020bd6a4504e133258",
      "parents": [
        "efc7fefcd0732531e5822d73641a87d2befa031c"
      ],
      "author": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Mon Sep 12 16:32:14 2016 +0700"
      },
      "committer": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Mon Sep 12 16:32:14 2016 +0700"
      },
      "message": "Replace six iteration methods with standard ones\n\n1.As mentioned in [1], we should avoid using six.iterXXX\nto achieve iterators. We can use dict.XXX instead, as it will\nreturn iterators in PY3 as well.\n\n2.In py2, the performance about list should be negligible,\nsee the link [2].\n\n[1] https://wiki.openstack.org/wiki/Python3\n[2] http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html\n\nChange-Id: I801290be0a2afa929a657821c419f935a908c5b4\n"
    },
    {
      "commit": "efc7fefcd0732531e5822d73641a87d2befa031c",
      "tree": "20c3bee812ac241cf76dc67c082481d1c4126ad2",
      "parents": [
        "690bfe5c597dfd57da9f5c6b5227ea9763ca9539"
      ],
      "author": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Thu Sep 01 15:33:23 2016 +0800"
      },
      "committer": {
        "name": "zhufl",
        "email": "zhu.fanglei@zte.com.cn",
        "time": "Thu Sep 01 15:33:23 2016 +0800"
      },
      "message": "Remove unused LOG and CONF\n\nThis is to remove unused LOG and CONF to keep code clean.\n\nChange-Id: I5bca3cb114a4074fa2d837233723d1a94d1f6434\n"
    },
    {
      "commit": "690bfe5c597dfd57da9f5c6b5227ea9763ca9539",
      "tree": "44f3ab924750be4f76f0c3bb815b933844dc6597",
      "parents": [
        "d4e69163c4658492ce2f1948ae69df9cccc2906f"
      ],
      "author": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Wed Aug 24 10:59:33 2016 +0700"
      },
      "committer": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Wed Aug 24 10:59:33 2016 +0700"
      },
      "message": "Fix incorrect order of params of assertEqual()\n\nThe correct order of params is assertEqual(expected, actual).\n\nChange-Id: I4bbbe4b89411ebacfe76e4fd9a96b5d2e1bfd678\n"
    },
    {
      "commit": "d4e69163c4658492ce2f1948ae69df9cccc2906f",
      "tree": "c648a6aebd413d2a8f596f010b4cd2b99bbf647b",
      "parents": [
        "6f3a8a0884501172429491c65916084f6931756e"
      ],
      "author": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Mon Aug 22 12:45:22 2016 +0700"
      },
      "committer": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Mon Aug 22 12:45:22 2016 +0700"
      },
      "message": "Using assertIsNone() is preferred over assertEqual()\n\nFollowing OpenStack Style Guidelines[1].\n[H203] Unit test assertions tend to give better messages for more specific assertions.\nAs a result, assertIsNone(...) is preferred over assertEqual(None, ...)\n\n[1] http://docs.openstack.org/developer/hacking/#dictionaries-lists\n\nChange-Id: I46681aad0e7bae5c4b1f62db7987da24f516613d\n"
    },
    {
      "commit": "6f3a8a0884501172429491c65916084f6931756e",
      "tree": "24895bd5c60cf204fc6249236cd101b1a7237cd0",
      "parents": [
        "eb612d96c2c88bfafdf3471943210441adb66a9f"
      ],
      "author": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Tue Aug 16 10:43:56 2016 +0700"
      },
      "committer": {
        "name": "Luong Anh Tuan",
        "email": "tuanla@vn.fujitsu.com",
        "time": "Tue Aug 16 10:43:56 2016 +0700"
      },
      "message": "Fix incorrect order of params of assertEqual()\n\nThe correct order of params is assertEqual(expected, actual).\n\nChange-Id: I5c6e2de98319c4381ea7dc6e7f3c86985477f1a3\n"
    },
    {
      "commit": "eb612d96c2c88bfafdf3471943210441adb66a9f",
      "tree": "a9f841d321f84df21c0c6576e91959c2a8378d2c",
      "parents": [
        "409789b5f49356db94ed8a4f0dad68e7f25fd96f"
      ],
      "author": {
        "name": "Yuriy Yekovenko",
        "email": "yyekovenko@mirantis.com",
        "time": "Mon Jan 18 17:49:47 2016 +0200"
      },
      "committer": {
        "name": "Yuriy Yekovenko",
        "email": "yyekovenko@mirantis.com",
        "time": "Mon Jan 18 17:49:47 2016 +0200"
      },
      "message": "Add test to verify ironic multitenancy\n\n  * Create two tenants with own networks.\n  * Boot 2 baremetal instances in the same IP subnet in\n    different tenants.\n  * Verify L3 connectivity between instances IP\u0027s\n  * Verify L3 connectivity between instances floating IP\u0027s\n\nCo-Authored-By: Vasyl Saienko (vsaienko@mirantis.com)\n\nChange-Id: I4fe31ecae3393abc2779a5e80e348899f9113f1b\nRelated-Bug: 1520230\n"
    },
    {
      "commit": "409789b5f49356db94ed8a4f0dad68e7f25fd96f",
      "tree": "e496f469472a01cee611d108895321e2f01337da",
      "parents": [
        "8ec4542638636e367a31ffce4ace7214c763d765"
      ],
      "author": {
        "name": "Gary Kotton",
        "email": "gkotton@vmware.com",
        "time": "Thu Jun 16 06:36:19 2016 -0700"
      },
      "committer": {
        "name": "Gary Kotton",
        "email": "gkotton@vmware.com",
        "time": "Thu Jun 16 06:36:19 2016 -0700"
      },
      "message": "No need for \u0027default\u003dNone\u0027 in config variable\n\nBy default the value is None. There is no need to specify\nthis.\n\nChange-Id: Iffb9dcaad366330e1bad3a3a0e707bb833953c08\n"
    },
    {
      "commit": "8ec4542638636e367a31ffce4ace7214c763d765",
      "tree": "e145a29241b573e176adaff81e94619619d92d48",
      "parents": [
        "f20979c86b5a407f77ba35c0cc45d27d7a70b07d"
      ],
      "author": {
        "name": "Emilien Macchi",
        "email": "emilien@redhat.com",
        "time": "Sun May 29 21:56:23 2016 -0400"
      },
      "committer": {
        "name": "Emilien Macchi",
        "email": "emilien@redhat.com",
        "time": "Sun May 29 21:56:23 2016 -0400"
      },
      "message": "tempest: start using get_configured_admin_credentials\n\nTempest removed get_configured_credentials in [1].\nThis patch aims to update the way we get admin credentials in Tempest\nclient code.\n\n[1] https://github.com/openstack/tempest/commit/bc0a7a6d8022c7240f5f1f80c0c93b43e9037ad4\n\nChange-Id: Ic97c011f8beec8df4253949285794be21b10f7cf\n"
    },
    {
      "commit": "f20979c86b5a407f77ba35c0cc45d27d7a70b07d",
      "tree": "0cc9d759de6ec602a9622098c6d27502571b5815",
      "parents": [
        "cbc6ed7c443fd4085dc66e44a02e0f21ca09cbf0"
      ],
      "author": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri May 27 11:25:01 2016 +0300"
      },
      "committer": {
        "name": "Vasyl Saienko",
        "email": "vsaienko@mirantis.com",
        "time": "Fri May 27 11:25:01 2016 +0300"
      },
      "message": "Fix signature for request method\n\nNew param was introduced to request method by [0]\nIt leads to broken jobs, because ironic redefines this method.\nReplace arguments by *args, **kwargs to do not depend on signature.\n\nReference:\n[0] https://github.com/openstack/tempest/commit/4408c4a5fe5a862a7e05d0df8b7990fd1c6053e1\n\nChange-Id: I09ada4fc12b58aaa9df4bb248a866999c681d822\nCloses-Bug: #1586299\n"
    },
    {
      "commit": "cbc6ed7c443fd4085dc66e44a02e0f21ca09cbf0",
      "tree": "cbaa51ba42b43cebaf6bae555cfdb59272caa0d6",
      "parents": [
        "ff78500ed4fd49b56372e57b49b48a3c588d868f"
      ],
      "author": {
        "name": "dparalen",
        "email": "vetrisko@gmail.com",
        "time": "Wed May 25 20:38:30 2016 +0200"
      },
      "committer": {
        "name": "dparalen",
        "email": "vetrisko@gmail.com",
        "time": "Wed May 25 20:38:30 2016 +0200"
      },
      "message": "Introduce provision states: AVAILABLE, ENROLL\n\nBaremetalProvisionStates.NOSTATE (``None``) was replaced by AVAILABLE\n(\"available\") in Ironic version 1.2. ENROLL (\"enroll\") state was introduced\nin version 1.12.  This patch also updates the\nBaremetalScenarioTest.terminate_instance method to wait for etiher NOSTATE\nor AVAILABLE.\n\nChange-Id: I067504e49f68929298c91e61819aa9a61169fe52\n"
    },
    {
      "commit": "ff78500ed4fd49b56372e57b49b48a3c588d868f",
      "tree": "a41e3e760fa193c348e0fd290717286dcb545f73",
      "parents": [
        "013f611064ed5c04f296e1fb60b26cd007e41acc"
      ],
      "author": {
        "name": "Yuiko Takada",
        "email": "takada-yuiko@mxn.nes.nec.co.jp",
        "time": "Thu Dec 17 15:56:42 2015 +0900"
      },
      "committer": {
        "name": "Yuiko Takada",
        "email": "takada-yuiko@mxn.nes.nec.co.jp",
        "time": "Thu Dec 17 15:56:42 2015 +0900"
      },
      "message": "Add support for API microversions in Tempest tests\n\nThis adds support for testing Ironic API microversions, specified\nas an additional \u0027X-OpenStack-Ironic-API-Version\u0027 header. This change\nalso adds tests for Ironic API /v1/nodes/(node_ident)/states/*\nendpoint for microversions that were changing state machine.\n\nCo-Authored-By: Vladyslav Drok \u003cvdrok@mirantis.com\u003e\nChange-Id: Ibf0c73aa6795aaa52e945fd6baa821de20a599e7\n"
    },
    {
      "commit": "013f611064ed5c04f296e1fb60b26cd007e41acc",
      "tree": "4e9b9ac35cb9c334d3a4e3f9f2bcb69e63facb0b",
      "parents": [
        "12b2ce6b423acdd71272219cdc4834e9b6fa6fab"
      ],
      "author": {
        "name": "ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Apr 21 17:19:06 2016 +0900"
      },
      "committer": {
        "name": "ghanshyam",
        "email": "ghanshyam.mann@nectechnologies.in",
        "time": "Thu Apr 21 17:19:06 2016 +0900"
      },
      "message": "Fix usage of rest_client expected_success() in tests\n\nrest_client expected_success() method expect read_code\nmust be int and states the same in doc string .\n\nTempest is converting that to error instead of false pass.\nDetails: I3f4c58bdbb172805514831103927d3464d65d7f3\n\nChange-Id: Ic4b0af5701df99621e3abb693644c4824c92dc4c\n"
    },
    {
      "commit": "12b2ce6b423acdd71272219cdc4834e9b6fa6fab",
      "tree": "15bf423bf8d6877e433b5dc526208b560e754d2e",
      "parents": [
        "c608de53a2e175ff2cf344bcdf07be626df71f8d"
      ],
      "author": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Tue Apr 19 11:26:01 2016 +0100"
      },
      "committer": {
        "name": "Lucas Alvares Gomes",
        "email": "lucasagomes@gmail.com",
        "time": "Tue Apr 19 11:26:01 2016 +0100"
      },
      "message": "Document how to run the tempest tests\n\nThis patch is extending the developer quick-start guide to include\ninformation about how one can run the integration tests (tempest) against\na running devstack cloud (the setup for such a cloud is already part of\nthe documentation).\n\nThe patch also removes the information about how to run tests from the\nironic_tempest_plugin/README.rst file and add a link pointing to our\ndocumentation.\n\nChange-Id: I6aeb3a4fa735ff08cbb62b0b15cf95be57d1a308\n"
    },
    {
      "commit": "c608de53a2e175ff2cf344bcdf07be626df71f8d",
      "tree": "6915b9f206963f7038d5cbc2ccc68633c980d155",
      "parents": [
        "886250417ba1d446af54f0cabdc6bc151212acdd"
      ],
      "author": {
        "name": "vsaienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Mar 31 10:51:22 2016 +0300"
      },
      "committer": {
        "name": "vsaienko",
        "email": "vsaienko@mirantis.com",
        "time": "Thu Mar 31 10:51:22 2016 +0300"
      },
      "message": "Tune interval for node provision state check\n\nBy default node_provision_state is checked each 1 second.\nIt may cause test to fail while actual test result is success due to\ntestr bug #1382579\nAlso it creates additional load on service and increase execution\ntime for test.\nThis patch set interval to 30 sec.\nIt should speed up the test on overloaded nodes.\n\nRelated-Bug: #1382579\nChange-Id: I631b0ee5fd8ff7c1d655b52496cf920d088c253d\n"
    },
    {
      "commit": "886250417ba1d446af54f0cabdc6bc151212acdd",
      "tree": "17ab6628284ab0035f6b1247b4ff1d36dbe4cbab",
      "parents": [
        "27cbcee45705efddcd19a7ab7cdf1a6f283dc3c2"
      ],
      "author": {
        "name": "Lenny Verkhovsky",
        "email": "lennyb@mellanox.com",
        "time": "Tue Mar 08 17:44:00 2016 +0200"
      },
      "committer": {
        "name": "Lenny Verkhovsky",
        "email": "lennyb@mellanox.com",
        "time": "Tue Mar 08 17:44:00 2016 +0200"
      },
      "message": "Replace depricated tempest-lib with tempest.lib\n\nChange-Id: Ia674f69f5e5b2a94f3aac5ed497a39e6b71816c0\n"
    },
    {
      "commit": "27cbcee45705efddcd19a7ab7cdf1a6f283dc3c2",
      "tree": "852863c5a9acbae3b710ec8813b33d57d1fa87ed",
      "parents": [
        "7af9b379a9dbd1e1cc0b8b57b0b9cc7b38fa0c96"
      ],
      "author": {
        "name": "Mauro S. M. Rodrigues",
        "email": "maurosr@linux.vnet.ibm.com",
        "time": "Wed Feb 03 14:14:58 2016 -0500"
      },
      "committer": {
        "name": "Mauro S. M. Rodrigues",
        "email": "maurosr@linux.vnet.ibm.com",
        "time": "Wed Feb 03 14:14:58 2016 -0500"
      },
      "message": "Comment out test options that already exists on tempest\u0027s tree\n\nSince we can\u0027t remove ironic\u0027s  tests and options from tempest\u0027s tree\nuntil liberty-eol (to tests stable branches) we can\u0027t have such options\non our tree, except of course new options like deploywait_timeout.\n\nChange-Id: If98cfea3e1235f6ffcdb1f47d6c64e65d094168f\n"
    },
    {
      "commit": "7af9b379a9dbd1e1cc0b8b57b0b9cc7b38fa0c96",
      "tree": "b84416324ab2d7f1bb42a93743d7178c77fefff2",
      "parents": [
        "a7cb4be8cfb9ba1bbe5f5f9c700d1527189d0131"
      ],
      "author": {
        "name": "Mauro S. M. Rodrigues",
        "email": "maurosr@linux.vnet.ibm.com",
        "time": "Wed Feb 03 13:23:14 2016 -0500"
      },
      "committer": {
        "name": "Mauro S. M. Rodrigues",
        "email": "maurosr@linux.vnet.ibm.com",
        "time": "Wed Feb 03 13:23:14 2016 -0500"
      },
      "message": "Refresh ssh verification mechanism\n\nLast week there was a change in how ssh_verification in done in tempest\n(see I76d818bf9e1bd26b1e499464fc9213764afee279) since those mechanisms\nare shared and used by Ironic\u0027s scenario test we should also update it.\n\nChange-Id: I68e9ee3faf747697cd5f50600ecadb15972cdd48\n"
    },
    {
      "commit": "a7cb4be8cfb9ba1bbe5f5f9c700d1527189d0131",
      "tree": "82435ab5e705ad45f81dfc454102de61efdb8afa",
      "parents": [
        "b65270011435eeab661de78bc93adbf97bbf7fe3"
      ],
      "author": {
        "name": "Mike Turek",
        "email": "mjturek@linux.vnet.ibm.com",
        "time": "Mon Jan 18 19:35:29 2016 +0000"
      },
      "committer": {
        "name": "Mike Turek",
        "email": "mjturek@linux.vnet.ibm.com",
        "time": "Mon Jan 18 19:35:29 2016 +0000"
      },
      "message": "Remove hard-coded DEPLOYWAIT timeout from Baremetal Scenario\n\nCurrently the baremetal scenario is hardcoded to wait 15 seconds\nfor the ironic node to reach the wait-callback state. This patch\nadds a configuration option for this timeout and replaces the\nhardcoded value with it.\n\nCloses-Bug: #1526466\n\nChange-Id: I8cded9467dc03d9e1a75222bb4b017604ae946af\n"
    },
    {
      "commit": "b65270011435eeab661de78bc93adbf97bbf7fe3",
      "tree": "bd0ed3a703d28848337d54cae7a60f1eaf6f7896",
      "parents": [
        "d22378da76874a282a132af5d7fb4684ad091128"
      ],
      "author": {
        "name": "Yuiko Takada",
        "email": "takada-yuiko@mxn.nes.nec.co.jp",
        "time": "Mon Dec 07 11:49:12 2015 +0900"
      },
      "committer": {
        "name": "Yuiko Takada",
        "email": "takada-yuiko@mxn.nes.nec.co.jp",
        "time": "Mon Dec 07 11:49:12 2015 +0900"
      },
      "message": "Migrate Tempest tests into Ironic tree\n\nBy using Tempest External Plugin, Tempest tests no longer\nneed to live in Tempest tree.\nThis patch set migrates Tempest tests from Tempest tree to Ironic.\n\nChange-Id: Ic52806987dae9f9df561ebd662f12c3445d0e2af\n"
    },
    {
      "commit": "d22378da76874a282a132af5d7fb4684ad091128",
      "tree": "86b8f8abe45e7fdfef1e09d2cb23540a4e486e5c",
      "parents": [
        "4f8f2299fdf9c4197c0b9c337f8ce26d4e7951ff"
      ],
      "author": {
        "name": "John L. Villalovos",
        "email": "john.l.villalovos@intel.com",
        "time": "Tue Aug 01 14:47:54 2017 -0700"
      },
      "committer": {
        "name": "John L. Villalovos",
        "email": "john.l.villalovos@intel.com",
        "time": "Thu Aug 03 13:07:32 2017 -0700"
      },
      "message": "Script to extract the ironic_tempest_plugin/ directory\n\nAdd a script to extract the ironic_tempest_plugin/ directory from the\nopenstack/ironic repository. Then cherry-pick all of those commits\ninto this repository.\n\nAlso make ironic_tempest_plugins/__init__.py an empty file so \u0027diff\u0027\nwill be correct.\n\nRemove the following files, so \u0027diff\u0027 will be correct:\n    ironic_tempest_plugin/tests/base.py\n    ironic_tempest_plugin/tests/test_ironic_tempest_plugin.py\n\nIgnore E129 errors in flake8, like we do in Ironic. As it will fail\npep8 when we import all the upcoming patches.\n\nChange-Id: I1625128717c8a848c6d673314b09d0a6c9c96679\n"
    },
    {
      "commit": "4f8f2299fdf9c4197c0b9c337f8ce26d4e7951ff",
      "tree": "7867fe71838e4d19c9039f3e2e7d7a9f0cb29d80",
      "parents": [
        "a1ac40d94fda152b1214b6399aa217d3d2b7ce42"
      ],
      "author": {
        "name": "Jim Rollenhagen",
        "email": "jim@jimrollenhagen.com",
        "time": "Fri Nov 18 06:22:18 2016 -0500"
      },
      "committer": {
        "name": "John L. Villalovos",
        "email": "john.l.villalovos@intel.com",
        "time": "Fri Jan 27 15:55:29 2017 -0800"
      },
      "message": "Initial commit from cookiecutter\n\nChange-Id: Ia8fd7b9310e598b1e9d7c1eb3d2a484bc667432a\n"
    }
  ]
}
