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
This commit is contained in:
vgusev 2016-10-27 13:22:21 +03:00
parent ecbce1dcfc
commit 495eba134f
1 changed files with 2 additions and 2 deletions

View File

@ -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()