From 495eba134fe8f1a33450139a3cdcddd73353a34c Mon Sep 17 00:00:00 2001 From: vgusev Date: Thu, 27 Oct 2016 13:22:21 +0300 Subject: [PATCH] Fix test with post installation Add 'install-ocf-script' task in test according to https://review.openstack.org/#/c/390848 Change-Id: Idf8f50fcf3ad27f3e6a683076ef00aaaae79c531 Closes-Bug: #1636831 --- stacklight_tests/toolchain/test_post_install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stacklight_tests/toolchain/test_post_install.py b/stacklight_tests/toolchain/test_post_install.py index 5d56c47..68e2070 100644 --- a/stacklight_tests/toolchain/test_post_install.py +++ b/stacklight_tests/toolchain/test_post_install.py @@ -97,8 +97,8 @@ class TestToolchainPostInstallation(api.ToolchainApi): # "manually" for the existing nodes on MOS 8. With later versions # of MOS, these tasks should be re-executed automatically. self.helpers.run_tasks( - existing_nodes, tasks=['hiera'], start="post_deployment_start", - timeout=20 * 60) + existing_nodes, tasks=['hiera', 'install-ocf-script'], + start="post_deployment_start", timeout=20 * 60) self.check_plugins_online()