tests: add cluster_name and conf_path to the node fixture

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/1150/head
Andrew Schoen 2016-12-06 13:32:28 -06:00
parent 2464b69612
commit 4e3eb7b627
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ def node(Ansible, Interface, Command, request):
vars=ansible_vars,
osd_ids=osd_ids,
num_mons=num_mons,
cluster_name=cluster_name,
conf_path=conf_path,
)
return data