commit | ceae204217136a27d685dbd3af98e35be09f31a9 | [log] [tgz] |
---|---|---|
author | Yaroslav Lobankov <ylobankov@mirantis.com> | Wed Sep 09 19:25:14 2015 +0300 |
committer | Yaroslav Lobankov <ylobankov@mirantis.com> | Wed Sep 09 19:36:29 2015 +0300 |
tree | 34c4ba056423fdc18842bfc544a4fcdc957471df | |
parent | d05a3c26cd1b492c0466737972ea05d339f224d6 [diff] |
Add possibility to skip test_subnet_details if DHCP client not available The help message of the dhcp_client option from the scenario section says "...If left empty, update operation will be skipped. ...", but allowed choises are only "udhcpc" and "dhclient". So we don't have any way to skip the test_subnet_details test if DHCP client is not available. This patch fixes the issue. Change-Id: I10c403f4da257e6b39b855ae8b4b9ac16a8e7fc4 Closes-Bug: #1493909