Currently a hardcoded value is used for the DEPLOYWAIT timeout in
tempest. The patch in review 269249 adds a config option to use
instead of this hardcoded value. This patch allows the value to be
set via the BUILD_TIMEOUT variable.
Change-Id: Id79014fd6e07f93029111f6c28e3537e2e39be9f
Related-Bug: 1526466
| ... | ... |
@@ -462,6 +462,7 @@ function configure_tempest {
|
| 462 | 462 |
iniset $TEMPEST_CONFIG baremetal driver_enabled True |
| 463 | 463 |
iniset $TEMPEST_CONFIG baremetal unprovision_timeout $BUILD_TIMEOUT |
| 464 | 464 |
iniset $TEMPEST_CONFIG baremetal active_timeout $BUILD_TIMEOUT |
| 465 |
+ iniset $TEMPEST_CONFIG baremetal deploywait_timeout $BUILD_TIMEOUT |
|
| 465 | 466 |
iniset $TEMPEST_CONFIG baremetal deploy_img_dir $FILES |
| 466 | 467 |
iniset $TEMPEST_CONFIG baremetal node_uuid $IRONIC_NODE_UUID |
| 467 | 468 |
iniset $TEMPEST_CONFIG compute-feature-enabled change_password False |