summaryrefslogtreecommitdiff
path: root/devstack
diff options
context:
space:
mode:
authorDao Cong Tien <tiendc@vn.fujitsu.com>2017-12-18 19:54:10 +0700
committerJulia Kreger <juliaashleykreger@gmail.com>2018-07-12 16:13:02 -0700
commitdd4a4d411141f280790076f0e250a81ba1395dc0 (patch)
tree684ec9f56d6c01005bcb0bce2c80d17a405e5c9c /devstack
parentf70770db02d8975290657b77ce48b17e8b258a47 (diff)
downloadironic-dd4a4d411141f280790076f0e250a81ba1395dc0.tar.gz
Update CI jobs for rescue mode
Sets rescue interface to 'agent' for testing rescue mode in most jobs. The rescue mode is tested in test_baremetal_server_ops. Also adds support for the new config option in ironic tempest plugin default_rescue_interface. Story: #1526449 Depends-On: I6b62724711ddbe17b59dad30283e544272d9c1f3 Change-Id: Ica26aa96978d22a681d69e7e1e4acd72182a4981
Diffstat (limited to 'devstack')
-rw-r--r--devstack/lib/ironic1
1 files changed, 1 insertions, 0 deletions
diff --git a/devstack/lib/ironic b/devstack/lib/ironic
index dc02833e6..41a2658bc 100644
--- a/devstack/lib/ironic
+++ b/devstack/lib/ironic
@@ -2522,6 +2522,7 @@ function ironic_configure_tempest {
iniset $TEMPEST_CONFIG baremetal enabled_bios_interfaces $IRONIC_ENABLED_BIOS_INTERFACES
iniset $TEMPEST_CONFIG baremetal enabled_deploy_interfaces $IRONIC_ENABLED_DEPLOY_INTERFACES
iniset $TEMPEST_CONFIG baremetal enabled_rescue_interfaces $IRONIC_ENABLED_RESCUE_INTERFACES
+ iniset $TEMPEST_CONFIG baremetal default_rescue_interface $IRONIC_DEFAULT_RESCUE_INTERFACE
# Driver for API tests
iniset $TEMPEST_CONFIG baremetal driver fake-hardware