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:
parent
ecbce1dcfc
commit
495eba134f
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user