Fix assertion tests for nodepool

We didn't look in the right directory, if nodepool was installed into
something other then /opt/venv/nodepool.

Change-Id: Id06e2a807e4a798c9fefd552882e66ba74e242db
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-03-18 17:07:07 -04:00
parent 401d3f6bbd
commit 99e919a44c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
---
- name: "Register {{ nodepool_pip_virtualenv }}"
stat:
path: /opt/venv/nodepool
path: "{{ nodepool_pip_virtualenv }}"
register: test_nodepool_pip_virtualenv_stat
- name: "Assert {{ nodepool_pip_virtualenv }} tests"

View File

@ -14,7 +14,7 @@
---
- name: "Register {{ nodepool_pip_virtualenv }}"
stat:
path: /opt/venv/nodepool
path: "{{ nodepool_pip_virtualenv }}"
register: test_nodepool_pip_virtualenv_stat
- name: "Assert {{ nodepool_pip_virtualenv }} tests"